]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-forced-tie.ly
Midi: test suite nits.
[lilypond.git] / input / regression / accidental-forced-tie.ly
index 6c5b605ccb48ca78ef1dd8d028de989c83ff59ff..78bc724e50d088fb408358ad7552c8cf46f5ab0c 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.9.18"
+\version "2.12.0"
 
 \header {
   texidoc = "Accidentals can be forced with ! and ? even if the notes are tied."
@@ -8,6 +8,6 @@
   ragged-right = ##t
 }
 
-\relative {
-  gis'4 ~ gis!~ gis?
-  }
+\relative c'' {
+  gis4 ~ gis!~ gis?
+}