1 %% Do not edit this file; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% This file is in the public domain.
9 %% Translation of GIT committish: 4385ed4cc738e164a95798862580b4b86703356f
11 Si están especificadas, las marcas de texto se pueden alinear con
12 objetos de notación distintos a las líneas divisorias. Entre estos
13 objetos se encuentran @code{ambitus}, @code{breathing-sign},
14 @code{clef}, @code{custos}, @code{staff-bar}, @code{left-edge},
15 @code{key-cancellation}, @code{key-signature} y @code{time-signature}.
17 En estos casos, las marcas de texto se centran horizontalmente sobre
18 el objeto, aunque esto se puede cambiar, como se muestra en la segunda
19 línea de este ejemplo (en una partitura con varios pentagramas, se
20 debe hacer este ajuste para todos los pentagramas).
23 doctitlees
= "Alinear marcas con varios objetos de notación"
25 %% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d
27 Wenn angegeben, können Textzeichen auch an anderen Objekten als Taktstrichen
28 ausgerichtet werden. Zu diesen Objekten gehören @code{ambitus},
29 @code{breathing-sign}, @code{clef}, @code{custos}, @code{staff-bar},
30 @code{left-edge}, @code{key-cancellation}, @code{key-signature} und
31 @code{time-signature}.
33 In diesem Fall werden die Zeichen horizontal über dem Objekt zentriert.
34 Diese Ausrichtung kann auch geändert werden, wie die zweite Zeile
35 des Beispiels zeigt. In einer Partitur mit vielen Systemen sollte
36 diese Einstellung für alle Systeme gemacht werden.
40 doctitlede
= "Zeichen an verschiedenen Notationsobjekten ausrichten"
41 %% Translation of GIT committish: c2e8b1d6d671dbfc138f890cbc7e9882b7be2761
43 Les indications textuelles peuvent s'aligner par rapport à d'autres
44 objets que des barres de mesure, tels que @code{ambitus},
45 @code{breathing-sign}, @code{clef}, @code{custos}, @code{staff-bar},
46 @code{left-edge}, @code{key-cancellation}, @code{key-signature}, ou
47 @code{time-signature}.
51 Par défaut, les indications textuelles sont alignées avec le milieu
52 des objets de notation. Bien entendu, vous pouvez modifier les
53 propriétés des objets en question pour obtenir un autre
54 résultat comme l'illustre la deuxième ligne de l'exemple. Dans le cas
55 de portées multiples, ces réglages doivent être faits pour chacune
61 doctitlefr
= "Alignement des indications par rapport à divers objets
66 If specified, text marks may be aligned with notation objects other
67 than bar lines. These objects include @code{ambitus},
68 @code{breathing-sign}, @code{clef}, @code{custos}, @code{staff-bar},
69 @code{left-edge}, @code{key-cancellation}, @code{key-signature}, and
70 @code{time-signature}.
74 In such cases, text marks will be horizontally centered above the
75 object. However this can be changed, as demonstrated on the second line
76 of this example (in a score with multiple staves, this setting should
77 be done for all the staves).
82 doctitle
= "Aligning marks with various notation objects"
88 % the RehearsalMark will be centered above the Clef
89 \override Score
.RehearsalMark
#'break-align-symbols
= #'(clef
)
95 % the RehearsalMark will be centered above the TimeSignature
96 \override Score
.RehearsalMark
#'break-align-symbols
= #'(time-signature
)
100 \mark \markup { \char ##x
2193 }
103 % the RehearsalMark will be centered above the KeySignature
104 \override Score
.RehearsalMark
#'break-align-symbols
= #'(key-signature
)
108 \mark \markup { \char ##x
2193 }
114 % the RehearsalMark will be aligned with the left edge of the KeySignature
115 \once \override Score
.KeySignature
#'break-align-anchor-alignment
= #LEFT
116 \mark \markup { \char ##x
2193 }
120 % the RehearsalMark will be aligned with the right edge of the KeySignature
121 \once \override Score
.KeySignature
#'break-align-anchor-alignment
= #RIGHT
123 \mark \markup { \char ##x
2193 }
126 % the RehearsalMark will be aligned with the left edge of the KeySignature
127 % and then shifted right by one unit.
128 \once \override Score
.KeySignature
#'break-align-anchor
= #1
130 \mark \markup { \char ##x
2193 }