]> 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 c875dc81e04f9c9255f9610a9cf62be78e89bc28..bd4148ccd3d200707a5218e61eed358f49f26430 100644 (file)
@@ -1,13 +1,20 @@
-\version "2.14.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 {
   ragged-right = ##t
 }
 
-\relative c'' {
-  gis4 ~ gis!~ gis?
+\relative {
+  gis'4 ~ gis!~ gis? r4
+  fis1 ~
+  fis!2 fis ~
+  fis?2 fis
 }
+