]> git.donarmstrong.com Git - lilypond.git/blob
ac432d1e471a660c996c5ebba9dfb52b07467913
[lilypond.git] /
1 %% DO NOT EDIT this file manually; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
4 %% and then run scripts/auxiliar/makelsr.py
5 %%
6 %% This file is in the public domain.
7 \version "2.14.0"
8
9 \header {
10 %% Translation of GIT committish: bbf8fd2b5a3ebf20a1fdc91613dc49045a53a270
11   texidocit = "
12 Quando l'armatura di chiave cambia, vengono inseriti automaticamente i
13 segni di bequadro per annulare le alterazioni di precedenti armature.  Si
14 può evitare questo comportamento impostando su @code{f} (falso) la proprietà
15 @code{printKeyCancellation} nel contesto @code{Staff}.
16
17 "
18   doctitleit = "Impedire l'inserimento dei segni di bequadro quando cambia l'armatura di chiave"
19
20   lsrtags = "pitches"
21
22
23
24
25 %% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98
26 doctitlees = "Evitar que se impriman becuadros cuando cambia la armadura"
27
28 texidoces = "
29
30 Cuando cambia la armadura de la tonalidad, se imprimen becuadros
31 automáticamente para cancelar las alteraciones de las armaduras
32 anteriores.  Esto se puede evitar estableciendo al valor @qq{falso} la
33 propiedad @code{printKeyCancellation} del contexto @code{Staff}.
34
35 "
36
37
38 %% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
39 doctitlede = "Auflösungzeichen nicht setzen wenn die Tonart wechselt"
40
41 texidocde = "
42 Wenn die Tonart wechselt, werden automatisch Auflösungszeichen ausgegeben,
43 um Versetzungszeichen der vorherigen Tonart aufzulösen.  Das kann
44 verhindert werden, indem die @code{printKeyCancellation}-Eigenschaft
45 im @code{Staff}-Kontext auf \"false\" gesetzt wird.
46 "
47
48 %% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4
49   texidocfr = "
50 Après un changement de tonalité, un bécarre est imprimé pour annuler
51 toute altération précédente.  Ceci peut être supprimé en réglant à
52 @code{\"false\"} la propriété @code{printKeyCancellation} du contexte
53 @code{Staff}.
54
55 "
56   doctitlefr = "Suppression des bécarres superflus après un changement de tonalité"
57
58   texidoc = "
59 When the key signature changes, natural signs are automatically printed
60 to cancel any accidentals from previous key signatures.  This may be
61 prevented by setting to @code{f} the @code{printKeyCancellation}
62 property in the @code{Staff} context.
63
64 "
65   doctitle = "Preventing natural signs from being printed when the key signature changes"
66 } % begin verbatim
67
68 \relative c' {
69   \key d \major
70   a4 b cis d
71   \key g \minor
72   a4 bes c d
73   \set Staff.printKeyCancellation = ##f
74   \key d \major
75   a4 b cis d
76   \key g \minor
77   a4 bes c d
78 }
79