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
/
midi-grace.ly
blob
5a58f3cbe83b647ab275d33a3e6ff8587eeab260
1
2
\header
{
3
4
texidoc
=
"Grace notes don't intrroduce syncing problems: the last note
5
off will appear at tick 768 (2 * 384)."
6
7
}
8
\version
"2.10.10"
9
\score
{
10
\relative
c
' {
11
c
4
12
\grace
{
b
8
}
13
d
4
14
}
15
\midi
{ }
16
}