]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/markup-bidi-explicit-overrides.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / markup-bidi-explicit-overrides.ly
1 \version "2.16.0"
2
3 \header {
4   texidoc = "
5 The explicit directional override codes, U+202D and U+202E, are
6 supported in single-line markup strings.  The overrides must be
7 terminated with the pop directional formatting character, U+202C.
8 "
9 }
10
11 \markup {
12   \column {
13     "אבג דהו זחט יךכ"
14     "‭אבג דהו זחט יךכ‬"
15     \null
16     "abc def ghi jkl"
17     "‮abc def ghi jkl‬"
18   }
19 }