X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fpreventing-natural-signs-from-being-printed-when-the-key-signature-changes.ly;h=930878d8bf771d53893a12cd67baa960c3aacbf4;hb=a8c9e8a7ca320ab0df5fd32e717fd62cd7635ce6;hp=803e54b7ba02bcc96667e7202cd62307cd120264;hpb=6ae2a0ef2068149f316a7a61bc193d34c6c92a5e;p=lilypond.git diff --git a/input/lsr/preventing-natural-signs-from-being-printed-when-the-key-signature-changes.ly b/input/lsr/preventing-natural-signs-from-being-printed-when-the-key-signature-changes.ly index 803e54b7ba..930878d8bf 100644 --- a/input/lsr/preventing-natural-signs-from-being-printed-when-the-key-signature-changes.ly +++ b/input/lsr/preventing-natural-signs-from-being-printed-when-the-key-signature-changes.ly @@ -1,24 +1,47 @@ %% 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.35" +\version "2.12.3" \header { lsrtags = "pitches" - texidoc = " + +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}. + +" + +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 -altered by setting to \"false\" the printKeyCancellation property in -the Staff context. -" } -% begin verbatim -\relative { +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 - a b cis d + a4 b cis d \key g \minor - a bes c d + a4 bes c d \set Staff.printKeyCancellation = ##f \key d \major - a b cis d + a4 b cis d \key g \minor - a bes c d + a4 bes c d } +