]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/woodwind-diagrams-key-lists.ly
Merge branch 'lilypond/translation'
[lilypond.git] / Documentation / snippets / woodwind-diagrams-key-lists.ly
1 % Do not edit this file; it is automatically
2 % generated from Documentation/snippets/new
3 % This file is in the public domain.
4 %% Note: this file works from version 2.13.24
5 \version "2.13.31"
6
7 \header {
8   lsrtags = "winds"
9
10   texidoc="
11 The snippet below produces a list of all possible keys and key
12 settings for woodwind diagrams as defined in
13 @file{scm/define-woodwind-diagrams.scm}.  The list will be displayed
14 on the console and in the log file, but not in the music.
15 "
16   doctitle = "Woodwind diagrams key lists"
17 } % begin verbatim
18
19
20 #(print-keys-verbose 'piccolo)
21 #(print-keys-verbose 'flute)
22 #(print-keys-verbose 'flute-b-extension)
23 #(print-keys-verbose 'oboe)
24 #(print-keys-verbose 'clarinet)
25 #(print-keys-verbose 'bass-clarinet)
26 #(print-keys-verbose 'low-bass-clarinet)
27 #(print-keys-verbose 'saxophone)
28 #(print-keys-verbose 'baritone-saxophone)
29 #(print-keys-verbose 'bassoon)
30 #(print-keys-verbose 'contrabassoon)