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