X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fpreventing-extra-naturals-from-being-automatically-added.ly;h=fdce5a11f8c558369af273edc448409db85a84c8;hb=c8c3f3cb3714cd487435f35aaf86615716020141;hp=b27a9ef5fe260fa82029f23417058ce5737c4eb6;hpb=537258dbe70c07593fbdf41840ff17d4edf4b333;p=lilypond.git diff --git a/input/lsr/preventing-extra-naturals-from-being-automatically-added.ly b/input/lsr/preventing-extra-naturals-from-being-automatically-added.ly index b27a9ef5fe..fdce5a11f8 100644 --- a/input/lsr/preventing-extra-naturals-from-being-automatically-added.ly +++ b/input/lsr/preventing-extra-naturals-from-being-automatically-added.ly @@ -1,6 +1,6 @@ %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it %% This file is in the public domain. -\version "2.11.38" +\version "2.12.0" \header { lsrtags = "pitches" @@ -11,17 +11,40 @@ 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). " - texidoc = " +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}. + +" + +doctitlede = "Verhindern, dass zusätzliche Auflösungszeichen automatisch +hinzugefügt werden" + +texidocde = "Den tranditionellen 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. +" + + 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 \"false\" in the @code{Staff} context. -" } -% begin verbatim -\relative { - aeses'4 aes ais a + +" + doctitle = "Preventing extra naturals from being automatically added" +} % begin verbatim + +\relative c'' { + aeses4 aes ais a \set Staff.extraNatural = ##f aeses4 aes ais a }