LSR: Update.
[lilypond.git] / input / lsr / accordion-discant-symbols.ly
blob9bdb4d231aa163be27aa928c0bfbf88573336109
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.55"
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 texidoc = "
17 Accordion discant-specific symbols are added using @code{\\markup}. The
18 vertical placement of the symbols can be tweaked by changing the
19 @code{\\raise} arguments.
24 doctitle = "Accordion-discant symbols"
25 } % begin verbatim
26 discant = \markup {
27 \musicglyph #"accordion.accDiscant"
29 dot = \markup {
30 \musicglyph #"accordion.accDot"
33 % 16 voets register
34 accBasson = ^\markup {
35 \combine
36 \discant
37 \raise #0.5 \dot
40 % een korig 8 en 16 voets register
41 accBandon = ^\markup {
42 \combine
43 \discant
44 \combine
45 \raise #0.5 \dot
46 \raise #1.5 \dot
49 accVCello = ^\markup {
50 \combine
51 \discant
52 \combine
53 \raise #0.5 \dot
54 \combine
55 \raise #1.5 \dot
56 \translate #'(1 . 0) \raise #1.5 \dot
59 % 4-8-16 voets register
60 accHarmon = ^\markup {
61 \combine
62 \discant
63 \combine
64 \raise #0.5 \dot
65 \combine
66 \raise #1.5 \dot
67 \raise #2.5 \dot
70 accTrombon = ^\markup {
71 \combine
72 \discant
73 \combine
74 \raise #0.5 \dot
75 \combine
76 \raise #1.5 \dot
77 \combine
78 \translate #'(1 . 0) \raise #1.5 \dot
79 \translate #'(-1 . 0) \raise #1.5 \dot
82 % eenkorig 4 en 16 voets register
83 accOrgan = ^\markup {
84 \combine
85 \discant
86 \combine
87 \raise #0.5 \dot
88 \raise #2.5 \dot
91 accMaster = ^\markup {
92 \combine
93 \discant
94 \combine
95 \raise #0.5 \dot
96 \combine
97 \raise #1.5 \dot
98 \combine
99 \translate #'(1 . 0) \raise #1.5 \dot
100 \combine
101 \translate #'(-1 . 0) \raise #1.5 \dot
102 \raise #2.5 \dot
105 accAccord = ^\markup {
106 \combine
107 \discant
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
117 accMusette = ^\markup {
118 \combine
119 \discant
120 \combine
121 \raise #1.5 \dot
122 \combine
123 \translate #'(1 . 0) \raise #1.5 \dot
124 \translate #'(-1 . 0) \raise #1.5 \dot
127 accCeleste = ^\markup {
128 \combine
129 \discant
130 \combine
131 \raise #1.5 \dot
132 \translate #'(-1 . 0) \raise #1.5 \dot
135 accOboe = ^\markup {
136 \combine
137 \discant
138 \combine
139 \raise #1.5 \dot
140 \raise #2.5 \dot
143 accClarin = ^\markup {
144 \combine
145 \discant
146 \raise #1.5 \dot
149 accPiccolo = ^\markup {
150 \combine
151 \discant
152 \raise #2.5 \dot
155 accViolin = ^\markup {
156 \combine
157 \discant
158 \combine
159 \raise #1.5 \dot
160 \combine
161 \translate #'(1 . 0) \raise #1.5 \dot
162 \raise #2.5 \dot
165 \relative c'' {
166 c4 d\accBasson e f
167 c4 d\accBandon e f
168 c4 d\accVCello e f
169 c4 d\accHarmon e f
170 c4 d\accTrombon e f
171 c4 d\accOrgan e f
172 c4 d\accMaster e f
173 c4 d\accAccord e f
174 c4 d\accMusette e f
175 c4 d\accCeleste e f
176 c4 d\accOboe e f
177 c4 d\accClarin e f
178 c4 d\accPiccolo e f
179 c4 d\accViolin e f