X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fnotation%2Fwind.itely;h=ade4986b780c928fab5dd340543894acc688535a;hb=844e5387a003bde2c10389ad863184defe893b6c;hp=a9725fd7172391e37d629c06f0927ae5471701cf;hpb=f875ef39c544bd3499dae5360e9e24f69933575f;p=lilypond.git diff --git a/Documentation/notation/wind.itely b/Documentation/notation/wind.itely index a9725fd717..ade4986b78 100644 --- a/Documentation/notation/wind.itely +++ b/Documentation/notation/wind.itely @@ -83,7 +83,6 @@ See @ref{Articulations and ornamentations}. @lilypondfile[verbatim,quote,texidoc,doctitle] {changing--flageolet-mark-size.ly} - @seealso Notation Reference: @ref{Breath marks}, @@ -120,7 +119,6 @@ Woodwind diagrams can be produced and are described in {recorder-fingering-chart.ly} @seealso - Notation Reference: @ref{Woodwind diagrams}. @@ -188,8 +186,8 @@ This can be indicated by @code{cflat} or @code{fflat}. Similarly, the piobaireachd high g can be written @code{gflat} when it occurs in light music. - @seealso +Snippets: @rlsr{Winds}. @@ -239,10 +237,11 @@ notation. } @end lilypond - @seealso +Snippets: @rlsr{Winds}. + @node Woodwinds @subsection Woodwinds @@ -393,19 +392,16 @@ c1^\markup { @end lilypond The list of all possible keys and settings for a given instrument -can be displayed on the console or in the log file, although they -will not show up in the music output: - -@lilypond[verbatim,quote] - -#(print-keys-verbose 'flute) - -@end lilypond - -New diagrams can be created by following the patterns in +can be displayed on the console using +@code{#(print-keys-verbose 'flute)} or in the log file using +@code{#(print-keys-verbose 'flute (current-error-port))}, although +they will not show up in the music output. + +Creating new diagrams is possible, although this will require +Scheme ability and may not be accessible to all users. The +patterns for the diagrams are in @file{scm/define-woodwind-diagrams.scm} and -@file{scm/display-woodwind-diagrams.scm}. However, this will -require Scheme ability and may not be accessible to all users. +@file{scm/display-woodwind-diagrams.scm}. @predefined @endpredefined @@ -424,12 +420,12 @@ require Scheme ability and may not be accessible to all users. {woodwind-diagrams-key-lists.ly} @seealso - Installed Files: -@file{scm/define-woodwind-diagrams.scm}, +@file{scm/define-woodwind-diagrams.scm}, @* @file{scm/display-woodwind-diagrams.scm}. -Snippets: @rlsr{Winds}. +Snippets: +@rlsr{Winds}. Internals Reference: @rinternals{TextScript},