repo.or.cz
/
lilypond
/
patrick.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Doc: [de] Update rcontribnamed node refs.
[lilypond/patrick.git]
/
input
/
regression
/
trill-spanner-grace.ly
blob
02b032aa26a7587b53bfa431a793af5c69fd2125
1
\header
{
2
texidoc
=
"Trill spanner can end on a grace note"
3
}
4
5
\version
"2.12.0"
6
\layout
{
7
ragged-right
= ##
T
8
}
9
\relative \new
Voice
{
10
<< {
c
1
\startTrillSpan
}
11
{
s
2
.
\grace
{
d
16
[
\stopTrillSpan
e
] } } >>
12
c
4
}