]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/woodwind-diagrams-listing.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / Documentation / snippets / woodwind-diagrams-listing.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 = "specific-notation, winds"
11
12   texidoc = "
13 The following music shows all of the woodwind diagrams currently
14 defined in LilyPond.
15
16 "
17   doctitle = "Woodwind diagrams listing"
18 } % begin verbatim
19
20 \layout {
21   indent = 0
22 }
23
24 \relative c' {
25   \textLengthOn
26   c1^
27   \markup {
28     \center-column {
29       'tin-whistle
30       " "
31        \woodwind-diagram
32                   #'tin-whistle
33                   #'()
34     }
35   }
36
37   c1^
38   \markup {
39     \center-column {
40       'piccolo
41       " "
42        \woodwind-diagram
43                   #'piccolo
44                   #'()
45     }
46   }
47
48   c1^
49   \markup {
50     \center-column {
51        'flute
52        " "
53        \woodwind-diagram
54           #'flute
55           #'()
56     }
57   }
58   c1^\markup {
59     \center-column {
60       'oboe
61       " "
62       \woodwind-diagram
63         #'oboe
64         #'()
65     }
66   }
67
68   c1^\markup {
69     \center-column {
70       'clarinet
71       " "
72       \woodwind-diagram
73         #'clarinet
74         #'()
75     }
76   }
77
78   c1^\markup {
79     \center-column {
80       'bass-clarinet
81       " "
82       \woodwind-diagram
83         #'bass-clarinet
84         #'()
85     }
86   }
87
88   c1^\markup {
89     \center-column {
90       'saxophone
91       " "
92       \woodwind-diagram
93         #'saxophone
94         #'()
95     }
96   }
97
98   c1^\markup {
99     \center-column {
100       'bassoon
101       " "
102       \woodwind-diagram
103         #'bassoon
104         #'()
105     }
106   }
107
108   c1^\markup {
109     \center-column {
110       'contrabassoon
111       " "
112       \woodwind-diagram
113         #'contrabassoon
114         #'()
115     }
116   }
117 }