X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fprinting-text-from-right-to-left.ly;h=bd7ef3e689bab1c728d04ebb03f4f244f255d1de;hb=730d4eb3e0328e8ba0b376f8191a5bb6ae7f904c;hp=1ebaff222a42163536be0958b6aa4817420c5e28;hpb=c833f8a341b81466e084ed031362eadeb4a815aa;p=lilypond.git diff --git a/Documentation/snippets/printing-text-from-right-to-left.ly b/Documentation/snippets/printing-text-from-right-to-left.ly index 1ebaff222a..bd7ef3e689 100644 --- a/Documentation/snippets/printing-text-from-right-to-left.ly +++ b/Documentation/snippets/printing-text-from-right-to-left.ly @@ -1,13 +1,13 @@ %% DO NOT EDIT this file manually; it is automatically -%% generated from LSR http://lsr.dsi.unimi.it +%% generated from LSR http://lsr.di.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.2" +\version "2.18.0" \header { - lsrtags = "editorial-annotations, workaround, text, world-music" + lsrtags = "editorial-annotations, text, workaround, world-music" texidoc = " It is possible to print text from right to left in a markup object, as @@ -17,7 +17,6 @@ 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 } @@ -27,4 +26,3 @@ demonstrated here. \line { i n g i r u m i m u s n o c t e } } } -