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
Doc: [de] Update rcontribnamed node refs.
[lilypond/patrick.git]
/
input
/
regression
/
arpeggio-no-staff-symbol.ly
blob
a94f9a77530e3a025c9c64634d8aab3c1467f2b9
1
\version
"2.13.17"
2
3
\header
{
4
texidoc
=
"Arpeggios stil work in the absence of a staff-symbol."
5
}
6
7
\new
Staff
\with
{
\remove
"Staff_symbol_engraver"
}
8
\relative
c
' {
9
<
c c
'>
\arpeggio
10
}