]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/preventing-natural-signs-from-being-printed-when-the-key-signature-changes.ly
Issue 5167/1: Reorganize markup commands to use object properties
[lilypond.git] / Documentation / snippets / preventing-natural-signs-from-being-printed-when-the-key-signature-changes.ly
index 66ea84f71687201893b957ddc7ae30862cfd8a63..ab32f9212ff6533099e77ce47efd9807c9f4c0bb 100644 (file)
@@ -1,57 +1,14 @@
 %% 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.2"
+\version "2.18.0"
 
 \header {
   lsrtags = "automatic-notation, pitches"
 
-%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
-doctitlees = "Evitar que se impriman becuadros cuando cambia la armadura"
-
-texidoces = "
-
-Cuando cambia la armadura de la tonalidad, se imprimen becuadros
-automáticamente para cancelar las alteraciones de las armaduras
-anteriores.  Esto se puede evitar estableciendo al valor @qq{falso} la
-propiedad @code{printKeyCancellation} del contexto @code{Staff}.
-
-"
-
-
-%% Translation of GIT committish: 6ae36b6f8a7cf2df5f4e46c3c06820fccd9f35e1
-  texidocit = "
-Quando l'armatura di chiave cambia, vengono inseriti automaticamente i
-segni di bequadro per annulare le alterazioni di precedenti armature.  Si
-può evitare questo comportamento impostando su @code{f} (falso) la proprietà
-@code{printKeyCancellation} nel contesto @code{Staff}.
-
-"
-  doctitleit = "Impedire l'inserimento dei segni di bequadro quando cambia l'armatura di chiave"
-
-%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
-doctitlede = "Auflösungzeichen nicht setzen wenn die Tonart wechselt"
-
-texidocde = "
-Wenn die Tonart wechselt, werden automatisch Auflösungszeichen ausgegeben,
-um Versetzungszeichen der vorherigen Tonart aufzulösen.  Das kann
-verhindert werden, indem die @code{printKeyCancellation}-Eigenschaft
-im @code{Staff}-Kontext auf \"false\" gesetzt wird.
-"
-
-%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4
-  texidocfr = "
-Après un changement de tonalité, un bécarre est imprimé pour annuler
-toute altération précédente.  Ceci peut être supprimé en réglant à
-@code{\"false\"} la propriété @code{printKeyCancellation} du contexte
-@code{Staff}.
-
-"
-  doctitlefr = "Suppression des bécarres superflus après un changement de tonalité"
-
   texidoc = "
 When the key signature changes, natural signs are automatically printed
 to cancel any accidentals from previous key signatures.  This may be
@@ -62,7 +19,6 @@ property in the @code{Staff} context.
   doctitle = "Preventing natural signs from being printed when the key signature changes"
 } % begin verbatim
 
-
 \relative c' {
   \key d \major
   a4 b cis d
@@ -74,4 +30,3 @@ property in the @code{Staff} context.
   \key g \minor
   a4 bes c d
 }
-