]> git.donarmstrong.com Git - lilypond.git/blob - input/simple-song.ly
release commit
[lilypond.git] / input / simple-song.ly
1 %% A simple song in LilyPond
2 <<
3     \relative {
4         \clef bass
5         d,2 d c4 bes a2 \break
6         c2 c d4 f g2
7     }
8     \addlyrics {
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.10"
16     
17 %% Optional helper for quick click and edit mode.  May be omitted
18 #(ly:set-point-and-click 'line-column)
19