]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-forced-tie.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / accidental-forced-tie.ly
index 6c5b605ccb48ca78ef1dd8d028de989c83ff59ff..c875dc81e04f9c9255f9610a9cf62be78e89bc28 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.9.18"
+\version "2.14.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?
+}