]> git.donarmstrong.com Git - lilypond.git/blob - input/test/rhythm-excercise.ly
Add texidoc index and a few comments.
[lilypond.git] / input / test / rhythm-excercise.ly
1 \version "1.7.18"
2 \header { texidoc = "@cindex Rhythm Exercise
3 This example shows a way to generate rhythm exercises with
4 Lilypond (e.g. no staff but retaining the barlines. "
5 }
6
7 \score { \notes { c4 c4 [ c8 c8 ] }
8
9          \paper {
10              \translator { \StaffContext
11                            \remove Staff_symbol_engraver
12                            \consists Pitch_squash_engraver
13                            \remove Clef_engraver
14                        }
15          }
16         \paper{raggedright= ##t}
17 }
18 %% new-chords-done %%