]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/woodwind-diagrams-listing.ly
213137265288166897497b2b2f9e0fbcd5f838d9
[lilypond.git] / Documentation / snippets / woodwind-diagrams-listing.ly
1 % DO NOT EDIT this file manually; it is automatically
2 % generated from Documentation/snippets/new
3 % Make any changes in Documentation/snippets/new/
4 % and then run scripts/auxiliar/makelsr.py
5 %
6 % This file is in the public domain.
7 %% Note: this file works from version 2.13.51
8 \version "2.13.51"
9
10 \header {
11 %%%    Translation of GIT committish: 59caa3adce63114ca7972d18f95d4aadc528ec3d
12   texidoces = "
13 El fragmento de música que aparece a continuación presenta todos los
14 diagramas de viento madera que se encuentran definidos en LilyPond por
15 el momento.
16
17 "
18   doctitlees = "Listado de los diagramas para viento madera"
19
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   doctitlede = "Liste der Holzbläserdiagramme"
29
30
31 %% Translation of GIT committish: 496c48f1f2e4d345ae3637b2c38ec748a55cda1d
32   texidocfr = "
33 Voici la liste des différents instruments à vent de la section des bois
34 dont les doigtés sont disponibles à ce jour.
35 "
36   doctitlefr = "Liste des diagrammes de doigtés pour bois"
37
38
39   lsrtags="winds"
40   texidoc="
41 The following music shows all of the woodwind diagrams currently
42 defined in LilyPond.
43 "
44   doctitle = "Woodwind diagrams listing"
45
46 } % begin verbatim
47
48
49 \relative c' {
50   \textLengthOn
51   c1^
52   \markup {
53     \center-column {
54       'piccolo
55       " "
56        \woodwind-diagram
57                   #'piccolo
58                   #'()
59     }
60   }
61
62   c1^
63   \markup {
64     \center-column {
65        'flute
66        " "
67        \woodwind-diagram
68           #'flute
69           #'()
70     }
71   }
72   c1^\markup {
73     \center-column {
74       'oboe
75       " "
76       \woodwind-diagram
77         #'oboe
78         #'()
79     }
80   }
81
82   c1^\markup {
83     \center-column {
84       'clarinet
85       " "
86       \woodwind-diagram
87         #'clarinet
88         #'()
89     }
90   }
91
92   c1^\markup {
93     \center-column {
94       'bass-clarinet
95       " "
96       \woodwind-diagram
97         #'bass-clarinet
98         #'()
99     }
100   }
101
102   c1^\markup {
103     \center-column {
104       'saxophone
105       " "
106       \woodwind-diagram
107         #'saxophone
108         #'()
109     }
110   }
111
112   c1^\markup {
113     \center-column {
114       'bassoon
115       " "
116       \woodwind-diagram
117         #'bassoon
118         #'()
119     }
120   }
121
122   c1^\markup {
123     \center-column {
124       'contrabassoon
125       " "
126       \woodwind-diagram
127         #'contrabassoon
128         #'()
129     }
130   }
131 }