LSR: Local update.
[lilypond/mpolesky.git] / Documentation / snippets / stand-alone-two-column-markup.ly
blobb7b40086ca923daf6398a89c8d4bb67bf6e49d38
1 %% Do not edit this file; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% This file is in the public domain.
4 \version "2.13.10"
6 \header {
7 lsrtags = "text"
9 %% Translation of GIT committish: 341940d3830b59f93a80131471d622c2818afddb
10 texidoces = "
11 Los textos independientes se pueden disponer en varias columnas
12 utilizando instrucciones @code{\\markup}:
15 doctitlees = "Elemento de marcado de texto independiente en dos columnas"
17 %% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d
18 texidocde = "
19 Isolierter Text kann in mehreren Spalten mit @code{\\markup}-Befehlen
20 angeordnet werden:
23 doctitlede = "Isolierter Text in zwei Spalten"
24 %% Translation of GIT committish: c2e8b1d6d671dbfc138f890cbc7e9882b7be2761
25 texidocfr = "
26 L'utilisation de la commande @code{\\markup} permet de distribuer un bloc
27 de texte indépendant sur plusieurs colonnes.
30 doctitlefr = "Bloc de texte indépendant sur deux colonnes"
33 texidoc = "
34 Stand-alone text may be arranged in several columns using
35 @code{\\markup} commands:
38 doctitle = "Stand-alone two-column markup"
39 } % begin verbatim
41 \markup {
42 \fill-line {
43 \hspace #1
44 \column {
45 \line { O sacrum convivium }
46 \line { in quo Christus sumitur, }
47 \line { recolitur memoria passionis ejus, }
48 \line { mens impletur gratia, }
49 \line { futurae gloriae nobis pignus datur. }
50 \line { Amen. }
52 \hspace #2
53 \column {
54 \line { \italic { O sacred feast } }
55 \line { \italic { in which Christ is received, } }
56 \line { \italic { the memory of His Passion is renewed, } }
57 \line { \italic { the mind is filled with grace, } }
58 \line { \italic { and a pledge of future glory is given to us. } }
59 \line { \italic { Amen. } }
61 \hspace #1