]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/woodwind-diagrams-listing.ly
Doc: run makelsr locally
[lilypond.git] / Documentation / snippets / woodwind-diagrams-listing.ly
1 %% DO NOT EDIT this file manually; it is automatically
2 %% generated from LSR http://lsr.dsi.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.14.2"
8
9 \header {
10   lsrtags = "winds, specific-notation"
11
12 %%%    Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
13   texidoces = "
14 El fragmento de música que aparece a continuación presenta todos los
15 diagramas de viento madera que se encuentran definidos en LilyPond por
16 el momento.
17
18 "
19   doctitlees = "Listado de los diagramas para viento madera"
20 %%%    Translation of GIT committish: ab9e3136d78bfaf15cc6d77ed1975d252c3fe506
21
22
23   texidocde="
24 Folgende Noten zeige alle Holzbläserdiagramme, die für LilyPond
25 definiert sind.
26
27 "
28 %%%    Translation of GIT committish: ab9e3136d78bfaf15cc6d77ed1975d252c3fe506
29
30
31   texidocde="
32 Folgende Noten zeige alle Holzbläserdiagramme, die für LilyPond
33 definiert sind.
34
35 "
36 %%%    Translation of GIT committish: ab9e3136d78bfaf15cc6d77ed1975d252c3fe506
37
38
39   texidocde="
40 Folgende Noten zeige alle Holzbläserdiagramme, die für LilyPond
41 definiert sind.
42
43 "
44   doctitlede = "Liste der Holzbläserdiagramme"
45
46 %% Translation of GIT committish: 496c48f1f2e4d345ae3637b2c38ec748a55cda1d
47   texidocfr = "
48 Voici la liste des différents instruments à vent de la section des bois
49 dont les doigtés sont disponibles à ce jour.
50 "
51   doctitlefr = "Liste des diagrammes de doigtés pour bois"
52
53
54   texidoc = "
55 The following music shows all of the woodwind diagrams currently
56 defined in LilyPond.
57
58 "
59   doctitle = "Woodwind diagrams listing"
60 } % begin verbatim
61
62 \relative c' {
63   \textLengthOn
64   c1^
65   \markup {
66     \center-column {
67       'piccolo
68       " "
69        \woodwind-diagram
70                   #'piccolo
71                   #'()
72     }
73   }
74
75   c1^
76   \markup {
77     \center-column {
78        'flute
79        " "
80        \woodwind-diagram
81           #'flute
82           #'()
83     }
84   }
85   c1^\markup {
86     \center-column {
87       'oboe
88       " "
89       \woodwind-diagram
90         #'oboe
91         #'()
92     }
93   }
94
95   c1^\markup {
96     \center-column {
97       'clarinet
98       " "
99       \woodwind-diagram
100         #'clarinet
101         #'()
102     }
103   }
104
105   c1^\markup {
106     \center-column {
107       'bass-clarinet
108       " "
109       \woodwind-diagram
110         #'bass-clarinet
111         #'()
112     }
113   }
114
115   c1^\markup {
116     \center-column {
117       'saxophone
118       " "
119       \woodwind-diagram
120         #'saxophone
121         #'()
122     }
123   }
124
125   c1^\markup {
126     \center-column {
127       'bassoon
128       " "
129       \woodwind-diagram
130         #'bassoon
131         #'()
132     }
133   }
134
135   c1^\markup {
136     \center-column {
137       'contrabassoon
138       " "
139       \woodwind-diagram
140         #'contrabassoon
141         #'()
142     }
143   }
144 }