]> git.donarmstrong.com Git - lilypond.git/blob - input/simple-song.ly
(LY_DEFINE): deprecate
[lilypond.git] / input / simple-song.ly
1
2 %% A simple song in LilyPond
3 <<
4     \relative {
5         \clef bass
6         d,2 d c4 bes a2 \break
7         c2 c d4 f g2
8     }
9     \addlyrics {
10         My first Li -- ly song,
11         Not much can go wrong!
12     }
13 >>
14
15 %% Optional helper for automatic updating by convert-ly.  May be omitted.
16 \version "2.5.13"
17