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=9978073b8a2c16b8d5f438b5d060ae2227338713;hb=d41a10209d2e3d6cec1e5d9155459cda1887e90d;hp=bdcd003141a58b1e582522afa9e4209623c31b5b;hpb=61982f69784ce0fe80c719b0bab53d78c24779ce;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 bdcd003141..9978073b8a 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,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.62" -\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. -" } +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. -\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 +" + 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 }