Menu

#4169 Breaking syntactic sugar

Verified
nobody
Enhancement
2015-03-02
2014-10-19
Anonymous
No

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

Discussion

  • Google Importer

    Google Importer - 2014-10-19

    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.

     
  • Google Importer

    Google Importer - 2014-10-19

    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

     
  • Google Importer

    Google Importer - 2014-10-19

    Originally posted by: tdanielsmusic

    Amendments as suggested by David and Janek.

    http://codereview.appspot.com/156400043

     
  • Google Importer

    Google Importer - 2014-10-19

    Originally posted by: pkx1...@gmail.com

    Patchy the autobot says: passes tests.  includes a full make doc

    Labels: -Patch-new Patch-review

     
  • Google Importer

    Google Importer - 2014-10-21

    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

     
  • Google Importer

    Google Importer - 2014-10-21

    Originally posted by: tdanielsmusic

    Remove Explict breaks section

    http://codereview.appspot.com/156400043

    Labels: -Patch-needs_work Patch-new

     
  • Google Importer

    Google Importer - 2014-10-21

    Originally posted by: pkx1...@gmail.com

    Patchy the autobot says: passes tests.  Includes a full make doc

    Labels: -Patch-new Patch-review

     
  • Google Importer

    Google Importer - 2014-10-22

    Originally posted by: tdanielsmusic

    Use \overrideProperty

    http://codereview.appspot.com/156400043

    Labels: -Patch-review Patch-new

     
  • Google Importer

    Google Importer - 2014-10-22

    Originally posted by: pkx1...@gmail.com

    Patchy the autobot says: passes tests.  Includes a full make doc

    Labels: -Patch-new Patch-review

     
  • Google Importer

    Google Importer - 2014-10-24

    Originally posted by: pkx1...@gmail.com

    Patch on countdown for 27th October

    Labels: -Patch-review Patch-countdown

     
  • Google Importer

    Google Importer - 2014-10-27

    Originally posted by: pkx1...@gmail.com

    Patch counted down - please pus

    Labels: -Patch-countdown Patch-push

     
  • Google Importer

    Google Importer - 2014-10-27

    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

     
  • Google Importer

    Google Importer - 2015-03-02

    Originally posted by: fedel...@gmail.com

    (No comment was entered for this change.)

    Status: Verified

     
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.