]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/changing-time-signatures-inside-a-polymetric-section-using--scaledurations.ly
Imported Upstream version 2.16.0
[lilypond.git] / Documentation / snippets / changing-time-signatures-inside-a-polymetric-section-using--scaledurations.ly
index ff0d71f297feee9d1e02dfa8bc230e5b0c0523f6..d49857c542c67e0cf927a17c2b2300a296c95205 100644 (file)
@@ -1,42 +1,20 @@
-%% DO NOT EDIT this file manually; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
-%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
-%% and then run scripts/auxiliar/makelsr.py
-%%
-%% This file is in the public domain.
-\version "2.14.0"
+% DO NOT EDIT this file manually; it is automatically
+% generated from Documentation/snippets/new
+% Make any changes in Documentation/snippets/new/
+% and then run scripts/auxiliar/makelsr.py
+%
+% This file is in the public domain.
+%% Note: this file works from version 2.15.17
+\version "2.16.0"
 
 \header {
-  lsrtags = "rhythms, contexts-and-engravers"
+  lsrtags = "workaround, contexts-and-engravers, contemporary-notation, rhythms"
 
-%% Translation of GIT committish: 70f5f30161f7b804a681cd080274bfcdc9f4fe8c
-  texidoces = "
-La propiedad @code{measureLength}, junto con
-@code{measurePosition}, determina cuándo es necesario dibujar una
-línea divisoria.  Sin embargo, al utilizar
-@code{\\scaleDurations}, el escalado proporcional de las
-duraciones hace difícil introducir cambios de compás.  En este
-caso se debe establecer manualmente el valor de
-@code{measureLength} utilizando la función @code{ly:make-moment}.
-El segundo argumento debe ser el mismo que el segundo argumento de
-@code{\\scaleDurations}.
-
-"
-  doctitlees = "Modificar el compás dentro de una sección polimétrica utilizando @code{\\scaleDurations}"
-
-  texidoc = "
-The @code{measureLength} property, together with
-@code{measurePosition}, determines when a bar line is needed.  However,
-when using @code{\\scaleDurations}, the scaling of durations makes it
-difficult to change time signatures.  In this case,
-@code{measureLength} should be set manually, using the
-@code{ly:make-moment} callback.  The second argument must be the same
-as the second argument of @code{\\scaleDurations}.
-
-"
   doctitle = "Changing time signatures inside a polymetric section using \\scaleDurations"
 } % begin verbatim
 
+
+
 \layout {
   \context {
     \Score
@@ -52,7 +30,7 @@ as the second argument of @code{\\scaleDurations}.
 
 <<
   \new Staff {
-    \scaleDurations #'(8 . 5) {
+    \scaleDurations 8/5 {
       \time 6/8
       \set Timing.measureLength = #(ly:make-moment 6 5)
       b8 b b b b b