repo.or.cz
/
lilypond
/
csorensen.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "Fix syntax error in fret-diagrams.ly"
[lilypond/csorensen.git]
/
input
/
regression
/
newaddlyrics.ly
blob
fcca208a5803adf51566b8aba300cf5e8f6776fa
1
\header
{
2
3
texidoc
=
"newlyrics, multiple stanzas, multiple lyric voices."
4
5
}
6
\layout
{
ragged-right
= ##
t
}
7
<<
8
\new
Staff
\relative
{
9
d
'
2
d c
4
bes a
2
\break
10
}
11
\addlyrics
{
12
My first Li -- ly song
,
13
}
14
\addlyrics
{
15
Not much can go wrong
!
16
}
17
\new
Staff
\relative
{
18
\clef
bass
19
d
2
d c
4
bes a
2
\break
20
}
21
\addlyrics
{
22
MY FIRST LI -- LY SONG
,
23
}
24
\addlyrics
{
25
NOT MUCH CAN GO WRONG
!
26
}
27
>>
28
29
\version
"2.10.0"