]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/rhythm-excercise.ly
Imported sources
[lilypond.git] / input / test / rhythm-excercise.ly
index a15f5ee979252967c1de5f2791c0a68e5d6e67ed..696389646882459d95809e57265c0e1944801a9f 100644 (file)
@@ -1,18 +1,18 @@
-\header {
-
-    texidoc = " a way to generate rhythm exercises with lilypond
-    (e.g. no staff but retaining the barlines"
-
-
+\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). "
 }
 
-\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        
         }
-     }
+}
+