repo.or.cz
/
lilypond
/
patrick.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
*** empty log message ***
[lilypond/patrick.git]
/
input
/
simple-song.ly
blob
6eebcb11f351a53a9a4ec62f76192db7018a9bf0
1
2
%% A simple song in LilyPond
3
<<
4
\relative
{
5
\clef
bass
6
d
,
2
d c
4
bes a
2
\break
7
c
2
c d
4
f g
2
8
}
9
\addlyrics
{
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.6.0"
17