]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix snippet according to new makelsr.
authorGraham Percival <graham@percival-music.ca>
Wed, 23 Jan 2008 18:13:02 +0000 (10:13 -0800)
committerGraham Percival <graham@percival-music.ca>
Wed, 23 Jan 2008 18:13:02 +0000 (10:13 -0800)
input/lsr/transposing-pitches-with-minimum-accidentals-smart-transpose.ly
input/new/transposing-pitches-with-minimum-accidentals-smart-transpose.ly

index 80001e04c0e1688b97bdbddbb875b435cb597f8a..96cc38c33383a761280fad21dd731fd0055b771b 100644 (file)
@@ -1,4 +1,16 @@
-\version "2.11.33"
+%% Do not edit this file; it is auto-generated from input/new
+\version "2.11.35"
+\header {
+  doctitle = "Transposing music with minimum accidentals"
+  lsrtags = "pitches"
+ texidoc = "There is a way to enforce enharmonic modifications for
+notes in order to have the minimum number of accidentals. In that
+case, ``Double accidentals should be removed, as well as E-sharp
+(-> F), bC (-> B), bF (-> E), B-sharp (-> C).'', as proposed by a
+request for a new feature.  In this manner, the most natural
+enharmonic notes are chosen in this example.  "
+}
+% begin verbatim
 #(define  (naturalise-pitch p)
   (let* ((o (ly:pitch-octave p))
          (a (* 4 (ly:pitch-alteration p))) 
index 80001e04c0e1688b97bdbddbb875b435cb597f8a..8ca3eba3fe996cb11e502531b5340ec8301c1ad5 100644 (file)
@@ -1,4 +1,15 @@
 \version "2.11.33"
+\header {
+  doctitle = "Transposing music with minimum accidentals"
+  lsrtags = "pitches"
+ texidoc = "There is a way to enforce enharmonic modifications for
+notes in order to have the minimum number of accidentals. In that
+case, ``Double accidentals should be removed, as well as E-sharp
+(-> F), bC (-> B), bF (-> E), B-sharp (-> C).'', as proposed by a
+request for a new feature.  In this manner, the most natural
+enharmonic notes are chosen in this example.  "
+}
+
 #(define  (naturalise-pitch p)
   (let* ((o (ly:pitch-octave p))
          (a (* 4 (ly:pitch-alteration p)))