|
From: | Paul Morris |
Subject: | Re: page-break-permission = ##f doesn't work for the final manual \pageBreak |
Date: | Mon, 24 Feb 2014 05:40:54 -0800 (PST) |
Here's a revision of that example[1] that does a better job of illustrating the effects of those two commands. -Paul [1] http://lilypond.org/doc/v2.18/Documentation/notation/explicit-breaks \paper { indent = #0 ragged-right = ##t ragged-bottom = ##t } music = \relative c'' { c8 c c c } \score { \new Staff { \repeat unfold 2 { \music } \break \repeat unfold 2 { \music } \break \repeat unfold 4 { \music } \break \repeat unfold 6 { \music } \break \repeat unfold 8 { \music } \break \repeat unfold 10 { \music } \break \repeat unfold 12 { \music } \break \repeat unfold 14 { \music } \break \repeat unfold 12 { \music } \break \repeat unfold 10 { \music } \break \repeat unfold 8 { \music } \break \repeat unfold 6 { \music } \break \repeat unfold 4 { \music } \break \repeat unfold 2 { \music } \break \repeat unfold 2 { \music } \pageBreak \repeat unfold 2 { \music } } \layout { \context { \Score \override NonMusicalPaperColumn.line-break-permission = ##f \override NonMusicalPaperColumn.page-break-permission = ##f } } } -- View this message in context: http://lilypond.1069038.n5.nabble.com/page-break-permission-f-doesn-t-work-for-the-final-manual-pageBreak-tp159763p159791.html Sent from the Bugs mailing list archive at Nabble.com.
[Prev in Thread] | Current Thread | [Next in Thread] |