lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 4169 in lilypond: Breaking syntactic sugar


From: lilypond
Subject: [Lilypond-auto] Issue 4169 in lilypond: Breaking syntactic sugar
Date: Sun, 19 Oct 2014 09:55:38 +0000

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



reply via email to

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