]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/arpeggio-no-staff-symbol.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / arpeggio-no-staff-symbol.ly
1 \version "2.19.21"
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 {
9   <c' c'>\arpeggio
10 }