]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-forced-tie.ly
Change the behavior of nested StaffGroupers.
[lilypond.git] / input / regression / accidental-forced-tie.ly
index 5d553f069c9afcd6427af4e6e194b762a8a145ad..78bc724e50d088fb408358ad7552c8cf46f5ab0c 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.11.51"
+\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?
+}