]> 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 7c61ae7576a00d1417ef18591fab593a9a4c28f9..2c450a13d43d85046afeb36011cd4676efcd1dcb 100644 (file)
@@ -1,23 +1,14 @@
-%% Do not edit this file; it is automatically
+%% DO NOT EDIT this file manually; it is automatically
 %% generated from LSR http://lsr.dsi.unimi.it
+%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
+%% and then run scripts/auxiliar/makelsr.py
+%%
 %% This file is in the public domain.
-\version "2.13.31"
+\version "2.14.2"
 
 \header {
   lsrtags = "text, paper-and-layout, titles"
 
-%% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b
-  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
@@ -29,6 +20,7 @@ and the following systems, respectively.
   doctitle = "Aligning and centering instrument names"
 } % begin verbatim
 
+
 \paper {
   left-margin = 3\cm
 }