Status: Accepted
Owner: ----
Labels: Type-Enhancement
New issue 4169 by tdanielsmusic: Breaking syntactic sugar
https://code.google.com/p/lilypond/issues/detail?id=4169
I think these suggestions by Keiren, corrected as David suggested, would be
a helpful addition to lily/property-init.ly and the NR.
lineBreaksOff = \override Score.NonMusicalPaperColumn.line-break-permission
= ##f
lineBreaksOn = \override Score.NonMusicalPaperColumn.line-break-permission
= ##t
pageBreaksOff = \override
Score.NonMusicalPaperColumn.page-break-permission = ##f
pageBreaksOn = \override Score.NonMusicalPaperColumn.page-break-permission
= ##t
breaksOff = { \lineBreaksOff \pageBreaksOff }
breaksOn = { \lineBreaksOn \pageBreaksOn }
Trevor
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings