bug-lilypond
[Top][All Lists]
Advanced

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

Issue 416 in lilypond: removing Forbid_line_break_engraver doesn't alway


From: codesite-noreply
Subject: Issue 416 in lilypond: removing Forbid_line_break_engraver doesn't always work
Date: Mon, 20 Aug 2007 20:52:26 -0700

Issue 416: removing Forbid_line_break_engraver doesn't always work
http://code.google.com/p/lilypond/issues/detail?id=416

New issue report by gpermus:
% Mats writes:
%{
When I try the following example with version 2.10.25, I do get three
score lines, as desired, but when I try the same example in 2.10.29 or
2.11.29, the first \break is ignored and I only get two lines. 
%}
% 2.11.30 also ignores the first \break


\version "2.11.30"
\layout{
 \context{
   \Voice
   \remove Forbid_line_break_engraver
 }
}

global = {s2 \bar "" \break s4 | s4 \bar "" \break s2 }

\relative c' <<
 \new Staff <<
   \global
   {
     \time 3/4
      c4 c c | c c c |
   }
 >>
 \new Staff <<
   \global
   {
     \time 3/4
     \set Staff.timeSignatureFraction = #'(10 . 8)
     \compressMusic #'(3 . 5) {
       \repeat unfold 2 { c8[ c c] }
       \repeat unfold 2 { c8[ c] }
       | c4. c4. \times 2/3 { c8 c c } c4
     }
   }
 >>

>> 



Attachments:
        foo.png  13.5 KB 


Issue attributes:
        Status: Accepted
        Owner: gpermus
        Labels: Type-Defect Priority-Low

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