repo.or.cz
/
lilypond.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Allow for nested properties in list form when using \override.
[lilypond.git]
/
input
/
simple-song.ly
blob
654ca8f594f2168d54ec4808598e21583cca1558
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.11.61"
17