From: Patrick McCarty Date: Sat, 2 Jan 2010 20:43:35 +0000 (-0800) Subject: Add regression test for #541. X-Git-Tag: release/2.13.11-1~111 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a873053c8fb61092b09b1a6de61c7a2aca56b110;p=lilypond.git Add regression test for #541. I broke the rendering of diacritics a couple of weeks ago, so we definitely need a regression test for this issue. The version number is correct, since it was backported to 2.12.3. --- diff --git a/input/regression/markup-diacritic-marks.ly b/input/regression/markup-diacritic-marks.ly new file mode 100644 index 0000000000..e56a82b275 --- /dev/null +++ b/input/regression/markup-diacritic-marks.ly @@ -0,0 +1,19 @@ +\version "2.12.3" + +\header { + texidoc = " +Diacritic marks are rendered and positioned correctly. The +diacritic on line 1 looks like a lower-underline and is centered +beneath the main character. The diacritic on line 2 is positioned +to the left of the main character, with a tiny space of +separation. The diacritic on line 3 is positioned directly above +the main character, either centered or shifted slightly to the +left. +" +} + +\markup { + \column { + כַ וּ וֹ + } +}