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
Fix 524 pitched trill losing accidental.
[lilypond.git]
/
input
/
regression
/
hara-kiri-stanza-number.ly
blob
a0a974237c549b5b18c8ead07093b2d5248c8d5c
1
2
\header
{
3
4
texidoc
=
"stanza numbers remain, even on otherwise empty lyrics
5
lines."
6
7
}
8
9
\paper
{
10
indent
= #
0.0
11
ragged-right
= ##
T
12
}
13
14
\version
"2.10.11"
15
16
<<
17
\new
Voice
=
melody
\relative
c
'{
18
r
2
r
4
r
8
e
8
|
\break
19
e
16
e
8
.
20
}
21
\lyricsto
"melody"
\lyrics
{
22
\set
stanza
=
"Verse 2."
23
_
bla bla
}
24
>>