From 6f65699f6ece62852bbc90cb0292c654322f2d03 Mon Sep 17 00:00:00 2001 From: Patrick McCarty Date: Sun, 29 Nov 2009 19:16:49 -0800 Subject: [PATCH] Add regression test for #907. --- input/regression/easy-notation-accidentals.ly | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 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 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 +} -- 2.39.2