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
/
grace-auto-beam.ly
blob
3c06fbb2dbf50c28005946c8a539444e5037ac8a
1
2
\version
"2.10.0"
3
\header
4
{
5
texidoc
=
"The autobeamer is not confused by grace notes."
6
}
7
\layout
{
ragged-right
= ##
t
}
8
9
10
11
\context
Voice
\relative
c
''{
12
13
\grace
a
8
g
16
f e f
\grace
a
8
g
16
f e f
\grace
a
8
g
16
f e f
14
\grace
a
8
g
16
f e f
|
15
}
16
17
18