X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmarkup-bidi-explicit-embedding.ly;fp=input%2Fregression%2Fmarkup-bidi-explicit-embedding.ly;h=239395632184001e668b2cb86b1f658a1f9facd4;hb=e90f0536f9be39ada0bef0aeb0d275dec3b2fb5b;hp=0000000000000000000000000000000000000000;hpb=a8c9e8a7ca320ab0df5fd32e717fd62cd7635ce6;p=lilypond.git diff --git a/input/regression/markup-bidi-explicit-embedding.ly b/input/regression/markup-bidi-explicit-embedding.ly new file mode 100644 index 0000000000..2393956321 --- /dev/null +++ b/input/regression/markup-bidi-explicit-embedding.ly @@ -0,0 +1,19 @@ +\version "2.14.0" + +\header { + texidoc = " +The explicit directional embedding codes, U+202A and U+202B, are +supported in single-line markup strings. The embeddings must be +terminated with the pop directional formatting character, U+202C. +" +} + +\markup { + \column { + "אבה אבה \"ABC!\" אבה אבה!" + "אבה אבה \"‪ABC!‬\" אבה אבה!" + \null + "abc def \"אבה!\" ghi jkl!" + "abc def \"‫אבה!‬\" ghi jkl!" + } +}