From aa493b320dcb35e7862c594497c63a32912aa243 Mon Sep 17 00:00:00 2001 From: Mike Solomon Date: Tue, 15 Mar 2011 09:56:26 -0400 Subject: [PATCH] Adds woodwind diagrams to changes.tely --- Documentation/changes.tely | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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 -- 2.39.5