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