]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/aligning-and-centering-instrument-names.ly
lilypond-book robustness: ensure EOL at the end of @verbatim
[lilypond.git] / input / lsr / aligning-and-centering-instrument-names.ly
index e25b1eb1aabc693df5b5b09973409e04f5b01a33..3763e10108fb0bc54583f919f36cb7b11141cac3 100644 (file)
@@ -1,8 +1,11 @@
-%% Do not edit this file; it is auto-generated from input/new
+%% 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.62"
+\version "2.13.1"
 
 \header {
+  lsrtags = "text, paper-and-layout, titles"
+
+%% Translation of GIT committish: 00e3a8264e138ad61b4f115a173190d5e9dc7533
   texidoces = "
 Los nombres de instrumento se imprimen generalmente a la izquierda de
 los pentagramas.  Para alinear los nombres de varios instrumentos
@@ -27,21 +30,26 @@ de las siguientes posiblidades:
 "
   doctitlees = "Alinear y centrar los nombres de instrumento"
 
-  lsrtags = "text, paper-and-layout, titles"
-  texidoc = "The horizontal alignment of instrument names is tweaked
-by changing the @code{Staff.InstrumentName #'self-alignment-X} property.
-The @code{\\layout} variables @code{indent} and @code{short-indent}
-define the space in which the instrument names are aligned before the
-first and the following systems, respectively."
+  texidoc = "
+The horizontal alignment of instrument names is tweaked by changing the
+@code{Staff.InstrumentName #'self-alignment-X} property. The
+@code{\\layout} variables @code{indent} and @code{short-indent} define
+the space in which the instrument names are aligned before the first
+and the following systems, respectively.
+
+"
   doctitle = "Aligning and centering instrument names"
 } % begin verbatim
 
-\paper { left-margin = 3\cm }
+\paper {
+  left-margin = 3\cm
+}
+
 \score {
   \new StaffGroup <<
     \new Staff {
       \override Staff.InstrumentName #'self-alignment-X = #LEFT
-      \set Staff . instrumentName = \markup \left-column {
+      \set Staff.instrumentName = \markup \left-column {
         "Left aligned"
         "instrument name"
       }
@@ -53,7 +61,7 @@ first and the following systems, respectively."
     \new Staff {
       \override Staff.InstrumentName #'self-alignment-X = #CENTER
       \set Staff.instrumentName = \markup \center-column {
-        "Centered"
+        Centered
         "instrument name"
       }
       \set Staff.shortInstrumentName = #"Centered"