summaryrefslogtreecommitdiff
path: root/input/simple-song.ly
blob: 344c8b8aedf543fb62d961256783768792cb9812 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
%% A simple song in LilyPond
<<
    \relative {
	\clef bass
	d,2 d c4 bes a2 \break
	c2 c d4 f g2
    }
    \addlyrics {
	My first Li -- ly song,
	Not much can go wrong!
    }
>>

%% Optional helper for automatic updating by convert-ly.  May be omitted.
\version "2.5.13"