]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/staff-online-symbol-absence.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / staff-online-symbol-absence.ly
index 583c690ece4ffaf0d76c20c10f4701de4ad18269..698183fe22b20b7c40aec4847004bef7b78d21b3 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.12.0"
+\version "2.19.21"
 \header {
 
   texidoc = "Symbols that need on-staffline info (like dots and ties)
@@ -7,10 +7,10 @@
 }
 
 \new Staff \with {
-  \remove Staff_symbol_engraver
+  \remove "Staff_symbol_engraver"
 }
-\relative c' {
+\relative {
   \time 5/8
-  f4 ~ f
+  f'4 ~ 
   f4 f4.
 }