]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chord-repetition-accidentals.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / chord-repetition-accidentals.ly
diff --git a/input/regression/chord-repetition-accidentals.ly b/input/regression/chord-repetition-accidentals.ly
new file mode 100644 (file)
index 0000000..50b20db
--- /dev/null
@@ -0,0 +1,11 @@
+\version "2.18.0"
+
+\header {
+  texidoc = "Chord repeats should omit forced and reminder accidentals."
+}
+
+\relative
+{
+  <f'! a d f!> q q q |
+  <f? a d f?> q q q
+}