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: Tue, 08 May 2007 08:39:19 -0700

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

Comment #5 by trevorbaca:
FWIW, the behavior of \remove Forbid_line_break_engraver works great in 
2.11.23. That
is that given examples 1 and 2 below ...

%%% EX 1 %%% 

\version "2.11.23"

\new Staff {
   \new Voice \with {
      \remove Forbid_line_break_engraver
   } {
      c'4 c'2 c'2 \break c'2 c'4
   }
}

%%% END %%%


%%% EX 2 %%%

\new Staff <<
   \new Voice \with {
      \remove Forbid_line_break_engraver
   } {
      c'4 c'2 c'2 c'2 c'4
   }
   \new Voice {
      s1 \break s1
   }
>>

%%% END %%%


... example 1 does not break in midduration while example does break in 
midduration.

This is the correct behavior because the \break in ex 1 does not coincide with a
barline while the \break in ex 2 does coincide with a barline.

(So if the new status of "verified" means "this is in fact a 
bug", I might suggest
changing to closed because the behavior is good.)



-- 
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]