From c454ab869c1973c1bc900acd5ac02c06544bdd88 Mon Sep 17 00:00:00 2001 From: Carl Sorensen Date: Fri, 31 Dec 2010 07:14:55 -0700 Subject: [PATCH] Add comments for beamExceptions rules that apply only to 1/8 notes This will hopefully resolve confusion that has shown up a couple of times --- scm/time-signature-settings.scm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scm/time-signature-settings.scm b/scm/time-signature-settings.scm index c5792d9b80..add5e8d911 100644 --- a/scm/time-signature-settings.scm +++ b/scm/time-signature-settings.scm @@ -88,11 +88,11 @@ ;; use defaults, but combine all beats into a unit if possible ;; ;; set all beams to end on beats, but 1 8 to beam entire measure - ;; in order to avoid beaming every beat for entier measure, we set + ;; in order to avoid beaming every beam type for the entire measure, we set ;; triplets back to every beat. ((3 . 4) . - ((beamExceptions . ((end . (((1 . 8) . (6)) - ((1 . 12) . (3 3 3)))))))) + ((beamExceptions . ((end . (((1 . 8) . (6)) ;1/8 note whole measure + ((1 . 12) . (3 3 3)))))))) ;Anything shorter by beat ;; in 3 8 time: ;; beam entire measure together @@ -112,8 +112,8 @@ ;; ly/engraver-init.ly where the default time signature is set ;; are set ((4 . 4) . - ((beamExceptions . ((end . (((1 . 8) . (4 4)) - ((1 . 12) . (3 3 3 3)))))))) + ((beamExceptions . ((end . (((1 . 8) . (4 4)) ; 1/8 notes half measure + ((1 . 12) . (3 3 3 3)))))))) ;Anything shorter by beat ;; in 4/8 time: ;; combine beats 1 and 2, so beam in 2 -- 2.39.5