From 52a9dbce520e09db416857ac44887f21025efb10 Mon Sep 17 00:00:00 2001 From: Mats Bengtsson Date: Wed, 14 Nov 2007 13:52:33 +0100 Subject: [PATCH] Add automatic beam end also at 7/8 for 32nd notes in 3/2. Thanks Eyolf! --- scm/auto-beam.scm | 1 + 1 file changed, 1 insertion(+) 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)) -- 2.39.5