Update .ly files.
[lilypond.git] / input / lsr / accordion-discant-symbols.ly
blobc89e78f9ead8b3435c26c618a85d898c60470e2d
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.12.0"
5 \header {
6 lsrtags = "keyboards"
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}.
14 doctitlees = "Símbolos de acordeón discanto"
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.
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.
31 doctitle = "Accordion-discant symbols"
32 } % begin verbatim
34 discant = \markup {
35 \musicglyph #"accordion.accDiscant"
37 dot = \markup {
38 \musicglyph #"accordion.accDot"
41 \layout { ragged-right = ##t }
43 % 16 voets register
44 accBasson = ^\markup {
45 \combine
46 \discant
47 \raise #0.5 \dot
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
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
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
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
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
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
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
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
137 accCeleste = ^\markup {
138 \combine
139 \discant
140 \combine
141 \raise #1.5 \dot
142 \translate #'(-1 . 0) \raise #1.5 \dot
145 accOboe = ^\markup {
146 \combine
147 \discant
148 \combine
149 \raise #1.5 \dot
150 \raise #2.5 \dot
153 accClarin = ^\markup {
154 \combine
155 \discant
156 \raise #1.5 \dot
159 accPiccolo = ^\markup {
160 \combine
161 \discant
162 \raise #2.5 \dot
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
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