In 2.11.35? Could you double-check? I can't verify this with 2.11.35 GUB on linux-i386.

Cheers,
- Graham

David Bobroff wrote:
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
        >>
    }
}


_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond



_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to