LSR: Update.
[lilypond.git] / input / lsr / accordion-discant-symbols.ly
blob29c5e4476de1f2f892d7b01b8b391045da71dc06
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.51"
5 \header {
6 lsrtags = "keyboards"
8 texidoc = "
9 Accordion discant-specific symbols are added using @code{\\markup}. The
10 vertical placement of the symbols can be tweaked by changing the
11 @code{\\raise} arguments.
16 doctitle = "Accordion-discant symbols"
17 } % begin verbatim
18 discant = \markup {
19 \musicglyph #"accordion.accDiscant"
21 dot = \markup {
22 \musicglyph #"accordion.accDot"
25 % 16 voets register
26 accBasson = ^\markup {
27 \combine
28 \discant
29 \raise #0.5 \dot
32 % een korig 8 en 16 voets register
33 accBandon = ^\markup {
34 \combine
35 \discant
36 \combine
37 \raise #0.5 \dot
38 \raise #1.5 \dot
41 accVCello = ^\markup {
42 \combine
43 \discant
44 \combine
45 \raise #0.5 \dot
46 \combine
47 \raise #1.5 \dot
48 \translate #'(1 . 0) \raise #1.5 \dot
51 % 4-8-16 voets register
52 accHarmon = ^\markup {
53 \combine
54 \discant
55 \combine
56 \raise #0.5 \dot
57 \combine
58 \raise #1.5 \dot
59 \raise #2.5 \dot
62 accTrombon = ^\markup {
63 \combine
64 \discant
65 \combine
66 \raise #0.5 \dot
67 \combine
68 \raise #1.5 \dot
69 \combine
70 \translate #'(1 . 0) \raise #1.5 \dot
71 \translate #'(-1 . 0) \raise #1.5 \dot
74 % eenkorig 4 en 16 voets register
75 accOrgan = ^\markup {
76 \combine
77 \discant
78 \combine
79 \raise #0.5 \dot
80 \raise #2.5 \dot
83 accMaster = ^\markup {
84 \combine
85 \discant
86 \combine
87 \raise #0.5 \dot
88 \combine
89 \raise #1.5 \dot
90 \combine
91 \translate #'(1 . 0) \raise #1.5 \dot
92 \combine
93 \translate #'(-1 . 0) \raise #1.5 \dot
94 \raise #2.5 \dot
97 accAccord = ^\markup {
98 \combine
99 \discant
100 \combine
101 \raise #1.5 \dot
102 \combine
103 \translate #'(1 . 0) \raise #1.5 \dot
104 \combine
105 \translate #'(-1 . 0) \raise #1.5 \dot
106 \raise #2.5 \dot
109 accMusette = ^\markup {
110 \combine
111 \discant
112 \combine
113 \raise #1.5 \dot
114 \combine
115 \translate #'(1 . 0) \raise #1.5 \dot
116 \translate #'(-1 . 0) \raise #1.5 \dot
119 accCeleste = ^\markup {
120 \combine
121 \discant
122 \combine
123 \raise #1.5 \dot
124 \translate #'(-1 . 0) \raise #1.5 \dot
127 accOboe = ^\markup {
128 \combine
129 \discant
130 \combine
131 \raise #1.5 \dot
132 \raise #2.5 \dot
135 accClarin = ^\markup {
136 \combine
137 \discant
138 \raise #1.5 \dot
141 accPiccolo = ^\markup {
142 \combine
143 \discant
144 \raise #2.5 \dot
147 accViolin = ^\markup {
148 \combine
149 \discant
150 \combine
151 \raise #1.5 \dot
152 \combine
153 \translate #'(1 . 0) \raise #1.5 \dot
154 \raise #2.5 \dot
157 \relative c'' {
158 c4 d\accBasson e f
159 c4 d\accBandon e f
160 c4 d\accVCello e f
161 c4 d\accHarmon e f
162 c4 d\accTrombon e f
163 c4 d\accOrgan e f
164 c4 d\accMaster e f
165 c4 d\accAccord e f
166 c4 d\accMusette e f
167 c4 d\accCeleste e f
168 c4 d\accOboe e f
169 c4 d\accClarin e f
170 c4 d\accPiccolo e f
171 c4 d\accViolin e f