Merge branch 'master' of ssh://jneem@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / simple-song.ly
blobb749bb74cbc9bf3568de23da6a3165d646979779
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
9 \addlyrics {
10 My first Li -- ly song,
11 Not much can go wrong!
15 %% Optional helper for automatic updating by convert-ly. May be omitted.
16 \version "2.10.0"