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
Changes the spanner-placement property of FootnoteSpanner to ly:dir
[lilypond/patrick.git]
/
input
/
regression
/
tablature-grace-notes.ly
blob
5012ddd643f63250efcaa4254f93ad510f18d7f4
1
\version
"2.13.4"
2
3
\header
{
texidoc
=
"Fret numbers belonging to grace notes are smaller."
4
}
5
6
gracenotes
=
\relative
c
{
7
c
4
d e f
8
\grace
e
8
c
4
d e f
9
\grace \parenthesize
e
8
c
4
d e f
10
\appoggiatura
e
8
c
4
d e f
11
\acciaccatura
e
8
c
4
d e f
12
\bar
"|."
13
}
14
15
\context
StaffGroup
<<
16
\context
Staff
<<
17
\clef
"G_8"
18
\gracenotes
19
>>
20
\context
TabStaff
<<
21
\gracenotes
22
>>
23
>>
24