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
/
lyrics-after-grace.ly
blob
0d5d3d104e3f756b78505a6b82fdd1cd7f634c6c
1
\header
2
{
3
4
texidoc
=
"Lyrics are ignored for aftergrace notes."
5
6
}
7
8
\version
"2.11.13"
9
\paper
{
10
ragged-right
= ##
t
11
}
12
13
<<
14
\new
Staff
{
15
\new
Voice
=
"myVoice"
{
16
\afterGrace
c
''
2
{
e
''
32
( }
c
''
2
)
17
}}
18
\new
Lyrics
\lyricsto
"myVoice"
\lyricmode
{
foo -- bar
}
19
>>