X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fpreventing-extra-naturals-from-being-automatically-added.ly;h=1ff350eec5b5e2cc79014818020258b3a347612d;hb=730d4eb3e0328e8ba0b376f8191a5bb6ae7f904c;hp=e8c81c165d96a8a7a4c325a5d97c626f3c36e152;hpb=3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4;p=lilypond.git diff --git a/Documentation/snippets/preventing-extra-naturals-from-being-automatically-added.ly b/Documentation/snippets/preventing-extra-naturals-from-being-automatically-added.ly index e8c81c165d..1ff350eec5 100644 --- a/Documentation/snippets/preventing-extra-naturals-from-being-automatically-added.ly +++ b/Documentation/snippets/preventing-extra-naturals-from-being-automatically-added.ly @@ -1,54 +1,20 @@ %% DO NOT EDIT this file manually; it is automatically -%% generated from LSR http://lsr.dsi.unimi.it +%% generated from LSR http://lsr.di.unimi.it %% Make any changes in LSR itself, or in Documentation/snippets/new/ , %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. -\version "2.14.0" +\version "2.18.0" \header { - lsrtags = "pitches" - -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 -doctitlees = "Evitar que se añadan becuadros adicionales automáticamente" - -texidoces = " -Según las reglas estándar de composición -tipográfica, se imprime un becuadro antes de un sostenido o un -bemol cuando se tiene que cancelar una alteración anterior en la -misma nota. Para modificar este comportamiento, establezca el -valor de la propiedad @code{extraNatural} a @code{##f} (falso) -dentro del contexto de @code{Staff}. - -" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - doctitlede = "Verhindern, dass zusätzliche Auflösungszeichen automatisch -hinzugefügt werden" - -texidocde = "Den traditionellen Notensatzregeln zufolge wird ein -Auflösungszeichen immer dann vor einem Kreuz oder B gesetzt, wenn -ein vorheriges Versetzungszeichen der gleichen Note aufgehoben werden -soll. Um dieses Verhalten zu ändern, muss die Eigenschaft -@code{extraNatural} im @code{Staff}-Kontext auf \"false\" gesetzt werden. -" - -%% Translation of GIT committish: 58a29969da425eaf424946f4119e601545fb7a7e - texidocfr = " -En accord avec les règles standards de l'écriture musicale, on grave -un bécarre avant un dièse ou un bémol si on a besoin d'annuler une -altération précédente. Pour modifier ce comportement, assignez la propriété -@code{extraNatural} du contexte @code{Staff} à la valeur @code{##f} (faux). -" - - doctitlefr = "Suppression des bécarres superflus" + lsrtags = "automatic-notation, pitches" texidoc = " -In accordance with standard typesetting rules, a natural sign is -printed before a sharp or flat if a previous accidental on the same -note needs to be canceled. To change this behavior, set the -@code{extraNatural} property to @code{f} in the @code{Staff} context. +In accordance with traditional typesetting rules, a natural sign is +printed before a sharp or flat if a previous double sharp or flat on +the same note is canceled. To change this behavior to contemporary +practice, set the @code{extraNatural} property to @code{f} in the +@code{Staff} context. @@ -61,4 +27,3 @@ note needs to be canceled. To change this behavior, set the \set Staff.extraNatural = ##f aeses4 aes ais a } -