]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/arpeggio-no-staff-symbol.ly
Merge branch 'stable/2.16' into staging
[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 }