]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/accordion-discant-symbols.ly
dae241adb4797e47d97c5d1c5201dfbe961d866f
[lilypond.git] / Documentation / snippets / accordion-discant-symbols.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 = "specific-notation, workaround, keyboards, symbols-and-glyphs"
11
12 %% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
13   texidoces = "
14 Los símbolos específicos de acordeón discanto se escriben mediante
15 @code{\\markup}.  Se puede trucar la colocación vertical de los
16 símbolos modificando los argumentos de @code{\\raise}.
17
18 "
19   doctitlees = "Símbolos de acordeón discanto"
20
21
22 %% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
23   doctitlede = "Symbole für Akkordeon-Diskantregister"
24   texidocde = "
25 Diskantregister für Akkordeon können mit @code{\\markup} dargestellt werden.
26 Die vertikale Position der einzelnen Elemente werden mit @code{\\raise}
27 angepasst.
28 "
29
30 %% Translation of GIT committish: 85394d425536d267ed0cb71d17023849f1611180
31   texidocfr = "
32 Les symboles spécifiques au clavier main droite d'un accordéon
33 s'indiquent à l'aide de @code{\\markup}.  Le positionnement de tels
34 symboles s'ajuste grâce à des arguments @code{\\raise}.
35
36 "
37   doctitlefr = "Symboles de chant pour accordéon"
38
39   texidoc = "
40 Accordion discant-specific symbols are added using @code{\\markup}. The
41 vertical placement of the symbols can be tweaked by changing the
42 @code{\\raise} arguments.
43
44
45
46 "
47   doctitle = "Accordion-discant symbols"
48 } % begin verbatim
49
50
51 discant = \markup {
52   \musicglyph #"accordion.discant"
53 }
54 dot = \markup {
55   \musicglyph #"accordion.dot"
56 }
57
58 \layout { ragged-right = ##t }
59
60 % 16 voets register
61 accBasson = ^\markup {
62   \combine
63   \discant
64   \raise #0.5 \dot
65 }
66
67 % een korig 8 en 16 voets register
68 accBandon = ^\markup {
69   \combine
70     \discant
71     \combine
72       \raise #0.5 \dot
73       \raise #1.5 \dot
74 }
75
76 accVCello = ^\markup {
77   \combine
78     \discant
79     \combine
80       \raise #0.5 \dot
81       \combine
82         \raise #1.5 \dot
83         \translate #'(1 . 0) \raise #1.5 \dot
84 }
85
86 % 4-8-16 voets register
87 accHarmon = ^\markup {
88   \combine
89     \discant
90     \combine
91       \raise #0.5 \dot
92       \combine
93         \raise #1.5 \dot
94         \raise #2.5 \dot
95 }
96
97 accTrombon = ^\markup {
98   \combine
99     \discant
100     \combine
101       \raise #0.5 \dot
102       \combine
103         \raise #1.5 \dot
104         \combine
105           \translate #'(1 . 0) \raise #1.5 \dot
106           \translate #'(-1 . 0) \raise #1.5 \dot
107 }
108
109 % eenkorig 4 en 16 voets register
110 accOrgan = ^\markup {
111   \combine
112     \discant
113     \combine
114       \raise #0.5 \dot
115       \raise #2.5 \dot
116 }
117
118 accMaster = ^\markup {
119   \combine
120     \discant
121     \combine
122       \raise #0.5 \dot
123       \combine
124         \raise #1.5 \dot
125         \combine
126           \translate #'(1 . 0) \raise #1.5 \dot
127           \combine
128             \translate #'(-1 . 0) \raise #1.5 \dot
129             \raise #2.5 \dot
130 }
131
132 accAccord = ^\markup {
133   \combine
134     \discant
135     \combine
136       \raise #1.5 \dot
137       \combine
138         \translate #'(1 . 0) \raise #1.5 \dot
139         \combine
140           \translate #'(-1 . 0) \raise #1.5 \dot
141           \raise #2.5 \dot
142 }
143
144 accMusette = ^\markup {
145   \combine
146     \discant
147     \combine
148       \raise #1.5 \dot
149       \combine
150         \translate #'(1 . 0) \raise #1.5 \dot
151         \translate #'(-1 . 0) \raise #1.5 \dot
152 }
153
154 accCeleste = ^\markup {
155   \combine
156     \discant
157     \combine
158       \raise #1.5 \dot
159       \translate #'(-1 . 0) \raise #1.5 \dot
160 }
161
162 accOboe = ^\markup {
163   \combine
164     \discant
165     \combine
166       \raise #1.5 \dot
167       \raise #2.5 \dot
168 }
169
170 accClarin = ^\markup {
171   \combine
172     \discant
173     \raise #1.5 \dot
174 }
175
176 accPiccolo = ^\markup {
177     \combine
178        \discant
179        \raise #2.5 \dot
180 }
181
182 accViolin = ^\markup {
183   \combine
184     \discant
185     \combine
186       \raise #1.5 \dot
187       \combine
188         \translate #'(1 . 0) \raise #1.5 \dot
189         \raise #2.5 \dot
190 }
191
192 \relative c'' {
193   c4 d\accBasson e f
194   c4 d\accBandon e f
195   c4 d\accVCello e f
196   c4 d\accHarmon e f
197   c4 d\accTrombon e f
198   \break
199   c4 d\accOrgan e f
200   c4 d\accMaster e f
201   c4 d\accAccord e f
202   c4 d\accMusette e f
203   c4 d\accCeleste e f
204   \break
205   c4 d\accOboe e f
206   c4 d\accClarin e f
207   c4 d\accPiccolo e f
208   c4 d\accViolin e f
209 }
210