]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/preventing-extra-naturals-from-being-automatically-added.ly
MusicXML: Add support for chord names
[lilypond.git] / input / lsr / preventing-extra-naturals-from-being-automatically-added.ly
index 4075f0c482e29d0adf1de0eb8adfd5ea7e4b7be9..b27a9ef5fe260fa82029f23417058ce5737c4eb6 100644 (file)
@@ -1,16 +1,27 @@
-%% 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.38"
 
-\header { texidoc = "
+\header {
+  lsrtags = "pitches"
+
+  texidocfr = "
+En accord avec les règles standards de l'écriture musicale, on grave
+un bécarre avant un dièse ou un bémol si on a besoin d'annuler une
+altération précédente.  Pour modifier ce comportement, assignez la propriété
+@code{extraNatural} du contexte @code{Staff} à la valeur @code{##f} (faux).
+"
+ texidoc = "
 In accordance with standard typesetting rules, a natural sign is
 printed before a sharp or flat if a previous accidental on the same
 note needs to be canceled.  To change this behavior, set the
-extraNatural property to \"false\" in the Staff context. 
+@code{extraNatural} property to \"false\" in the @code{Staff} context.
+
+
 " }
 % begin verbatim
 \relative {
-aeses'4 aes ais a
-\set Staff.extraNatural = ##f
-aeses4 aes ais a
+  aeses'4 aes ais a
+  \set Staff.extraNatural = ##f
+  aeses4 aes ais a
 }