]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/aligning-and-centering-instrument-names.ly
Merge branch 'translation' into staging
[lilypond.git] / Documentation / snippets / aligning-and-centering-instrument-names.ly
index 3763e10108fb0bc54583f919f36cb7b11141cac3..7172ce01574c6522657e7fca9420257958484b15 100644 (file)
@@ -1,31 +1,34 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% 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.1"
+\version "2.14.2"
 
 \header {
+%% Translation of GIT committish: 85394d425536d267ed0cb71d17023849f1611180
+  texidocfr = "
+L'alignement horizontal des noms d'instrument se gère à l'aide de la
+propriété @code{Staff.InstrumentName #'self-alignment-X}.  Les variables
+@code{indent} et @code{short-indent}, attachées au bloc @code{\\layout},
+déterminent l'espace alloué à l'alignement des noms d'instrument,
+respectivement dans leurs formes développée et abrégée.
+
+"
+  doctitlefr = "Alignement des noms d'instrument"
+
   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
-distintos, sitúelos dentro de un bloque @code{\\markup} y utilice una
-de las siguientes posiblidades:
 
-*
-    Nombres de instrumento alineados por la derecha: es el
-    comportamiento predeterminado
-  
-*
-    Nombres de instrumento centrados: la utilización de la instrucción
-    @code{\\hcenter-in #n} sitúa los nombres de instrumento dentro de
-    un rectángulo separado, donde @code{n} es la anchura del
-    rectángulo
-  
-* 
-    Nombres de instrumento alineados por la izquierda: los nombres se
-    imprimen en la parte superior de un rectángulo vacío, utilizando
-    la instrucción @code{\\combine} con un objeto @code{\\hspace #n}.
+%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
+  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"
@@ -41,6 +44,7 @@ and the following systems, respectively.
   doctitle = "Aligning and centering instrument names"
 } % begin verbatim
 
+
 \paper {
   left-margin = 3\cm
 }