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