From: Trevor Daniels Date: Tue, 24 Mar 2009 07:49:09 +0000 (+0000) Subject: Remove beaming rule for 8th notes at 1/2 in 4 4 X-Git-Tag: release/2.13.1-1~61^2~1^2~14^2~1^2~5 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=dda3c639eab611c63d03dd91775abf495245ceb3;p=lilypond.git 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 --- 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))