bug-lilypond
[Top][All Lists]
Advanced

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

Re: Forbid_line_break_engraver again


From: Mats Bengtsson
Subject: Re: Forbid_line_break_engraver again
Date: Tue, 21 Aug 2007 09:02:22 +0200
User-agent: Thunderbird 2.0.0.5 (X11/20070716)

Please remove this bug report again, the simple explanation is that beams aren't
broken by default. Setting
   \override Beam #'breakable = ##t
provides the desired line breaks.

This was already documented in the section on beams, but I have added the
information also in the section on line breaks.

  /Mats

Graham Percival wrote:
Thaks; I've started a new issue for this. (trying to avoid the confusion with 343)

http://code.google.com/p/lilypond/issues/detail?id=416

Cheers,
- Graham

Mats Bengtsson wrote:
Related to the somewhat confused discussions in Issue 343, I have updated both the examples in the manual to actually show what they are supposed to show
(not only the second one).

However, there seems to be some real bugs here as well.
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.

\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
     }
   }
 >>

>>


  /Mats





reply via email to

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