]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/new/changing-time-signatures-inside-a-polymetric-section-using--scaledurations.ly
Imported Upstream version 2.18.0
[lilypond.git] / Documentation / snippets / new / changing-time-signatures-inside-a-polymetric-section-using--scaledurations.ly
index 0aff0ba5e746a97dd163ab0e57400204af244bfd..cedf58cd32f4ef39fb7723a7de8e7b8e75b9650f 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.17.11"
 
 \header {
   lsrtags = "workaround, contexts-and-engravers, contemporary-notation, rhythms"
   \new Staff {
     \scaleDurations 8/5 {
       \time 6/8
-      \set Timing.measureLength = #(ly:make-moment 6 5)
+      \set Timing.measureLength = #(ly:make-moment 6/5)
       b8 b b b b b
       \time 2/4
-      \set Timing.measureLength = #(ly:make-moment 4 5)
+      \set Timing.measureLength = #(ly:make-moment 4/5)
       b4 b
     }
   }