Printing text from right to left: Difference between revisions
Appearance
Import snippet from LSR |
m Replace version="2.24.0" with version="2.24" now that the LilyWiki extension supports auto-selecting the latest release in a stable series |
||
| Line 1: | Line 1: | ||
It is possible to print text from right to left in a markup object, as demonstrated here. | It is possible to print text from right to left in a markup object, as demonstrated here. | ||
<lilypond version="2.24 | <lilypond version="2.24"> | ||
{ | { | ||
b1^\markup { | b1^\markup { | ||
Revision as of 18:55, 16 November 2025
It is possible to print text from right to left in a markup object, as demonstrated here.
\version "2.24"
{
b1^\markup {
\line { i n g i r u m i m u s n o c t e }
}
f'_\markup {
\override #'(text-direction . -1)
\line { i n g i r u m i m u s n o c t e }
}
}