Issue 343: removing Forbid_line_break_engraver  no longer works
http://code.google.com/p/lilypond/issues/detail?id=343

Comment #1 by joeneeman:
Do you know which versions gave the behaviour you want? Because according to my 
understanding, the current behaviour is correct. The break is not at a barline, 
so 
it is ignored. If you add a \bar "", the break works.

The problem, I think, is that this example does not demonstrate what it is 
supposed 
to. Looking at section 11.4.1, this is supposed to be an example of a way to 
allow 
line breaks at bar lines even when a note overruns the bar line. The code for 
that 
would be

\version "2.11.21"
\paper{ragged-right=##t}
\new Voice \with {
  \remove "Forbid_line_break_engraver"
} {
  c'4 c'2 << c'2 {s4 \break s4} >>   % now the break is allowed  
(in theory and 
practice)
  c'2 c'4
}

so that the \break actually falls on the barline.



-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to