Originally created by: *anonymous
Originally created by: tdanielsmusic
Originally owned by: tdanielsmusic
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
Originally posted by: dak@gnu.org
##t is not a valid value for line-break-permission or page-break-permission. It is likely that #'allow was intended here.
Originally posted by: tdanielsmusic
Issue 4169: Line and page breaking syntactic sugar
Install line- and page-breaking controls and document them.
Amend indexing.
http://codereview.appspot.com/156400043
Labels: Patch-new
Owner: tdanielsmusic
Status: Started
Originally posted by: tdanielsmusic
Amendments as suggested by David and Janek.
http://codereview.appspot.com/156400043
Originally posted by: pkx1...@gmail.com
Patchy the autobot says: passes tests. includes a full make doc
Labels: -Patch-new Patch-review
Originally posted by: pkx1...@gmail.com
This looks like it still needs work based on Rietveld comments (!?).
if not then change this to countdown for 24th
Labels: -Patch-review Patch-needs_work
Originally posted by: tdanielsmusic
Remove Explict breaks section
http://codereview.appspot.com/156400043
Labels: -Patch-needs_work Patch-new
Originally posted by: pkx1...@gmail.com
Patchy the autobot says: passes tests. Includes a full make doc
Labels: -Patch-new Patch-review
Originally posted by: tdanielsmusic
Use \overrideProperty
http://codereview.appspot.com/156400043
Labels: -Patch-review Patch-new
Originally posted by: pkx1...@gmail.com
Patchy the autobot says: passes tests. Includes a full make doc
Labels: -Patch-new Patch-review
Originally posted by: pkx1...@gmail.com
Patch on countdown for 27th October
Labels: -Patch-review Patch-countdown
Originally posted by: pkx1...@gmail.com
Patch counted down - please pus
Labels: -Patch-countdown Patch-push
Originally posted by: tdanielsmusic
Pushed to staging as
[raca2ebd202992674424bd05a8bfc7c8003a8839b]
Author: Trevor Daniels <t.daniels@treda.co.uk> 2014-10-22 14:23:25
Committer: Trevor Daniels <t.daniels@treda.co.uk> 2014-10-27 22:50:03
Issue 4169: Line- and page-breaking syntactic sugar
Install line- and page-breaking controls and document them.
Remove now-redundant section on Explicit breaks, preserving the
snippet showing how to use an extra voice to contain break commands.
Amend indexing.
Labels: -Patch-push Fixed_2_19_16
Status: Fixed
Originally posted by: fedel...@gmail.com
(No comment was entered for this change.)
Status: Verified