]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/markup-bidi-explicit-embedding.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / markup-bidi-explicit-embedding.ly
1 \version "2.14.0"
2
3 \header {
4   texidoc = "
5 The explicit directional embedding codes, U+202A and U+202B, are
6 supported in single-line markup strings.  The embeddings must be
7 terminated with the pop directional formatting character, U+202C.
8 "
9 }
10
11 \markup {
12   \column {
13     "אבה אבה \"ABC!\" אבה אבה!"
14     "אבה אבה \"‪ABC!‬\" אבה אבה!"
15     \null
16     "abc def \"אבה!\" ghi jkl!"
17     "abc def \"‫אבה!‬\" ghi jkl!"
18   }
19 }