From 09900143a59ecb5dafde145f47e9a15ded3b3caa Mon Sep 17 00:00:00 2001 From: Carl Sorensen Date: Tue, 11 Aug 2009 08:42:28 -0600 Subject: [PATCH] Adjust default autobeam rule for 4 4 time --- scm/beam-settings.scm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/scm/beam-settings.scm b/scm/beam-settings.scm index 22c6800351..6649aad73b 100644 --- a/scm/beam-settings.scm +++ b/scm/beam-settings.scm @@ -74,12 +74,9 @@ ;; in 4 4 (common) time: ;; default: end beams on beats ;; end beams with 8th notes each 1 2 beat - ;; end beams with 32nd notes each 1 8 beat (((4 . 4) end) . ((* . (1 1 1 1)) - ((1 . 8) . (4 4)) - ((1 . 32) . (4 4 4 4 - 4 4 4 4)))) + ((1 . 8) . (4 4)))) ;; in 4 8 time: ;; default: group on 1 4 notes -- 2.39.5