X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Ftime-signature-settings.scm;h=59adb1cdde6549ad222c7226439fd1a2d803ee6a;hb=b9a18c38bf25fe66b0ecea5e83d7beaf69ffa6c0;hp=0c49d585eab456e8fc59772166466407a35803d1;hpb=2e8af646c57285dc4946205ddab0257bc4ef6270;p=lilypond.git diff --git a/scm/time-signature-settings.scm b/scm/time-signature-settings.scm index 0c49d585ea..59adb1cdde 100644 --- a/scm/time-signature-settings.scm +++ b/scm/time-signature-settings.scm @@ -116,7 +116,7 @@ ;; combine beats 1 and 2, so beam in 2 ((4 . 8) . ((beatStructure . (2 2)))) - ;; in 4/8 and 4/16 time: + ;; in 4/16 time: ;; use defaults, so no entries necessary ;; in 6 4 time: @@ -125,12 +125,10 @@ ((beamExceptions . ((end . (((1 . 16) . (4 4 4 4 4 4)))))))) ;; in 6 8 time: - ;; use defaults, but end beams with 32nd or finer each 1 8 beat - ((6 . 8) . - ((beamExceptions . ((end . (((1 . 32) . (4 4 4 4 4 4)))))))) + ;; use defaults, so no entries necessary ;; in 6 16 time: - ;; use defaults, so no entry necessary + ;; use defaults, so no entries necessary ;; in 9 4 time: ;; use defaults, but end beams with 32nd or finer each 1 4 beat @@ -138,12 +136,10 @@ ((beamExceptions . ((end . (((1 . 32) . (8 8 8 8 8 8 8 8)))))))) ;; in 9 8 time - ;; use defaults, but end beams with 32nd notes each 1 8 beat - ((9 . 8) . - ((beamExceptions . ((end . (((1 . 32) . (4 4 4 4 4 4 4 4 4)))))))) + ;; use defaults, so no entries necessary ;; in 9 16 time - ;; use defaults, so no entry necessary + ;; use defaults, so no entries necessary ;; in 12 4 time: ;; use defaults, but end beams with 32nd or finer notes each 1 4 beat @@ -151,24 +147,20 @@ ((beamExceptions . ((end . (((1 . 32) . (8 8 8 8 8 8 8 8 8 8 8 8)))))))) ;; in 12 8 time: - ;; use defaults, but end beams with 32nd notes each 1 8 beat - ((12 . 8) . - ((beamExceptions . ((end . (((1 . 32) . (4 4 4 4 4 4 4 4 4 4 4 4)))))))) + ;; use defaults, so no entries necessary ;; in 12 16 time: - ;; use defaults; no entry needed + ;; use defaults, so no entries necessary ;; in 5 8 time: ;; default: group (3 2) ((5 . 8) . - ((baseMoment . (1 . 8)) - (beatStructure . (3 2)))) + ((beatStructure . (3 2)))) ;; in 8 8 time: ;; default: group (3 3 2) ((8 . 8) . - ((baseMoment . (1 . 8)) - (beatStructure . (3 3 2)))) + ((beatStructure . (3 3 2)))) )) ; end of alist definition