]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix regression test compilation
authorJohn Mandereau <john.mandereau@gmail.com>
Wed, 27 Aug 2008 11:43:39 +0000 (13:43 +0200)
committerJohn Mandereau <john.mandereau@gmail.com>
Wed, 27 Aug 2008 11:43:39 +0000 (13:43 +0200)
input/regression/beatGrouping.ly

index 136f9473f9395b483672ea0d1d65ae24dbd71b4c..1020d4216ac39ab6fe99bfea18a3e00f49d7b239 100644 (file)
@@ -10,10 +10,10 @@ Otherwise, it will break beams according to beatLength."
   \time 12/16
 
   % default beatLength is 1/16; beatGrouping for this time is '()
-  b16 b b b b b b b b b b b ; beatlength is used to breatk these beams
+  b16 b b b b b b b b b b b % beatlength is used to breatk these beams
   % use beatGrouping to get 1/8 groups
   \set Timing.beatGrouping = #'(2 2 2 2 2 2) % 6*2 = 12 so beatGrouping applies
-  b16 b b b b b b b b b b b  ;  beam groups are 1/8
+  b16 b b b b b b b b b b b  %  beam groups are 1/8
   % use beatLength to get 1/8 groups -- beatGrouping no longer applies
   \set Score.beatLength = #(ly:make-moment 2 16 )  % 12*2/16 = 24/16
                                                    % bad beatGrouping; use