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/ _______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel