]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix 3/4 beat grouping to work with measure grouping engraver
authorCarl Sorensen <c_sorensen@byu.edu>
Tue, 29 Sep 2009 13:19:09 +0000 (07:19 -0600)
committerCarl Sorensen <c_sorensen@byu.edu>
Tue, 29 Sep 2009 13:19:09 +0000 (07:19 -0600)
scm/beam-settings.scm

index 878e1024c9853adb13e69311dcc8bcbfb9207b3b..7c7d13fedca84130b5c7c5a56d1800f68d11da5a 100644 (file)
      ((1 . 32) . (8 8 8 8 8 8))))
 
     ;; in 3 4 time:
-    ;;   default: end beams on beats
-    ;;   group 1/8 note beams on measure
+    ;;   default: set grouping to (3) so we'll get
+    ;;     the proper measure grouping symbol
+    ;;
+    ;;   set all beams to end on beats
    (((3 . 4) end) .((* . (1 1 1))
+                    ((1 . 8) . (2 2 2))
                     ((1 . 16) . (4 4 4))
                     ((1 . 32) . (8 8 8))
                     ((1 . 64) . (16 16 16))