]> git.donarmstrong.com Git - lilypond.git/blob - input/test/rhythm-excercise.ly
a15f5ee979252967c1de5f2791c0a68e5d6e67ed
[lilypond.git] / input / test / rhythm-excercise.ly
1 \header {
2
3     texidoc = " a way to generate rhythm exercises with lilypond
4     (e.g. no staff but retaining the barlines"
5
6
7 }
8
9 \score { \notes { c4 c4 [ c8 c8 ] }
10
11          \paper {
12              \translator { \StaffContext
13                            \remove Staff_symbol_engraver
14                            \consists Pitch_squash_engraver
15                            \remove Clef_engraver
16                        }
17          }
18      }