]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/rhythm-excercise.ly
Imported sources
[lilypond.git] / input / test / rhythm-excercise.ly
index cd53b36a0ab1318bfb660c1a64cb390025dfb08e..696389646882459d95809e57265c0e1944801a9f 100644 (file)
@@ -1,18 +1,18 @@
-\version "1.7.18"
+\version "2.1.7"
 \header { texidoc = "@cindex Rhythm Exercise
 This example shows a way to generate rhythm exercises with
-Lilypond (e.g. no staff but retaining the barlines. "
+LilyPond (e.g. no staff but retaining the barlines). "
 }
 
-\score { \notes { c4 c4 [ c8 c8 ] }
+\score { \notes { c4 c4 c8[ c8]  c2 c2 }
 
         \paper {
             \translator { \StaffContext
-                          \remove Staff_symbol_engraver
+                          StaffSymbol \set #'transparent = ##t
                           \consists Pitch_squash_engraver
                           \remove Clef_engraver
                       }
+            raggedright= ##t        
         }
-       \paper{raggedright= ##t}
 }
-%% new-chords-done %%
+