]> git.donarmstrong.com Git - lilypond.git/commitdiff
Revert 3 4 autobeam rule
authorCarl Sorensen <c_sorensen@byu.edu>
Wed, 30 Sep 2009 03:20:08 +0000 (21:20 -0600)
committerCarl Sorensen <c_sorensen@byu.edu>
Wed, 30 Sep 2009 03:20:08 +0000 (21:20 -0600)
scm/beam-settings.scm

index 7c7d13fedca84130b5c7c5a56d1800f68d11da5a..456906a628fe14004a1ca6558c7740dd4fea6184 100644 (file)
@@ -49,9 +49,9 @@
     ;;   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))
+    ;;   set all beams to end on beats, but 1 8 to beam entire measure
+   (((3 . 4) end) .((* . (3))
+                    ((1 . 8) . (6))
                     ((1 . 16) . (4 4 4))
                     ((1 . 32) . (8 8 8))
                     ((1 . 64) . (16 16 16))