]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/changing-time-signatures-inside-a-polymetric-section-using-scaledurations.ly
Doc-es: pre-merge update of texidoc committishes.
[lilypond.git] / input / lsr / changing-time-signatures-inside-a-polymetric-section-using-scaledurations.ly
index 31a9628ede338c0f10977028907ab1eec4ab1987..4c33c9c8b516b11f45adfe29bb74064067f88a08 100644 (file)
@@ -1,7 +1,9 @@
 %% Do not edit this file; it is auto-generated from input/new
 %% This file is in the public domain.
-\version "2.11.62"
+%% Note: this file works from version 2.12.0
+\version "2.12.0"
 \header {
+%% Translation of GIT committish: 740b9a6c16eb30a84b216d23aeb848aa1b632be6
   texidoces = "
 La propiedad @code{measureLength}, junto con
 @code{measurePosition}, determina cuándo es necesario dibujar una
@@ -27,6 +29,7 @@ second argument must be the same as the second argument of
   doctitle = "Changing time signatures inside a polymetric section using @code{\\scaleDurations}"
 } % begin verbatim
 
+
 \layout {
   \context {
     \Score
@@ -44,10 +47,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
     }
   }