]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/new/changing-time-signatures-inside-a-polymetric-section-using-scaledurations.ly
Merge master into nested-bookparts
[lilypond.git] / input / new / changing-time-signatures-inside-a-polymetric-section-using-scaledurations.ly
index ebd3989a95052b3da9a8c049c8546e4123406f66..18a052705524f1ae474dde5ee965716d058cd437 100644 (file)
@@ -28,10 +28,10 @@ second argument must be the same as the second argument of
   \new Staff {
     \scaleDurations #'(8 . 5) {
       \time 6/8
-      \set Timing.measureLength = #(ly:make-moment 3 5)
+      \set Timing.measureLength = #(ly:make-moment 6 5)
       b8 b b b b b
       \time 2/4
-      \set Timing.measureLength = #(ly:make-moment 2 5)
+      \set Timing.measureLength = #(ly:make-moment 4 5)
       b4 b
     }
   }