]> git.donarmstrong.com Git - lilypond.git/blob - input/simple-song.ly
* lily/lexer.ll, lily/parser.yy:
[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
9     \newlyrics {
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.3.0"