]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/conducting-signs,-measure-grouping-signs.ly
Merge branch 'master' into nested-bookparts
[lilypond.git] / input / lsr / conducting-signs,-measure-grouping-signs.ly
index 9221704ac50eb9fb51b0c67428c4e203f6d3d09e..ec18dd202fef4668ab985fb73727e84f8185682b 100644 (file)
@@ -1,22 +1,48 @@
-%% Do not edit this file; it is auto-generated from LSR!
-%% Tags: rhythms
-\version "2.11.35"
+%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% This file is in the public domain.
+\version "2.11.62"
 
-\header { texidoc = "
-The Scheme function @code{set-time-signature}, in combination with the
-Measure grouping engraver,  it will create MeasureGrouping signs.  Such
-signs ease reading rhythmically complex modern music.  In the following
-example, the 9/8 measure is subdivided in 2, 2, 2 and 3.  This is
-passed to @code{set-time-signature} as the third argument @code{(2 2 2
-3)}
+\header {
+  lsrtags = "rhythms"
 
+  texidoces = "
+Las opciones para agrupar los pulsos de un compás están a nuestra
+disposición a través de la función de Scheme
+@code{set-time-signature}, que acepta tres argumentos: el número
+de pulsos, la longitud del pulso, y la agrupación interna de los
+pulsos dentro del compás.  Si se incluye el grabador
+@code{Measure_grouping_engraver}, la función crea también símbolos
+de agrupación @code{MeasureGrouping}.  Dichos símbolos facilitan
+la lectura de la música moderna de cierta complejidad rítmica.  En
+el ejemplo, el compás de 9/8 se subdivide en 2, 2, 2 y 3.  Esto se
+pasa a la función @code{set-time-signature} como tercer argumento:
+@code{'(2 2 2 3)}:
 
-" }
+"
+doctitlees = "Símbolos de dirección, símbolos de agrupación de compás"
+
+  texidoc = "
+Options to group beats within a bar are available through the Scheme
+function @code{set-time-signature}, which takes three arguments: the
+number of beats, the beat length, and the internal grouping of beats in
+the measure.  If the @code{Measure_grouping_engraver} is included, the
+function will also create @code{MeasureGrouping} signs.  Such signs
+ease reading rhythmically complex modern music.  In the example, the
+9/8 measure is subdivided in 2, 2, 2 and 3.  This is passed to
+@code{set-time-signature} as the third argument: @code{'(2 2 2 3)}:
+
+"
+  doctitle = "Conducting signs, measure grouping signs"
+} % begin verbatim
 
 \score {
   \relative c'' {
     #(set-time-signature 9 8 '(2 2 2 3))
-    g8[ g] d[ d] g[ g] a8[( bes g]) |
+    #(revert-auto-beam-setting '(end * * 9 8) 3 8)
+    #(override-auto-beam-setting '(end 1 8 9 8) 1 4)
+    #(override-auto-beam-setting '(end 1 8 9 8) 2 4)
+    #(override-auto-beam-setting '(end 1 8 9 8) 3 4)
+    g8 g d d g g a( bes g) |
     #(set-time-signature 5 8 '(3 2))
     a4. g4
   }
@@ -27,4 +53,3 @@ passed to @code{set-time-signature} as the third argument @code{(2 2 2
     }
   }
 }
-