From: Mats Bengtsson Date: Wed, 14 Nov 2007 12:52:33 +0000 (+0100) Subject: Add automatic beam end also at 7/8 for 32nd notes in 3/2. X-Git-Tag: release/2.11.35-1~41^2~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=52a9dbce520e09db416857ac44887f21025efb10;p=lilypond.git Add automatic beam end also at 7/8 for 32nd notes in 3/2. Thanks Eyolf! --- diff --git a/scm/auto-beam.scm b/scm/auto-beam.scm index 56d1ce7311..475788697b 100644 --- a/scm/auto-beam.scm +++ b/scm/auto-beam.scm @@ -42,6 +42,7 @@ ((end 1 32 3 2) . ,(ly:make-moment 1 2)) ((end 1 32 3 2) . ,(ly:make-moment 5 8)) ((end 1 32 3 2) . ,(ly:make-moment 3 4)) + ((end 1 32 3 2) . ,(ly:make-moment 7 8)) ((end 1 32 3 2) . ,(ly:make-moment 9 8)) ((end 1 32 3 2) . ,(ly:make-moment 5 4)) ((end 1 32 3 2) . ,(ly:make-moment 11 8))