]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/preventing-extra-naturals-from-being-automatically-added.ly
lilypond-book robustness: ensure EOL at the end of @verbatim
[lilypond.git] / input / lsr / preventing-extra-naturals-from-being-automatically-added.ly
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.13.1"
4
5 \header {
6   lsrtags = "pitches"
7
8 %% Translation of GIT committish: 203ab4a7388f36b9c89c66671498dbaefccbf86e
9   texidocfr = "
10 En accord avec les règles standards de l'écriture musicale, on grave
11 un bécarre avant un dièse ou un bémol si on a besoin d'annuler une
12 altération précédente.  Pour modifier ce comportement, assignez la propriété
13 @code{extraNatural} du contexte @code{Staff} à la valeur @code{##f} (faux).
14 "
15
16 %% Translation of GIT committish: 4866dfd58d5c3a8cab4c6c06d5c4fca8e05a3cd7
17 doctitlees = "Evitar que se añadan becuadros adicionales automáticamente"
18
19 texidoces = "
20 Según las reglas estándar de composición
21 tipográfica, se imprime un becuadro antes de un sostenido o un
22 bemol cuando se tiene que cancelar una alteración anterior en la
23 misma nota.  Para modificar este comportamiento, establezca el
24 valor de la propiedad @code{extraNatural} a @code{##f} (falso)
25 dentro del contexto de @code{Staff}.
26
27 "
28
29 %% Translation of GIT committish: e75f1604a1b866c853dee42dbffcb7800c706a5f
30   doctitlede = "Verhindern, dass zusätzliche Auflösungszeichen automatisch
31 hinzugefügt werden"
32
33 texidocde = "Den tranditionellen Notensatzregeln zufolge wird ein
34 Auflösungszeichen immer dann vor einem Kreuz oder B gesetzt, wenn
35 ein vorheriges Versetzungszeichen der gleichen Note aufgehoben werden
36 soll.  Um dieses Verhalten zu ändern, muss die Eigenschaft
37 @code{extraNatural} im @code{Staff}-Kontext auf \"false\" gesetzt werden.
38 "
39
40   texidoc = "
41 In accordance with standard typesetting rules, a natural sign is
42 printed before a sharp or flat if a previous accidental on the same
43 note needs to be canceled.  To change this behavior, set the
44 @code{extraNatural} property to \"false\" in the @code{Staff} context.
45
46
47
48 "
49   doctitle = "Preventing extra naturals from being automatically added"
50 } % begin verbatim
51
52 \relative c'' {
53   aeses4 aes ais a
54   \set Staff.extraNatural = ##f
55   aeses4 aes ais a
56 }
57