]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-forced-tie.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / accidental-forced-tie.ly
index e28d87367219185958c3fd455030443fd04273d0..c875dc81e04f9c9255f9610a9cf62be78e89bc28 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.12.0"
+\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?
+}