]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/arpeggio-no-staff-symbol.ly
a94f9a77530e3a025c9c64634d8aab3c1467f2b9
[lilypond.git] / input / regression / arpeggio-no-staff-symbol.ly
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 }