]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-forced-tie.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / accidental-forced-tie.ly
index e28d87367219185958c3fd455030443fd04273d0..bd4148ccd3d200707a5218e61eed358f49f26430 100644 (file)
@@ -1,7 +1,10 @@
-\version "2.12.0"
+\version "2.19.21"
 
 \header {
-  texidoc = "Accidentals can be forced with ! and ? even if the notes are tied."
+  texidoc = "Accidentals can be forced with ! and ? even if the
+notes are tied.  Cautionary accidentals applied to tied notes
+after a bar line are valid for the whole measure.
+"
 }
 
 \layout {
@@ -9,5 +12,9 @@
 }
 
 \relative {
-  gis'4 ~ gis!~ gis?
-  }
+  gis'4 ~ gis!~ gis? r4
+  fis1 ~
+  fis!2 fis ~
+  fis?2 fis
+}
+