]> git.donarmstrong.com Git - lilypond.git/commitdiff
Add automatic beam end also at 7/8 for 32nd notes in 3/2.
authorMats Bengtsson <mats.bengtsson@s3.kth.se>
Wed, 14 Nov 2007 12:52:33 +0000 (13:52 +0100)
committerMats Bengtsson <mats.bengtsson@s3.kth.se>
Wed, 14 Nov 2007 12:52:33 +0000 (13:52 +0100)
Thanks Eyolf!

scm/auto-beam.scm

index 56d1ce7311aaa572caaef09ca2a6035db4d56b87..475788697baa4442e37706b36a803955a596ffa0 100644 (file)
@@ -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))