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