]> 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 c53c28a90cd882a1d3aca6b178fd96f91bec61cc..ae1eeba66a3f698f87dd3cbdbfa9f7098d932016 100644 (file)
@@ -1,10 +1,17 @@
 %% 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.11.64"
+\version "2.12.3"
 
 \header {
   lsrtags = "text"
 
+  texidoces = "
+Los textos independientes se pueden disponer en varias columnas
+utilizando instrucciones @code{\\markup}:
+
+"
+  doctitlees = "Elemento de marcado de texto independiente en dos columnas"
+
   texidoc = "
 Stand-alone text may be arranged in several columns using
 @code{\\markup} commands:
@@ -14,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
- }
 }
-