From bf36f63ca5b617c79a8aeff8c54fdbe1bea1e349 Mon Sep 17 00:00:00 2001 From: Trevor Daniels Date: Tue, 4 Nov 2008 09:14:46 +0000 Subject: [PATCH] Remove beam ending rules (correction) - missed 8 8 moments --- scm/auto-beam.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scm/auto-beam.scm b/scm/auto-beam.scm index f22499aa3a..adc7a1dc1d 100644 --- a/scm/auto-beam.scm +++ b/scm/auto-beam.scm @@ -106,6 +106,7 @@ ((end 1 32 9 8) . ,(ly:make-moment 5 8)) ((end 1 32 9 8) . ,(ly:make-moment 6 8)) ((end 1 32 9 8) . ,(ly:make-moment 7 8)) + ((end 1 32 9 8) . ,(ly:make-moment 8 8)) ((end 1 32 12 8) . ,(ly:make-moment 1 8)) ((end 1 32 12 8) . ,(ly:make-moment 2 8)) @@ -114,6 +115,7 @@ ((end 1 32 12 8) . ,(ly:make-moment 5 8)) ((end 1 32 12 8) . ,(ly:make-moment 6 8)) ((end 1 32 12 8) . ,(ly:make-moment 7 8)) + ((end 1 32 12 8) . ,(ly:make-moment 8 8)) ((end 1 32 12 8) . ,(ly:make-moment 9 8)) ((end 1 32 12 8) . ,(ly:make-moment 10 8)) ((end 1 32 12 8) . ,(ly:make-moment 11 8)) -- 2.39.2