]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/woodwind-diagrams-listing.ly
b3cd25b6d45ef0b56dd836c6508da1e0445dc7b6
[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: 6977ddc9a3b63ea810eaecb864269c7d847ccf98
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   doctitlede = "Liste der Holzbläserdiagramme"
37
38 %% Translation of GIT committish: 496c48f1f2e4d345ae3637b2c38ec748a55cda1d
39   texidocfr = "
40 Voici la liste des différents instruments à vent de la section des bois
41 dont les doigtés sont disponibles à ce jour.
42 "
43   doctitlefr = "Liste des diagrammes de doigtés pour bois"
44
45
46   texidoc = "
47 The following music shows all of the woodwind diagrams currently
48 defined in LilyPond.
49
50 "
51   doctitle = "Woodwind diagrams listing"
52 } % begin verbatim
53
54 \relative c' {
55   \textLengthOn
56   c1^
57   \markup {
58     \center-column {
59       'piccolo
60       " "
61        \woodwind-diagram
62                   #'piccolo
63                   #'()
64     }
65   }
66
67   c1^
68   \markup {
69     \center-column {
70        'flute
71        " "
72        \woodwind-diagram
73           #'flute
74           #'()
75     }
76   }
77   c1^\markup {
78     \center-column {
79       'oboe
80       " "
81       \woodwind-diagram
82         #'oboe
83         #'()
84     }
85   }
86
87   c1^\markup {
88     \center-column {
89       'clarinet
90       " "
91       \woodwind-diagram
92         #'clarinet
93         #'()
94     }
95   }
96
97   c1^\markup {
98     \center-column {
99       'bass-clarinet
100       " "
101       \woodwind-diagram
102         #'bass-clarinet
103         #'()
104     }
105   }
106
107   c1^\markup {
108     \center-column {
109       'saxophone
110       " "
111       \woodwind-diagram
112         #'saxophone
113         #'()
114     }
115   }
116
117   c1^\markup {
118     \center-column {
119       'bassoon
120       " "
121       \woodwind-diagram
122         #'bassoon
123         #'()
124     }
125   }
126
127   c1^\markup {
128     \center-column {
129       'contrabassoon
130       " "
131       \woodwind-diagram
132         #'contrabassoon
133         #'()
134     }
135   }
136 }