]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix typo in comments of scm/time-signature-settings.scm
authorCarl Sorensen <c_sorensen@byu.edu>
Sat, 2 Apr 2011 23:33:06 +0000 (17:33 -0600)
committerCarl Sorensen <c_sorensen@byu.edu>
Sat, 2 Apr 2011 23:33:06 +0000 (17:33 -0600)
Also delete some old comment lines that were left in but no longer
apply.

scm/time-signature-settings.scm

index 1b20103ee6b8c6cd1106597bc59e6dc3b2a112dc..0c49d585eab456e8fc59772166466407a35803d1 100644 (file)
@@ -46,7 +46,7 @@
 ;;;     If an exception is specified for a given beam-type, it will apply to all
 ;;;     beams of shorter durations that don't have an individual exception, so
 ;;;     ((1 . 8) . (3 3 2))
-;;;     will cause all primary beams to be broken at 3/8, 5/8, and 8/8.
+;;;     will cause all primary beams to be broken at 3/8, 6/8, and 8/8.
 ;;;
 ;;;     ((1. 32) . (16 8 4 4))
 ;;;     will cause all 1/32, 1/64, and 1/128 beams to be broken at 1/2, 3/4,
@@ -61,9 +61,6 @@
 ;;;     a list of (1 1 1 ...), where the number of entries is the
 ;;;     number of base moments in a measure otherwise.
 ;;;
-;;; If no value is given for beatCombinations, no beats will be combined without
-;;;   beamExceptions rules.
-;;;
 ;;;       NOTE: numerator is kept in beam-type because of
 ;;;             tuplets, e.g. (2 . 24) = (2 . 3) * (1 . 8)
 ;;;             for eighth-note triplets.