repo.or.cz
/
lilypond
/
mpolesky.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix #328: Add dots to support of RH fingerings, if found.
[lilypond/mpolesky.git]
/
input
/
simple-song.ly
blob
b05fa4613dfd0373703b912ce1a7e2fdea5876a6
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.12.0"
17