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