bug-lilypond
[Top][All Lists]
Advanced

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

\noPageBreak breaks MultiMeasure rests


From: David Bobroff
Subject: \noPageBreak breaks MultiMeasure rests
Date: Tue, 27 Nov 2007 00:01:54 +0000
User-agent: Thunderbird 2.0.0.9 (Windows/20071031)

In this example, uncommenting the line with the \noPageBreak causes LilyPond to print separate one-measure rests instead of the multimeasure rest.

-David


\version "2.11.35"

\score {
        \relative c {
                \set Score.skipBars = ##t
                \context Staff <<
                %\repeat unfold 2 {s1 \noPageBreak}
                R1*2
                >>
        }
}




reply via email to

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