]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-forced-tie.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / accidental-forced-tie.ly
index c875dc81e04f9c9255f9610a9cf62be78e89bc28..77fa641c5dc68e5a7f5a7fa9463f9fa52bf6521a 100644 (file)
@@ -1,7 +1,10 @@
-\version "2.14.0"
+\version "2.16.0"
 
 \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 c'' {
-  gis4 ~ gis!~ gis?
+  gis4 ~ gis!~ gis? r4
+  fis1 ~
+  fis!2 fis ~
+  fis?2 fis
 }
+