]> git.donarmstrong.com Git - lilypond.git/blob - input/tutorial/solar.ly
* lily/stem.cc (get_default_stem_end_position): use beam_count - 1
[lilypond.git] / input / tutorial / solar.ly
1 \version "1.5.68"
2
3 \score {
4   \notes {
5     \time 4/4
6     \clef treble
7     \key d \minor
8     r4 r8 d''8 cis''4 e''4
9     d''8 a'4. ~ a'4. b'8
10     cis''4 cis''8 cis''8 bis'4 d''8 cis'' ~
11     cis''2 r2
12
13   }
14   \paper { }
15 }
16