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