]> git.donarmstrong.com Git - lilypond.git/commitdiff
Add regression test for #907.
authorPatrick McCarty <pnorcks@gmail.com>
Mon, 30 Nov 2009 03:16:49 +0000 (19:16 -0800)
committerPatrick McCarty <pnorcks@gmail.com>
Mon, 30 Nov 2009 03:16:49 +0000 (19:16 -0800)
input/regression/easy-notation-accidentals.ly [new file with mode: 0644]

diff --git a/input/regression/easy-notation-accidentals.ly b/input/regression/easy-notation-accidentals.ly
new file mode 100644 (file)
index 0000000..d26b106
--- /dev/null
@@ -0,0 +1,13 @@
+\version "2.12.0"
+
+\header {
+  texidoc = "
+Accidentals are positioned correctly when using Easy notation.
+"
+}
+
+\relative c' {
+  \easyHeadsOn
+  c4 cis cisis2
+  e4 ees eeses2
+}