]> git.donarmstrong.com Git - lilypond.git/blob - input/tutorial/solar.ly
update syntax in .ly files.
[lilypond.git] / input / tutorial / solar.ly
1 \version "1.7.6"
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   \paper { }
14 }
15