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
/
midi-microtone-off.ly
blob
1d61f74d00ddda517b5cba6b4ade9fea1972da05
1
\header
{
2
3
texidoc
=
"Microtonal shifts should be corrected before the start of
4
the next (possibly grace) note. "
5
}
6
7
\version
"2.12.0"
8
9
\score
10
{
11
12
\relative
c
' {
13
a
geseh
\acciaccatura
a
geseh
14
}
15
16
\midi
{}
17
}