X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Faligning-and-centering-instrument-names.ly;h=c791cf0c4d26c122979afe533f514431a902f013;hb=fb09f28821ce6ce66ec508ddaa8c9320d2813695;hp=a7eb7647c20079b1d71259414bed7ca30d3e96ce;hpb=dc8e9c050a98c809e66b10d9ae1d3df9d3b0190f;p=lilypond.git diff --git a/input/lsr/aligning-and-centering-instrument-names.ly b/input/lsr/aligning-and-centering-instrument-names.ly index a7eb7647c2..c791cf0c4d 100644 --- a/input/lsr/aligning-and-centering-instrument-names.ly +++ b/input/lsr/aligning-and-centering-instrument-names.ly @@ -1,12 +1,14 @@ -%% 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.61" +\version "2.12.3" \header { + lsrtags = "text, paper-and-layout, titles" + 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 +distintos, sitúelos dentro de un bloque @code{\\markup} y utilice una de las siguientes posiblidades: * @@ -15,33 +17,38 @@ de las siguientes posiblidades: * Nombres de instrumento centrados: la utilización de la instrucción - @code{\hcenter-in #n} sitúa los nombres de instrumento dentro de + @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}. + la instrucción @code{\\combine} con un objeto @code{\\hspace #n}. " 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 +60,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"