]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/preventing-natural-signs-from-being-printed-when-the-key-signature-changes.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / lsr / preventing-natural-signs-from-being-printed-when-the-key-signature-changes.ly
index 6354ae5bb84b3585e078f77a738af658a7c610da..19e5d5507ccc14388450f57dac7e381051e3fec1 100644 (file)
@@ -1,22 +1,35 @@
-%% Do not edit this file; it is auto-generated from LSR!
-%% Tags: pitches
-\version "2.11.35"
+%% 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.51"
 
-\header { texidoc = "
+\header {
+  lsrtags = "pitches"
+
+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}.
+
+"
+  texidoc = "
 When the key signature changes, natural signs are automatically printed
-to cancel any accidentals from previous key signatures. This may be
-altered by setting to \"false\" the printKeyCancellation property in
-the Staff context.
-" }
-% begin verbatim
-\relative {
-\key d \major
-a b cis d
-\key g \minor
-a bes c d
-\set Staff.printKeyCancellation = ##f
-\key d \major
-a b cis d
-\key g \minor
-a bes c d
+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. 
+
+"
+  doctitle = "Preventing natural signs from being printed when the key signature changes"
+} % begin verbatim
+\relative c' {
+  \key d \major
+  a4 b cis d
+  \key g \minor
+  a4 bes c d
+  \set Staff.printKeyCancellation = ##f
+  \key d \major
+  a4 b cis d
+  \key g \minor
+  a4 bes c d
 }