]> git.donarmstrong.com Git - lilypond.git/blob - input/test/rhythm-excercise.ly
Imported sources
[lilypond.git] / input / test / rhythm-excercise.ly
1 \version "2.1.7"
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]  c2 c2 }
8
9          \paper {
10              \translator { \StaffContext
11                            StaffSymbol \set #'transparent = ##t
12                            \consists Pitch_squash_engraver
13                            \remove Clef_engraver
14                        }
15              raggedright= ##t        
16          }
17 }
18