]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/markup-bidi-explicit-overrides.ly
resolve merge
[lilypond.git] / input / regression / markup-bidi-explicit-overrides.ly
diff --git a/input/regression/markup-bidi-explicit-overrides.ly b/input/regression/markup-bidi-explicit-overrides.ly
new file mode 100644 (file)
index 0000000..5e1b0b7
--- /dev/null
@@ -0,0 +1,19 @@
+\version "2.14.0"
+
+\header {
+  texidoc = "
+The explicit directional override codes, U+202D and U+202E, are
+supported in single-line markup strings.  The overrides must be
+terminated with the pop directional formatting character, U+202C.
+"
+}
+
+\markup {
+  \column {
+    "אבג דהו זחט יךכ"
+    "‭אבג דהו זחט יךכ‬"
+    \null
+    "abc def ghi jkl"
+    "‮abc def ghi jkl‬"
+  }
+}