]> 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 eacc4c63566e690433e6b2b17272e1fff80d383a..3f047d25c9d26c69f3f49407a0597b5c502a5e6f 100644 (file)
@@ -1,10 +1,11 @@
 %% 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.38"
+\version "2.11.62"
 
 \header {
   lsrtags = "rhythms"
- texidoc = "
+
+  texidoc = "
 The Scheme function @code{set-time-signature}, in combination with the
 @code{Measure_grouping_engraver}, creates measure grouping signs. Such
 signs ease reading rhythmically complex modern music. In the following
@@ -13,12 +14,18 @@ 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 @@ is passed to @code{set-time-signature} as the third argument @code{(2 2
     }
   }
 }
-