]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/printing-text-from-right-to-left.ly
lilypond-book robustness: ensure EOL at the end of @verbatim
[lilypond.git] / input / lsr / printing-text-from-right-to-left.ly
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.13.1"
4
5 \header {
6   lsrtags = "editorial-annotations, text, world-music"
7
8   texidoc = "
9 It is possible to print text from right to left in a markup object, as
10 demonstrated here.
11
12 "
13   doctitle = "Printing text from right to left"
14 } % begin verbatim
15
16 {
17   b1^\markup {
18     \line { i n g i r u m i m u s n o c t e }
19   }
20   f'_\markup {
21     \override #'(text-direction . -1)
22     \line { i n g i r u m i m u s n o c t e }
23   }
24 }
25