]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/arpeggio-no-staff-symbol.ly
c2d438021461b5f051d6b5fe2ccdefe2cccee622
[lilypond.git] / input / regression / arpeggio-no-staff-symbol.ly
1 \version "2.16.0"
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 }