]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-forced-tie.ly
Doc: CSS: Add a maximum width for the sidebar in the manuals
[lilypond.git] / input / regression / accidental-forced-tie.ly
index 6c5b605ccb48ca78ef1dd8d028de989c83ff59ff..bd4148ccd3d200707a5218e61eed358f49f26430 100644 (file)
@@ -1,7 +1,10 @@
-\version "2.9.18"
+\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
+}
+