]> git.donarmstrong.com Git - lilypond.git/blob - input/test/rhythm-excercise.ly
b8303dd0be7958a5b9d88a84bf7ca6c509011ed0
[lilypond.git] / input / test / rhythm-excercise.ly
1 \version "2.1.26"
2 \header { texidoc = "@cindex Rhythm Exercise
3 Rythmic exercises may be produced by removing the @code{Clef} engraver,
4 putting all notes to the same pitch and using transparent staff lines.
5 "
6 }
7
8 \score { \notes { c4 c4 c8[ c8]  c2 c2 }
9
10          \paper {
11              \translator { \StaffContext
12                            \override StaffSymbol #'transparent = ##t
13                            \consists Pitch_squash_engraver
14                            \remove Clef_engraver
15                        }
16              raggedright= ##t        
17          }
18 }
19