]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/printing-text-from-right-to-left.ly
Imported Upstream version 2.14.2
[lilypond.git] / Documentation / snippets / printing-text-from-right-to-left.ly
diff --git a/Documentation/snippets/printing-text-from-right-to-left.ly b/Documentation/snippets/printing-text-from-right-to-left.ly
new file mode 100644 (file)
index 0000000..196b134
--- /dev/null
@@ -0,0 +1,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.14.0"
+
+\header {
+  lsrtags = "editorial-annotations, text, world-music"
+
+  texidoc = "
+It is possible to print text from right to left in a markup object, as
+demonstrated here.
+
+"
+  doctitle = "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 }
+  }
+}
+