]> git.donarmstrong.com Git - lilypond.git/commitdiff
Add comments for beamExceptions rules that apply only to 1/8 notes
authorCarl Sorensen <c_sorensen@byu.edu>
Fri, 31 Dec 2010 14:14:55 +0000 (07:14 -0700)
committerCarl Sorensen <c_sorensen@byu.edu>
Fri, 31 Dec 2010 14:14:55 +0000 (07:14 -0700)
This will hopefully resolve confusion that has shown up a couple of
times

scm/time-signature-settings.scm

index c5792d9b80e9c9adc3648bf11efd58f26bc9a3e2..add5e8d911d0a846659ff7b646e02ee0f2bfbf44 100644 (file)
     ;;   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
     ;;         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