]> git.donarmstrong.com Git - lilypond.git/blob - input/test/rhythm-excercise.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / test / rhythm-excercise.ly
1 \version "2.3.4"
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 {  { c4 c4 c8[ c8]  c2 c2 }
9
10          \paper {
11              \context { \Staff
12                            \override StaffSymbol #'transparent = ##t
13                            \consists Pitch_squash_engraver
14                            \remove Clef_engraver
15                        }
16              raggedright= ##t        
17          }
18 }
19