]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/easy-notation-accidentals.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / easy-notation-accidentals.ly
diff --git a/input/regression/easy-notation-accidentals.ly b/input/regression/easy-notation-accidentals.ly
new file mode 100644 (file)
index 0000000..310cd62
--- /dev/null
@@ -0,0 +1,13 @@
+\version "2.14.0"
+
+\header {
+  texidoc = "
+Accidentals are positioned correctly when using Easy notation.
+"
+}
+
+\relative c' {
+  \easyHeadsOn
+  c4 cis cisis2
+  e4 ees eeses2
+}