X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fpreventing-extra-naturals-from-being-automatically-added.ly;h=f2d56592dd6055428bea75cb02466d120e3722f8;hb=d3bad5fe744ee308c06ab68ab3260c60c2e92e60;hp=597024dde5f28a57d75ed6ea857907a4817d1262;hpb=4c1b01719b22ed0ae8d1aa393f14d1c205c3ac88;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 597024dde5..f2d56592dd 100644 --- a/input/lsr/preventing-extra-naturals-from-being-automatically-added.ly +++ b/input/lsr/preventing-extra-naturals-from-being-automatically-added.ly @@ -1,17 +1,37 @@ %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it %% This file is in the public domain. -%% Tags: pitches -\version "2.11.35" +\version "2.11.46" -\header { texidoc = " +\header { + lsrtags = "pitches" + + 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). +" +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}. + +" + 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 -extraNatural property to \"false\" in the Staff context. -" } -% begin verbatim -\relative { -aeses'4 aes ais a -\set Staff.extraNatural = ##f -aeses4 aes ais a +@code{extraNatural} property to \"false\" in the @code{Staff} context. + + + +" + doctitle = "Preventing extra naturals from being automatically added" +} % begin verbatim +\relative c'' { + aeses4 aes ais a + \set Staff.extraNatural = ##f + aeses4 aes ais a }