]> git.donarmstrong.com Git - lilypond.git/commitdiff
Remove beaming rule for 8th notes at 1/2 in 4 4
authorTrevor Daniels <t.daniels@treda.co.uk>
Tue, 24 Mar 2009 07:49:09 +0000 (07:49 +0000)
committerTrevor Daniels <t.daniels@treda.co.uk>
Tue, 24 Mar 2009 07:49:09 +0000 (07:49 +0000)
 - 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

index 8940c232fbd825c3ae1a34bcce3de53c7399140b..4f23d06198d21564a23de21a6d40d9bdeb655ca1 100644 (file)
@@ -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))