]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/markup-bidi-implicit-marks.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / markup-bidi-implicit-marks.ly
1 \version "2.14.0"
2
3 \header {
4   texidoc = "
5 The implicit directional marks, U+200E and U+200F, are supported
6 in single-line markup strings.
7 "
8 }
9
10 \markup {
11   \column {
12     "אבה \"ABC!\" אבה"
13     "אבה \"ABC!‎\" אבה"
14     \null
15     "abc \"אבה!\" def"
16     "abc \"אבה!‏\" def"
17   }
18 }