]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/transposing-pitches-with-minimum-accidentals-smart-transpose.ly
Move input/new doctitles and update LSR
[lilypond.git] / input / lsr / transposing-pitches-with-minimum-accidentals-smart-transpose.ly
index c799d7c9e89a53db48e79f37da9b6e4a4a227b07..45e08d8f9337016ae7df5c074b2bc248d0f857ec 100644 (file)
@@ -2,17 +2,33 @@
 %% This file is in the public domain.
 \version "2.11.38"
 \header {
-  doctitle = "Transposing music with minimum accidentals"
   lsrtags = "pitches"
texidoc = "There is a way to enforce enharmonic modifications for
 texidoc = "This example uses some Scheme code to enforce enharmonic modifications for
 notes in order to have the minimum number of accidentals. In this
 case, the following rules apply:
 
-\"Double accidentals should be removed, as well as E sharp (-> F),
-C flat (-> B), F flat (-> E) and B sharp (-> C)\".
+@itemize
+@item
+Double accidentals should be removed
+
+@item
+B sharp -> C
+
+@item
+E sharp -> F
+
+@item
+C flat -> B
+
+@item
+F flat -> E
+
+@end itemize
 
 In this manner, the most natural enharmonic notes are chosen.
-"} % begin verbatim
+"
+  doctitle = "Transposing music with minimum accidentals"
+} % begin verbatim
 
 #(define  (naturalize-pitch p)
   (let* ((o (ly:pitch-octave p))