repo.or.cz
/
lilypond
/
mpolesky.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Prevent segfault with arpeggio + no staff-symbol.
[lilypond/mpolesky.git]
/
input
/
regression
/
grace-part-combine.ly
blob
fe04f094fa2cc5f4633082cdc887dfa42050f046
1
2
\version
"2.12.0"
3
\header
{
4
texidoc
=
"Grace notes may be put in a @code{partcombine}r."
5
}
6
7
\layout
{
ragged-right
= ##
t
}
8
9
10
\new
Staff
11
\partcombine
12
\relative
c
'' {
13
c
4
d e f
\grace
f
16
g
1
14
}
15
\relative
c
' {
16
c
4
d e
2
g
1
17
}
18
19
20
21