]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/preventing-natural-signs-from-being-printed-when-the-key-signature-changes.ly
Add dynamic script fffff; update docs.
[lilypond.git] / input / lsr / preventing-natural-signs-from-being-printed-when-the-key-signature-changes.ly
index 71dca865e3b738bd04e8455d69943fdc7eed6188..4f047f63f9b67ecf7810582c24e403f9fb9d8011 100644 (file)
@@ -1,10 +1,11 @@
 %% 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.55"
+\version "2.13.1"
 
 \header {
   lsrtags = "pitches"
 
+%% Translation of GIT committish: 674a5f874c07063ae56d55be25c55fc3b4bdb7bf
 doctitlees = "Evitar que se impriman becuadros cuando cambia la armadura"
 texidoces = "
 Cuando cambia la armadura de la tonalidad, se imprimen becuadros
@@ -13,6 +14,17 @@ anteriores.  Esto se puede evitar estableciendo al valor \"falso\" la
 propiedad @code{printKeyCancellation} del contexto @code{Staff}.
 
 "
+
+%% Translation of GIT committish: e75f1604a1b866c853dee42dbffcb7800c706a5f
+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.
+"
+
   texidoc = "
 When the key signature changes, natural signs are automatically printed
 to cancel any accidentals from previous key signatures.  This may be
@@ -22,6 +34,7 @@ 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
@@ -33,3 +46,4 @@ property in the @code{Staff} context.
   \key g \minor
   a4 bes c d
 }
+