]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/accordion-discant-symbols.ly
Make relative-includes configurable with a -d option.
[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.64"
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
34 discant = \markup {
35   \musicglyph #"accordion.accDiscant"
36 }
37 dot = \markup {
38   \musicglyph #"accordion.accDot"
39 }
40
41 \layout { ragged-right = ##t }
42
43 % 16 voets register
44 accBasson = ^\markup {
45   \combine
46   \discant
47   \raise #0.5 \dot
48 }
49
50 % een korig 8 en 16 voets register
51 accBandon = ^\markup {
52   \combine
53     \discant
54     \combine
55       \raise #0.5 \dot
56       \raise #1.5 \dot
57 }
58
59 accVCello = ^\markup {
60   \combine
61     \discant
62     \combine
63       \raise #0.5 \dot
64       \combine
65         \raise #1.5 \dot
66         \translate #'(1 . 0) \raise #1.5 \dot
67 }
68
69 % 4-8-16 voets register
70 accHarmon = ^\markup {
71   \combine
72     \discant
73     \combine
74       \raise #0.5 \dot
75       \combine
76         \raise #1.5 \dot
77         \raise #2.5 \dot
78 }
79
80 accTrombon = ^\markup {
81   \combine
82     \discant
83     \combine
84       \raise #0.5 \dot
85       \combine
86         \raise #1.5 \dot
87         \combine
88           \translate #'(1 . 0) \raise #1.5 \dot
89           \translate #'(-1 . 0) \raise #1.5 \dot
90 }
91
92 % eenkorig 4 en 16 voets register
93 accOrgan = ^\markup {
94   \combine
95     \discant
96     \combine
97       \raise #0.5 \dot
98       \raise #2.5 \dot
99 }
100
101 accMaster = ^\markup {
102   \combine
103     \discant
104     \combine
105       \raise #0.5 \dot
106       \combine
107         \raise #1.5 \dot
108         \combine
109           \translate #'(1 . 0) \raise #1.5 \dot
110           \combine
111             \translate #'(-1 . 0) \raise #1.5 \dot
112             \raise #2.5 \dot
113 }
114
115 accAccord = ^\markup {
116   \combine
117     \discant
118     \combine
119       \raise #1.5 \dot
120       \combine
121         \translate #'(1 . 0) \raise #1.5 \dot
122         \combine
123           \translate #'(-1 . 0) \raise #1.5 \dot
124           \raise #2.5 \dot
125 }
126
127 accMusette = ^\markup {
128   \combine
129     \discant
130     \combine
131       \raise #1.5 \dot
132       \combine
133         \translate #'(1 . 0) \raise #1.5 \dot
134         \translate #'(-1 . 0) \raise #1.5 \dot
135 }
136
137 accCeleste = ^\markup {
138   \combine
139     \discant
140     \combine
141       \raise #1.5 \dot
142       \translate #'(-1 . 0) \raise #1.5 \dot
143 }
144
145 accOboe = ^\markup {
146   \combine
147     \discant
148     \combine
149       \raise #1.5 \dot
150       \raise #2.5 \dot
151 }
152
153 accClarin = ^\markup {
154   \combine
155     \discant
156     \raise #1.5 \dot
157 }
158
159 accPiccolo = ^\markup {
160     \combine
161        \discant 
162        \raise #2.5 \dot
163 }
164
165 accViolin = ^\markup {
166   \combine
167     \discant
168     \combine
169       \raise #1.5 \dot
170       \combine
171         \translate #'(1 . 0) \raise #1.5 \dot
172         \raise #2.5 \dot
173 }
174
175 \relative c'' {
176   c4 d\accBasson e f
177   c4 d\accBandon e f
178   c4 d\accVCello e f
179   c4 d\accHarmon e f
180   c4 d\accTrombon e f
181   \break
182   c4 d\accOrgan e f
183   c4 d\accMaster e f
184   c4 d\accAccord e f
185   c4 d\accMusette e f
186   c4 d\accCeleste e f
187   \break
188   c4 d\accOboe e f
189   c4 d\accClarin e f
190   c4 d\accPiccolo e f
191   c4 d\accViolin e f
192 }