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