]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/rhythm-excercise.ly
* ly/declarations-init.ly (paper): Define page-breaking.
[lilypond.git] / input / test / rhythm-excercise.ly
index 24d1918db58e8ec920a966367429bfb6f8373f24..785fa958b144c9be9ddd396d31cb66a52173dfc4 100644 (file)
@@ -1,20 +1,19 @@
-\version "1.7.18"
-\header {
-
-    texidoc = " a way to generate rhythm exercises with lilypond
-    (e.g. no staff but retaining the barlines"
-
-
+\version "2.1.30"
+\header { texidoc = "@cindex Rhythm Exercise
+Rythmic exercises may be produced by removing the @code{Clef} engraver,
+putting all notes to the same pitch and using transparent staff lines.
+"
 }
 
-\score { \notes { c4 c4 [ c8 c8 ] }
+\score { \notes { c4 c4 c8[ c8]  c2 c2 }
 
         \paper {
-            \translator { \StaffContext
-                          \remove Staff_symbol_engraver
+            \context { \StaffContext
+                          \override StaffSymbol #'transparent = ##t
                           \consists Pitch_squash_engraver
                           \remove Clef_engraver
                       }
+            raggedright= ##t        
         }
-     }
-%% new-chords-done %%
+}
+