]> git.donarmstrong.com Git - lilypond.git/commitdiff
Adds woodwind diagrams to changes.tely
authorMike Solomon <mike@apollinemike.com>
Tue, 15 Mar 2011 13:56:26 +0000 (09:56 -0400)
committerMike Solomon <mike@apollinemike.com>
Tue, 15 Mar 2011 13:56:26 +0000 (09:56 -0400)
Documentation/changes.tely

index 9ac6177dbd083de045008891f5fc9c13e88c51cb..eaa4f1b7d1bb4e79a06ed18782f4a2189cc64722 100644 (file)
@@ -61,6 +61,25 @@ which scares away people.
 
 @end ignore
 
+@item
+Lilypond typesets woodwind fingering charts.
+@lilypond
+\relative c' {
+  \textLengthOn
+  des1^\markup {
+    \woodwind-diagram #'bassoon #'((lh . (thumb-cis))
+                                   (cc . (one two three five six))
+                                   (rh . (f)))
+    } _"bassoon"
+  c1^\markup {
+    \woodwind-diagram #'oboe #'((rh . (c))
+                                (lh . ())
+                                (cc . (one two three four five six)))
+    } _"oboe"
+
+}
+@end lilypond
+
 @item
 MIDI-import through Midi2ly is improved
 @itemize @bullet