]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/markup-diacritic-marks.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / markup-diacritic-marks.ly
1 \version "2.16.0"
2
3 \header {
4   texidoc = "
5 Diacritic marks are rendered and positioned correctly.  The
6 diacritic on line 1 looks like a lower-underline and is centered
7 beneath the main character.  The diacritic on line 2 is positioned
8 to the left of the main character, with a tiny space of
9 separation.  The diacritic on line 3 is positioned directly above
10 the main character, either centered or shifted slightly to the
11 left.
12 "
13 }
14
15 \markup {
16   \column {
17     כַ וּ וֹ
18   }
19 }