]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/preventing-extra-naturals-from-being-automatically-added.ly
Imported Upstream version 2.12.3
[lilypond.git] / input / lsr / preventing-extra-naturals-from-being-automatically-added.ly
index 20f30e51dfe2767ff74b0be3068a3a8bcc24e046..4da093f5082b1f8cb17e33ae248c137ba4f4f9cf 100644 (file)
@@ -1,6 +1,6 @@
 %% 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.57"
+\version "2.12.3"
 
 \header {
   lsrtags = "pitches"
@@ -20,6 +20,17 @@ propiedad @code{extraNatural}  a @code{##f} (falso) dentro del
 contexto de @code{Staff}.
 
 "
+
+doctitlede = "Verhindern, dass zusätzliche Auflösungszeichen automatisch
+hinzugefügt werden"
+
+texidocde = "Den tranditionellen Notensatzregeln zufolge wird ein
+Auflösungszeichen immer dann vor einem Kreuz oder B gesetzt, wenn
+ein vorheriges Versetzungszeichen der gleichen Note aufgehoben werden
+soll.  Um dieses Verhalten zu ändern, muss die Eigenschaft
+@code{extraNatural} im @code{Staff}-Kontext auf \"false\" gesetzt werden.
+"
+
   texidoc = "
 In accordance with standard typesetting rules, a natural sign is
 printed before a sharp or flat if a previous accidental on the same
@@ -31,8 +42,10 @@ note needs to be canceled.  To change this behavior, set the
 "
   doctitle = "Preventing extra naturals from being automatically added"
 } % begin verbatim
+
 \relative c'' {
   aeses4 aes ais a
   \set Staff.extraNatural = ##f
   aeses4 aes ais a
 }
+