lilypond-devel
[Top][All Lists]
Advanced

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

Set context property to allow half-measure beaming in 3/4 (Issue 2246) (


From: k-ohara5a5a
Subject: Set context property to allow half-measure beaming in 3/4 (Issue 2246) (issue 5682043)
Date: Mon, 28 May 2012 01:39:25 +0000


http://codereview.appspot.com/5682043/diff/6001/scm/auto-beam.scm
File scm/auto-beam.scm (right):

http://codereview.appspot.com/5682043/diff/6001/scm/auto-beam.scm#newcode118
scm/auto-beam.scm:118: ;; #t if beam is to start
It looks like the caller asks this routine one of two questions:
 May I start a beam here?
 Must I end the current beam here?

The 'start' decision gives use the power to prevent beams from starting
mid-measure, but we are not given the power to prevent ending a beam
mid-measure, as in { c8[ c] c r4. }

Given either { c8 c c r4. } or { c8 c c c r4 }
this routine is given the same information, and asked the same question,
about ending the beam after c8 c, so we cannot hope that it will give
different answers.

http://codereview.appspot.com/5682043/



reply via email to

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