]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-forced-tie-barline.ly
Fix 418.
[lilypond.git] / input / regression / accidental-forced-tie-barline.ly
diff --git a/input/regression/accidental-forced-tie-barline.ly b/input/regression/accidental-forced-tie-barline.ly
new file mode 100644 (file)
index 0000000..e5c24dd
--- /dev/null
@@ -0,0 +1,17 @@
+\version "2.11.53"
+
+\header {
+  texidoc = "Cautionary accidentals applied to tied notes after a
+bar line are valid for the whole measure."
+}
+
+notes = \relative c' {
+  fis1 ~
+  fis!2 fis ~
+  fis?2 fis
+}
+
+<<
+  \new NoteNames \notes
+  \new Staff \notes
+>>