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