]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/new/changing-the-time-signature-without-affecting-the-beaming.ly
Deprecate snippet for old autobeam behavior
[lilypond.git] / Documentation / snippets / new / changing-the-time-signature-without-affecting-the-beaming.ly
1 \version "2.13.5"
2
3 \header {
4   lsrtags = "rhythms"
5
6 %% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
7   texidoces = "
8 La instrucción @code{\time} establece las propiedades
9 @code{timeSignatureFraction}, @code{beatLength}, @code{beatGrouping} y
10 @code{measureLength} en el contexto @code{Timing}, que normalmente
11 tiene el alias @code{Score}.  La modificación del valor de
12 @code{timeSignatureFraction} hace que se imprima la nueva indicación
13 de compás sin que cambie ninguna de las demás propiedades:
14
15 "
16   doctitlees = "Cambio de compás sin afectar al barrado"
17
18
19 %% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d
20   texidocde = "
21 Der @code{\\time}-Befehl verändert die Eigenschaften
22 @code{timeSignatureFraction}, @code{beatLength}, @code{beatGrouping}
23 und @code{measureLength} im @code{Timing}-Kontext, welcher normalerweise
24 gleichbedeutend mit @code{Score} ist.  Wenn der Wert von
25 @code{timeSignatureFraction} verändert wird, wird die neue
26 Taktart ausgegeben, ohne die anderen Eigenschaften zu beeinflussen:
27
28 "
29   doctitlede = "Die Taktart verändern ohne die Bebalkung zu beeinflussen"
30
31
32 %% Translation of GIT committish: e71f19ad847d3e94ac89750f34de8b6bb28611df
33   texidocfr = "
34 La commande @code{\\time} gère les propriétés
35 @code{timeSignatureFraction}, @code{beatLength}, @code{beatGrouping}
36 et @code{measureLength} dans le contexte @code{Timing}, normallement
37 rattaché à @code{Score}.  Le fait de modifier la valeur de
38 @code{timeSignatureFraction} aura pour effet de changer l'apparence du
39 symbole affiché sans pour autant affecter les autres propriétés de la
40 métrique :
41
42 "
43   doctitlefr = "Changement de métrique sans affecter les règles de ligature"
44
45   texidoc = "
46 The @code{\\time} command sets the properties
47 @code{timeSignatureFraction}, @code{beatLength}, @code{beatGrouping}
48 and @code{measureLength} in the @code{Timing} context, which is
49 normally aliased to @code{Score}. Changing the value of
50 @code{timeSignatureFraction} causes the new time signature symbol to be
51 printed without changing any of the other properties:
52
53 "
54   doctitle = "Changing the time signature without affecting the beaming"
55 } % begin verbatim
56
57 \markup {This snippet is deprecated as of 2.13.5 and will be removed in 2.14}
58