]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/preventing-natural-signs-from-being-printed-when-the-key-signature-changes.ly
Makelsr.py run
[lilypond.git] / Documentation / snippets / preventing-natural-signs-from-being-printed-when-the-key-signature-changes.ly
index 44371da23b7a516f3dd36c427c9221a765a00f75..ab32f9212ff6533099e77ce47efd9807c9f4c0bb 100644 (file)
@@ -1,35 +1,19 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% DO NOT EDIT this file manually; it is automatically
+%% 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.13.1"
+\version "2.18.0"
 
 \header {
-  lsrtags = "pitches"
-
-%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
-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 \"falso\" la
-propiedad @code{printKeyCancellation} del contexto @code{Staff}.
-
-"
-
-%% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d
-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.
-"
+  lsrtags = "automatic-notation, pitches"
 
   texidoc = "
 When the key signature changes, natural signs are automatically printed
 to cancel any accidentals from previous key signatures.  This may be
-prevented by setting to \"false\" the @code{printKeyCancellation}
-property in the @code{Staff} context. 
+prevented by setting to @code{f} the @code{printKeyCancellation}
+property in the @code{Staff} context.
 
 "
   doctitle = "Preventing natural signs from being printed when the key signature changes"
@@ -46,4 +30,3 @@ property in the @code{Staff} context.
   \key g \minor
   a4 bes c d
 }
-