]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-forced-tie.ly
Typos in German docs reported by Jens Dencker
[lilypond.git] / input / regression / accidental-forced-tie.ly
index 78bc724e50d088fb408358ad7552c8cf46f5ab0c..bd4148ccd3d200707a5218e61eed358f49f26430 100644 (file)
@@ -1,13 +1,20 @@
-\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 {
   ragged-right = ##t
 }
 
-\relative c'' {
-  gis4 ~ gis!~ gis?
+\relative {
+  gis'4 ~ gis!~ gis? r4
+  fis1 ~
+  fis!2 fis ~
+  fis?2 fis
 }
+