blob: 49c10706a01e841735b18b1956c6a07bb8579e1c (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
%% DO NOT EDIT this file manually; it is automatically
%% generated from LSR http://lsr.dsi.unimi.it
%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
%% and then run scripts/auxiliar/makelsr.py
%%
%% This file is in the public domain.
\version "2.16.0"
\header {
= "editorial-annotations, text, workaround, world-music"
= "
It is possible to print text from right to left in a markup object, as
demonstrated here.
"
= "Printing text from right to left"
} % begin verbatim
{
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 }
}
}
|