From: Trevor Daniels <t.daniels@treda.co.uk>
Date: Tue, 4 Nov 2008 09:14:46 +0000 (+0000)
Subject: Remove beam ending rules (correction)
X-Git-Tag: release/2.11.64-1~89
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=bf36f63ca5b617c79a8aeff8c54fdbe1bea1e349;p=lilypond.git

Remove beam ending rules (correction)

 - missed 8 8 moments
---

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))