]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-correction-accidentals.ly
Consider accidentals in optical spacing correction.
[lilypond.git] / input / regression / spacing-correction-accidentals.ly
diff --git a/input/regression/spacing-correction-accidentals.ly b/input/regression/spacing-correction-accidentals.ly
new file mode 100644 (file)
index 0000000..b6c342a
--- /dev/null
@@ -0,0 +1,13 @@
+\version "2.12.3"
+
+\header {
+  texidoc = "If right hand stems have accidentals, optical spacing
+correction is still applied, but only if the stem directions are
+different."
+}
+
+\relative c' {
+  \time 2/4
+  c8 cis''
+  cis8 cis,,
+}