]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/stand-alone-two-column-markup.ly
Imported Upstream version 2.12.3
[lilypond.git] / input / lsr / stand-alone-two-column-markup.ly
index ef7219f27a74d2291e9ad732d34ec84e4aed0d32..ae1eeba66a3f698f87dd3cbdbfa9f7098d932016 100644 (file)
@@ -1,6 +1,6 @@
 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.12.0"
+\version "2.12.3"
 
 \header {
   lsrtags = "text"
@@ -21,26 +21,25 @@ Stand-alone text may be arranged in several columns using
 } % begin verbatim
 
 \markup {
- \fill-line {
-  \hspace #1.0
-  \column {
-   \line {"O sacrum convivium" }
-   \line {"in quo Christus sumitur," }
-   \line {"recolitur memoria passionis ejus," }
-   \line {"mens impletur gratia," }
-   \line {"futurae gloriae nobis pignus datur." }
-   \line {"Amen."}
+  \fill-line {
+    \hspace #1
+    \column {
+      \line { O sacrum convivium }
+      \line { in quo Christus sumitur, }
+      \line { recolitur memoria passionis ejus, }
+      \line { mens impletur gratia, }
+      \line { futurae gloriae nobis pignus datur. }
+      \line { Amen. }
+    }
+    \hspace #2
+    \column {
+      \line { \italic { O sacred feast } }
+      \line { \italic { in which Christ is received, } }
+      \line { \italic { the memory of His Passion is renewed, } }
+      \line { \italic { the mind is filled with grace, } }
+      \line { \italic { and a pledge of future glory is given to us. } }
+      \line { \italic { Amen. } }
+    }
+    \hspace #1
   }
-  \hspace #2
-  \column {
-   \line { \italic {"O sacred feast"} }
-   \line { \italic {"in which Christ is received,"} }
-   \line { \italic {"the memory of His Passion is renewed,"} }
-   \line { \italic {"the mind is filled with grace," } }
-   \line { \italic {"and a pledge of future glory is given to us." }}
-   \line { \italic {"Amen."}}
-  }
-  \hspace #1.0
- }
 }
-