]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/woodwind-diagrams-key-lists.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / woodwind-diagrams-key-lists.ly
1 % DO NOT EDIT this file manually; it is automatically
2 % generated from Documentation/snippets/new
3 % Make any changes in Documentation/snippets/new/
4 % and then run scripts/auxiliar/makelsr.py
5 %
6 % This file is in the public domain.
7 %% Note: this file works from version 2.14.0
8 \version "2.16.0"
9
10 \header {
11   lsrtags = "winds"
12
13   texidoc="
14 The snippet below produces a list of all possible keys and key
15 settings for woodwind diagrams as defined in
16 @file{scm/define-woodwind-diagrams.scm}.  The list will be displayed
17 in the log file, but not in the music.  If output to the console
18 is wanted, omit the @code{(current-error-port)} from the commands.
19 "
20   doctitle = "Woodwind diagrams key lists"
21 } % begin verbatim
22
23
24 #(print-keys-verbose 'piccolo (current-error-port))
25 #(print-keys-verbose 'flute (current-error-port))
26 #(print-keys-verbose 'flute-b-extension (current-error-port))
27 #(print-keys-verbose 'tin-whistle (current-error-port))
28 #(print-keys-verbose 'oboe (current-error-port))
29 #(print-keys-verbose 'clarinet (current-error-port))
30 #(print-keys-verbose 'bass-clarinet (current-error-port))
31 #(print-keys-verbose 'low-bass-clarinet (current-error-port))
32 #(print-keys-verbose 'saxophone (current-error-port))
33 #(print-keys-verbose 'soprano-saxophone (current-error-port))
34 #(print-keys-verbose 'alto-saxophone (current-error-port))
35 #(print-keys-verbose 'tenor-saxophone (current-error-port))
36 #(print-keys-verbose 'baritone-saxophone (current-error-port))
37 #(print-keys-verbose 'bassoon (current-error-port))
38 #(print-keys-verbose 'contrabassoon (current-error-port))