]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/markup-bidi-explicit-embedding.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / markup-bidi-explicit-embedding.ly
diff --git a/input/regression/markup-bidi-explicit-embedding.ly b/input/regression/markup-bidi-explicit-embedding.ly
new file mode 100644 (file)
index 0000000..2393956
--- /dev/null
@@ -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!"
+  }
+}