]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/markup-bidi-implicit-marks.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / markup-bidi-implicit-marks.ly
diff --git a/input/regression/markup-bidi-implicit-marks.ly b/input/regression/markup-bidi-implicit-marks.ly
new file mode 100644 (file)
index 0000000..234e44b
--- /dev/null
@@ -0,0 +1,18 @@
+\version "2.14.0"
+
+\header {
+  texidoc = "
+The implicit directional marks, U+200E and U+200F, are supported
+in single-line markup strings.
+"
+}
+
+\markup {
+  \column {
+    "אבה \"ABC!\" אבה"
+    "אבה \"ABC!‎\" אבה"
+    \null
+    "abc \"אבה!\" def"
+    "abc \"אבה!‏\" def"
+  }
+}