From: Mike Solomon Date: Tue, 15 Mar 2011 13:56:26 +0000 (-0400) Subject: Adds woodwind diagrams to changes.tely X-Git-Tag: release/2.13.55-1~11^2~4 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=aa493b320dcb35e7862c594497c63a32912aa243;p=lilypond.git Adds woodwind diagrams to changes.tely --- diff --git a/Documentation/changes.tely b/Documentation/changes.tely index 9ac6177dbd..eaa4f1b7d1 100644 --- a/Documentation/changes.tely +++ b/Documentation/changes.tely @@ -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