]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/conducting-signs,-measure-grouping-signs.ly
Merge master into nested-bookparts
[lilypond.git] / input / lsr / conducting-signs,-measure-grouping-signs.ly
index 6beb1d7e077a781f99701e8bdb04b0bed3e3e1d3..3f047d25c9d26c69f3f49407a0597b5c502a5e6f 100644 (file)
@@ -1,24 +1,31 @@
 %% 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.35"
+\version "2.11.62"
 
 \header {
   lsrtags = "rhythms"
- texidoc = "
+
+  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)}
+@code{Measure_grouping_engraver}, creates measure grouping signs. Such
+signs ease reading rhythmically complex modern music. In the following
+example, the 9/8 measure is subdivided into 2, 2, 2 and 3 beats. This
+is passed to @code{set-time-signature} as the third argument @code{(2 2
+2 3)}.
+
 
 
-" }
-% begin verbatim
+"
+  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
   }
@@ -29,4 +36,3 @@ passed to @code{set-time-signature} as the third argument @code{(2 2 2
     }
   }
 }
-