]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/beam-count.ly
* scripts/convert-ly.py (conv): fixed \context Foo = mixedCaps
[lilypond.git] / input / test / beam-count.ly
index e815fbd90a0b22ea18111f1b8826a09b401cb8b2..816f9c174e6f3620f609e4fd55c810c62b38182d 100644 (file)
@@ -1,26 +1,21 @@
 
-\version "2.1.23"
+\version "2.4.0"
 \header{
        texidoc="@cindex Beam Count
 
-You can alter the number of stems in a beam.  Here we see
-two sets of four 32nds joined as if they were 8th notes.
+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.
 
 " }
 
-fragment = \notes {
+\layout { raggedright = ##t}  
+
+\relative {
   #(override-auto-beam-setting '(end * * * *)  1 4)
   f32 g a b b a g f
 
-  f32 g a 
+  f32 g a 
   \set stemRightBeamCount = #1  b
-  \set stemLeftBeamCount = #1 a
-   g f
+  \set stemLeftBeamCount = #1 b
+  a g f
 }
-
-
-\score {
-  \notes\relative c \fragment
-  \paper { raggedright = ##t}  
-}
-