]> 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 6ddbd735e6d7bdabe6c8e9cbac86d2c03af0c2b9..698183fe22b20b7c40aec4847004bef7b78d21b3 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.19.21"
 \header {
 
   texidoc = "Symbols that need on-staffline info (like dots and ties)
@@ -9,8 +9,8 @@
 \new Staff \with {
   \remove "Staff_symbol_engraver"
 }
-\relative c' {
+\relative {
   \time 5/8
-  f4 ~ f
+  f'4 ~ 
   f4 f4.
 }