From a873053c8fb61092b09b1a6de61c7a2aca56b110 Mon Sep 17 00:00:00 2001 From: Patrick McCarty Date: Sat, 2 Jan 2010 12:43:35 -0800 Subject: [PATCH] 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. --- input/regression/markup-diacritic-marks.ly | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 input/regression/markup-diacritic-marks.ly 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 { + כַ וּ וֹ + } +} -- 2.39.5