]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/woodwind-diagrams-key-lists.ly
Merge branch 'master' into 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.36"
6
7 \header {
8 %%%    Translation of GIT committish: ab9e3136d78bfaf15cc6d77ed1975d252c3fe506
9
10   texidocde="
11 Dieses Schnipsel erzeugt eine Liste aller möglichen Löcher und Locheinstellungen
12 für Holzbläserdiagramme, wie sie in der Datei
13 @file{scm/define-woodwind-diagrams.scm} definiert sind.  Die Liste wird auf
14 der Kommandozeile und in der Log-Datei angezeigt, nicht in den Noten.
15 "
16   doctitlede = "Liste der Löcher für Holzbläserdiagramme"
17
18
19   lsrtags = "winds"
20
21   texidoc="
22 The snippet below produces a list of all possible keys and key
23 settings for woodwind diagrams as defined in
24 @file{scm/define-woodwind-diagrams.scm}.  The list will be displayed
25 on the console and in the log file, but not in the music.
26 "
27   doctitle = "Woodwind diagrams key lists"
28 } % begin verbatim
29
30
31 #(print-keys-verbose 'piccolo)
32 #(print-keys-verbose 'flute)
33 #(print-keys-verbose 'flute-b-extension)
34 #(print-keys-verbose 'oboe)
35 #(print-keys-verbose 'clarinet)
36 #(print-keys-verbose 'bass-clarinet)
37 #(print-keys-verbose 'low-bass-clarinet)
38 #(print-keys-verbose 'saxophone)
39 #(print-keys-verbose 'baritone-saxophone)
40 #(print-keys-verbose 'bassoon)
41 #(print-keys-verbose 'contrabassoon)