]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/stand-alone-two-column-markup.ly
Merge commit 'origin' into beamlets2
[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.12.0"
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   texidoc = "
16 Stand-alone text may be arranged in several columns using
17 @code{\\markup} commands:
18
19 "
20   doctitle = "Stand-alone two-column markup"
21 } % begin verbatim
22
23 \markup {
24  \fill-line {
25   \hspace #1.0
26   \column {
27    \line {"O sacrum convivium" }
28    \line {"in quo Christus sumitur," }
29    \line {"recolitur memoria passionis ejus," }
30    \line {"mens impletur gratia," }
31    \line {"futurae gloriae nobis pignus datur." }
32    \line {"Amen."}
33   }
34   \hspace #2
35   \column {
36    \line { \italic {"O sacred feast"} }
37    \line { \italic {"in which Christ is received,"} }
38    \line { \italic {"the memory of His Passion is renewed,"} }
39    \line { \italic {"the mind is filled with grace," } }
40    \line { \italic {"and a pledge of future glory is given to us." }}
41    \line { \italic {"Amen."}}
42   }
43   \hspace #1.0
44  }
45 }
46