From 41bf7534250b6f0b60d74d082b5dfc26a5387144 Mon Sep 17 00:00:00 2001 From: Carl Sorensen Date: Sat, 2 Apr 2011 17:33:06 -0600 Subject: [PATCH] Fix typo in comments of scm/time-signature-settings.scm Also delete some old comment lines that were left in but no longer apply. --- scm/time-signature-settings.scm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/scm/time-signature-settings.scm b/scm/time-signature-settings.scm index 1b20103ee6..0c49d585ea 100644 --- a/scm/time-signature-settings.scm +++ b/scm/time-signature-settings.scm @@ -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. -- 2.39.2