]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/stand-alone-two-column-markup.ly
ee1ff9376a9839d363eb8c71d4f5040da35ccfcf
[lilypond.git] / input / lsr / stand-alone-two-column-markup.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 = "text"
7
8 %% Translation of GIT committish: 07181d48fd1aab2fe558345a23690681c9c4af18
9   texidoces = "
10 Los textos independientes se pueden disponer en varias columnas
11 utilizando instrucciones @code{\\markup}:
12
13 "
14   doctitlees = "Elemento de marcado de texto independiente en dos columnas"
15
16 %% Translation of GIT committish: 0364058d18eb91836302a567c18289209d6e9706
17   texidocde = "
18 Isolierter Text kann in mehreren Spalten mit @code{\\markup}-Befehlen
19 angeordnet werden:
20
21 "
22   doctitlede = "Isolierter Text in zwei Spalten"
23
24   texidoc = "
25 Stand-alone text may be arranged in several columns using
26 @code{\\markup} commands:
27
28 "
29   doctitle = "Stand-alone two-column markup"
30 } % begin verbatim
31
32 \markup {
33   \fill-line {
34     \hspace #1
35     \column {
36       \line { O sacrum convivium }
37       \line { in quo Christus sumitur, }
38       \line { recolitur memoria passionis ejus, }
39       \line { mens impletur gratia, }
40       \line { futurae gloriae nobis pignus datur. }
41       \line { Amen. }
42     }
43     \hspace #2
44     \column {
45       \line { \italic { O sacred feast } }
46       \line { \italic { in which Christ is received, } }
47       \line { \italic { the memory of His Passion is renewed, } }
48       \line { \italic { the mind is filled with grace, } }
49       \line { \italic { and a pledge of future glory is given to us. } }
50       \line { \italic { Amen. } }
51     }
52     \hspace #1
53   }
54 }