]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/changes.tely
CG: clean up website build description.
[lilypond.git] / Documentation / changes.tely
index bf16c1e327fd814eb4cd25d1b2ddfce09e7f4abc..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
@@ -85,15 +104,15 @@ A new @code{Completion_rest_engraver} is available for automatically
 converting long rests which overrun bar lines, matching the
 @code{Completion_heads_engraver} for notes
 @example
-\layout {
-  \context {
+\layout @{
+  \context @{
     \Voice
     \remove "Note_heads_engraver"
     \consists "Completion_heads_engraver"
     \remove "Rest_engraver"
     \consists "Completion_rest_engraver"
-  }
-}
+  @}
+@}
 @end example
 This feature was sponsored by Image-Line Software for FL Studio.