]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/stand-alone-two-column-markup.ly
Merge branch 'master' of carldsorensen@git.sv.gnu.org:/srv/git/lilypond into ralph
[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.11.64"
4
5 \header {
6   lsrtags = "text"
7
8   texidoc = "
9 Stand-alone text may be arranged in several columns using
10 @code{\\markup} commands:
11
12 "
13   doctitle = "Stand-alone two-column markup"
14 } % begin verbatim
15
16 \markup {
17  \fill-line {
18   \hspace #1.0
19   \column {
20    \line {"O sacrum convivium" }
21    \line {"in quo Christus sumitur," }
22    \line {"recolitur memoria passionis ejus," }
23    \line {"mens impletur gratia," }
24    \line {"futurae gloriae nobis pignus datur." }
25    \line {"Amen."}
26   }
27   \hspace #2
28   \column {
29    \line { \italic {"O sacred feast"} }
30    \line { \italic {"in which Christ is received,"} }
31    \line { \italic {"the memory of His Passion is renewed,"} }
32    \line { \italic {"the mind is filled with grace," } }
33    \line { \italic {"and a pledge of future glory is given to us." }}
34    \line { \italic {"Amen."}}
35   }
36   \hspace #1.0
37  }
38 }
39