]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/aligning-and-centering-instrument-names.ly
Update snippets from today's LSR with changed makelsr.py
[lilypond.git] / Documentation / snippets / aligning-and-centering-instrument-names.ly
index 93b91760ccb48cf28e5ae1d224727a4055c69055..2c450a13d43d85046afeb36011cd4676efcd1dcb 100644 (file)
@@ -4,23 +4,11 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.0"
+\version "2.14.2"
 
 \header {
   lsrtags = "text, paper-and-layout, titles"
 
-%% Translation of GIT committish: 2d548a99cb9dba80f2ff035582009477cd37eceb
-  texidoces = "
-La alineaciĆ³n horizontal de los nombres de instrumento se puede
-trucar modificando la propiedad @code{Staff.InstrumentName
-#'self-alignment-X}.  Las variables de @code{\\layout}
-@code{indent} y @code{short-indent} definen el espacio en que se
-alinean los nombres de instrumento antes del primer sistema y de
-los siguientes, respectivamente.
-
-"
-  doctitlees = "Alinear y centrar los nombres de instrumento"
-
   texidoc = "
 The horizontal alignment of instrument names is tweaked by changing the
 @code{Staff.InstrumentName #'self-alignment-X} property. The
@@ -32,6 +20,7 @@ and the following systems, respectively.
   doctitle = "Aligning and centering instrument names"
 } % begin verbatim
 
+
 \paper {
   left-margin = 3\cm
 }