bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Issue 343 in project lilypond


From: codesite-noreply
Subject: Issue 343 in project lilypond
Date: Thu, 29 Mar 2007 19:54:35 -0700

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]