]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/accordion-discant-symbols.ly
Merge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / lsr / accordion-discant-symbols.ly
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.11.62"
4
5 \header {
6   lsrtags = "keyboards"
7
8   texidoces = "
9 Los símbolos específicos de acordeón discanto se escriben mediante
10 @code{\\markup}.  Se puede trucar la colocación vertical de los
11 símbolos modificando los argumentos de @code{\\raise}.
12
13 "
14   doctitlees = "Símbolos de acordeón discanto"
15   
16   doctitlede = "Symbole für Akkordeon-Diskantregister"
17   texidocde = "
18 Diskantregister für Akkordeon können mit @code{\\markup} dargestellt werden.
19 Die vertikale Position der einzelnen Elemente werden mit @code{\\raise}
20 angepasst.
21 "
22
23   texidoc = "
24 Accordion discant-specific symbols are added using @code{\\markup}. The
25 vertical placement of the symbols can be tweaked by changing the
26 @code{\\raise} arguments.
27
28
29
30 "
31   doctitle = "Accordion-discant symbols"
32 } % begin verbatim
33 discant = \markup {
34   \musicglyph #"accordion.accDiscant"
35 }
36 dot = \markup {
37   \musicglyph #"accordion.accDot"
38 }
39
40 % 16 voets register
41 accBasson = ^\markup {
42   \combine
43   \discant
44   \raise #0.5 \dot
45 }
46
47 % een korig 8 en 16 voets register
48 accBandon = ^\markup {
49   \combine
50     \discant
51     \combine
52       \raise #0.5 \dot
53       \raise #1.5 \dot
54 }
55
56 accVCello = ^\markup {
57   \combine
58     \discant
59     \combine
60       \raise #0.5 \dot
61       \combine
62         \raise #1.5 \dot
63         \translate #'(1 . 0) \raise #1.5 \dot
64 }
65
66 % 4-8-16 voets register
67 accHarmon = ^\markup {
68   \combine
69     \discant
70     \combine
71       \raise #0.5 \dot
72       \combine
73         \raise #1.5 \dot
74         \raise #2.5 \dot
75 }
76
77 accTrombon = ^\markup {
78   \combine
79     \discant
80     \combine
81       \raise #0.5 \dot
82       \combine
83         \raise #1.5 \dot
84         \combine
85           \translate #'(1 . 0) \raise #1.5 \dot
86           \translate #'(-1 . 0) \raise #1.5 \dot
87 }
88
89 % eenkorig 4 en 16 voets register
90 accOrgan = ^\markup {
91   \combine
92     \discant
93     \combine
94       \raise #0.5 \dot
95       \raise #2.5 \dot
96 }
97
98 accMaster = ^\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           \combine
108             \translate #'(-1 . 0) \raise #1.5 \dot
109             \raise #2.5 \dot
110 }
111
112 accAccord = ^\markup {
113   \combine
114     \discant
115     \combine
116       \raise #1.5 \dot
117       \combine
118         \translate #'(1 . 0) \raise #1.5 \dot
119         \combine
120           \translate #'(-1 . 0) \raise #1.5 \dot
121           \raise #2.5 \dot
122 }
123
124 accMusette = ^\markup {
125   \combine
126     \discant
127     \combine
128       \raise #1.5 \dot
129       \combine
130         \translate #'(1 . 0) \raise #1.5 \dot
131         \translate #'(-1 . 0) \raise #1.5 \dot
132 }
133
134 accCeleste = ^\markup {
135   \combine
136     \discant
137     \combine
138       \raise #1.5 \dot
139       \translate #'(-1 . 0) \raise #1.5 \dot
140 }
141
142 accOboe = ^\markup {
143   \combine
144     \discant
145     \combine
146       \raise #1.5 \dot
147       \raise #2.5 \dot
148 }
149
150 accClarin = ^\markup {
151   \combine
152     \discant
153     \raise #1.5 \dot
154 }
155
156 accPiccolo = ^\markup {
157     \combine
158        \discant 
159        \raise #2.5 \dot
160 }
161
162 accViolin = ^\markup {
163   \combine
164     \discant
165     \combine
166       \raise #1.5 \dot
167       \combine
168         \translate #'(1 . 0) \raise #1.5 \dot
169         \raise #2.5 \dot
170 }
171
172 \relative c'' {
173   c4 d\accBasson e f
174   c4 d\accBandon e f
175   c4 d\accVCello e f
176   c4 d\accHarmon e f
177   c4 d\accTrombon e f
178   c4 d\accOrgan e f
179   c4 d\accMaster e f
180   c4 d\accAccord e f
181   c4 d\accMusette e f
182   c4 d\accCeleste e f
183   c4 d\accOboe e f
184   c4 d\accClarin e f
185   c4 d\accPiccolo e f
186   c4 d\accViolin e f
187 }