1 %% Do not edit this file; it is auto-generated from input/new
2 %% This file is in the public domain.
3 %% Note: this file works from version 2.12.0
8 Los nombres de instrumento se imprimen generalmente a la izquierda de
9 los pentagramas. Para alinear los nombres de varios instrumentos
10 distintos, sitúelos dentro de un bloque @code{\\markup} y utilice una
11 de las siguientes posiblidades:
14 Nombres de instrumento alineados por la derecha: es el
15 comportamiento predeterminado
18 Nombres de instrumento centrados: la utilización de la instrucción
19 @code{\\hcenter-in #n} sitúa los nombres de instrumento dentro de
20 un rectángulo separado, donde @code{n} es la anchura del
24 Nombres de instrumento alineados por la izquierda: los nombres se
25 imprimen en la parte superior de un rectángulo vacío, utilizando
26 la instrucción @code{\\combine} con un objeto @code{\\hspace #n}.
29 doctitlees
= "Alinear y centrar los nombres de instrumento"
31 lsrtags
= "text, paper-and-layout, titles"
32 texidoc
= "The horizontal alignment of instrument names is tweaked
33 by changing the @code{Staff.InstrumentName #'self-alignment-X} property.
34 The @code{\\layout} variables @code{indent} and @code{short-indent}
35 define the space in which the instrument names are aligned before the
36 first and the following systems, respectively."
37 doctitle
= "Aligning and centering instrument names"
48 \override Staff
.InstrumentName
#'self-alignment-X
= #LEFT
49 \set Staff
.instrumentName
= \markup \left-column
{
53 \set Staff
.shortInstrumentName
= #"Left"
59 \override Staff
.InstrumentName
#'self-alignment-X
= #CENTER
60 \set Staff
.instrumentName
= \markup \center-column
{
64 \set Staff
.shortInstrumentName
= #"Centered"
69 \override Staff
.InstrumentName
#'self-alignment-X
= #RIGHT
70 \set Staff
.instrumentName
= \markup \right-column
{
74 \set Staff
.shortInstrumentName
= #"Right"