]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/arpeggio-no-staff-symbol.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / arpeggio-no-staff-symbol.ly
index c2d438021461b5f051d6b5fe2ccdefe2cccee622..a472e68a705f747afd4a6ef4f6f3811c79b7bcfd 100644 (file)
@@ -1,10 +1,10 @@
-\version "2.16.0"
+\version "2.19.21"
 
 \header {
   texidoc = "Arpeggios stil work in the absence of a staff-symbol."
 }
 
 \new Staff \with { \remove "Staff_symbol_engraver" }
-\relative c' {
-  <c c'>\arpeggio
+\relative {
+  <c' c'>\arpeggio
 }