]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/staff-online-symbol-absence.ly
Merge remote-tracking branch 'origin/translation' into staging
[lilypond.git] / input / regression / staff-online-symbol-absence.ly
index ef3e589d04f6e1bbda8d73498b5cc656a442e7ea..cb2c168f27860ac5b90866fd8df9e896990398c8 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.19.2"
 \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' {
   \time 5/8
-  f4 ~ f
+  f4 ~ 4 
   f4 f4.
 }