]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-placement-samepitch.ly
Fix 546.
[lilypond.git] / input / regression / accidental-placement-samepitch.ly
diff --git a/input/regression/accidental-placement-samepitch.ly b/input/regression/accidental-placement-samepitch.ly
new file mode 100644 (file)
index 0000000..4a1b407
--- /dev/null
@@ -0,0 +1,14 @@
+\version "2.12.3"
+
+\header {
+  texidoc = "When two (or more) accidentals modify the same pitch,
+they are printed adjacent to one another unless they represent the same
+alteration, in which case they are printed in exactly the same position
+as one another. In either case, collisions with accidentals of different
+pitches are correctly computed."
+}
+
+\relative c''
+{<< <dis aeses as a! a! ais aisis a,! aeh cis'> \\ <ais aih> >> }
+
+\paper {ragged-right = ##t}