From dda3c639eab611c63d03dd91775abf495245ceb3 Mon Sep 17 00:00:00 2001 From: Trevor Daniels Date: Tue, 24 Mar 2009 07:49:09 +0000 Subject: [PATCH] Remove beaming rule for 8th notes at 1/2 in 4 4 - this rule made the following pattern inconsistent a16 a a8 a a a8 a16 a a8 a a8 a a16 a a8 a8 a a a16 a % beaming is different --- scm/auto-beam.scm | 2 -- 1 file changed, 2 deletions(-) diff --git a/scm/auto-beam.scm b/scm/auto-beam.scm index 8940c232fb..4f23d06198 100644 --- a/scm/auto-beam.scm +++ b/scm/auto-beam.scm @@ -80,8 +80,6 @@ ;; use beatLength for all except 32nd notes: ;; end beams with 32nd notes each 1 8 beat - ((end 1 8 4 4) . ,(ly:make-moment 1 2)) - ((end 1 32 4 4) . ,(ly:make-moment 1 8)) ((end 1 32 4 4) . ,(ly:make-moment 2 8)) ((end 1 32 4 4) . ,(ly:make-moment 3 8)) -- 2.39.2