]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/altering-the-number-of-stems-in-a-beam.ly
Fix make loop
[lilypond.git] / input / lsr / altering-the-number-of-stems-in-a-beam.ly
index 262f17cb95304bd2b911f77f1f403dedbf664c15..a1caa7f1f5440e3e87600fd34e5887472a5e6ca0 100644 (file)
@@ -1,22 +1,26 @@
 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-%% Tags: rhythms, tweaks-and-overrides
-\version "2.11.35"
+\version "2.11.38"
 
-\header { texidoc = "
-You can alter the number of stems in a beam.  In this example, two sets
+\header {
+  lsrtags = "rhythms, tweaks-and-overrides"
+
+  texidoc = "
+You can alter the number of stems in a beam. In this example, two sets
 of four 32nds are joined, as if they were 8th notes.
 
 
 
-" }
-% begin verbatim
+
+"
+  doctitle = "Altering the number of stems in a beam"
+} % begin verbatim
 \relative {
   #(override-auto-beam-setting '(end * * * *)  1 4)
   f32 g a b b a g f
 
-  f32 g a 
-  \set stemRightBeamCount = #1  b
+  f32 g a
+  \set stemRightBeamCount = #1 b
   \set stemLeftBeamCount = #1 b
   a g f
 }