From: Patrick McCarty Date: Mon, 30 Nov 2009 03:16:49 +0000 (-0800) Subject: Add regression test for #907. X-Git-Tag: release/2.13.9-1~54 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6f65699f6ece62852bbc90cb0292c654322f2d03;p=lilypond.git Add regression test for #907. --- diff --git a/input/regression/easy-notation-accidentals.ly b/input/regression/easy-notation-accidentals.ly new file mode 100644 index 0000000000..d26b106a2b --- /dev/null +++ b/input/regression/easy-notation-accidentals.ly @@ -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 +}