]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/preventing-natural-signs-from-being-printed-when-the-key-signature-changes.ly
Change stringTunings from list of semitones to list of pitches
[lilypond.git] / Documentation / snippets / preventing-natural-signs-from-being-printed-when-the-key-signature-changes.ly
index 7aeefb0a5c00d151fd9dcf71409845be178f4946..b1778caee05fc9bdf5ef96ddc1291b2eda6705e2 100644 (file)
@@ -1,12 +1,12 @@
 %% Do not edit this file; it is automatically
 %% generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.13.16"
+\version "2.13.39"
 
 \header {
   lsrtags = "pitches"
 
-%% Translation of GIT committish: 1d589aa04c20d7711bf662618adbdd6d445db29d
+%% Translation of GIT committish: a874fda3641c9e02f61be5c41b215b8304b8ed00
 doctitlees = "Evitar que se impriman becuadros cuando cambia la armadura"
 
 texidoces = "
@@ -29,12 +29,12 @@ verhindert werden, indem die @code{printKeyCancellation}-Eigenschaft
 im @code{Staff}-Kontext auf \"false\" gesetzt wird.
 "
 
-%% Translation of GIT committish: 58a29969da425eaf424946f4119e601545fb7a7e
+%% Translation of GIT committish: 4ab2514496ac3d88a9f3121a76f890c97cedcf4e
   texidocfr = "
 Après un changement de tonalité, un bécarre est imprimé pour annuler
 toute altération précédente.  Ceci peut être supprimé en réglant à
 @code{\"false\"} la propriété @code{printKeyCancellation} du contexte
-@code{Staff}. 
+@code{Staff}.
 
 "