]> git.donarmstrong.com Git - lilypond.git/blob - input/new/revised/accordion-discant-symbols.ly
Fix fret diagram xo string offsets
[lilypond.git] / input / new / revised / 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
4 \version "2.11.62"
5
6 \header {
7   lsrtags = "keyboards"
8
9
10   doctitlees = "Símbolos de acordeón discanto"
11   texidoces = "
12 Los símbolos específicos de acordeón discanto se escriben mediante
13 @code{\\markup}.  Se puede trucar la colocación vertical de los símbolos
14 modificando los argumentos de @code{\\raise}.
15 "
16
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
26   doctitle = "Accordion-discant symbols"
27   texidoc = "
28 Accordion discant-specific symbols are added using @code{\\markup}.  The
29 vertical placement of the symbols can be tweaked by changing the
30 @code{\\raise} arguments.
31 "
32 } % begin verbatim
33
34 discant = \markup {
35   \musicglyph #"accordion.accDiscant"
36 }
37 dot = \markup {
38   \musicglyph #"accordion.accDot"
39 }
40
41 % 16 voets register
42 accBasson = ^\markup {
43   \combine
44   \discant
45   \raise #0.5 \dot
46 }
47
48 % een korig 8 en 16 voets register
49 accBandon = ^\markup {
50   \combine
51     \discant
52     \combine
53       \raise #0.5 \dot
54       \raise #1.5 \dot
55 }
56
57 accVCello = ^\markup {
58   \combine
59     \discant
60     \combine
61       \raise #0.5 \dot
62       \combine
63         \raise #1.5 \dot
64         \translate #'(1 . 0) \raise #1.5 \dot
65 }
66
67 % 4-8-16 voets register
68 accHarmon = ^\markup {
69   \combine
70     \discant
71     \combine
72       \raise #0.5 \dot
73       \combine
74         \raise #1.5 \dot
75         \raise #2.5 \dot
76 }
77
78 accTrombon = ^\markup {
79   \combine
80     \discant
81     \combine
82       \raise #0.5 \dot
83       \combine
84         \raise #1.5 \dot
85         \combine
86           \translate #'(1 . 0) \raise #1.5 \dot
87           \translate #'(-1 . 0) \raise #1.5 \dot
88 }
89
90 % eenkorig 4 en 16 voets register
91 accOrgan = ^\markup {
92   \combine
93     \discant
94     \combine
95       \raise #0.5 \dot
96       \raise #2.5 \dot
97 }
98
99 accMaster = ^\markup {
100   \combine
101     \discant
102     \combine
103       \raise #0.5 \dot
104       \combine
105         \raise #1.5 \dot
106         \combine
107           \translate #'(1 . 0) \raise #1.5 \dot
108           \combine
109             \translate #'(-1 . 0) \raise #1.5 \dot
110             \raise #2.5 \dot
111 }
112
113 accAccord = ^\markup {
114   \combine
115     \discant
116     \combine
117       \raise #1.5 \dot
118       \combine
119         \translate #'(1 . 0) \raise #1.5 \dot
120         \combine
121           \translate #'(-1 . 0) \raise #1.5 \dot
122           \raise #2.5 \dot
123 }
124
125 accMusette = ^\markup {
126   \combine
127     \discant
128     \combine
129       \raise #1.5 \dot
130       \combine
131         \translate #'(1 . 0) \raise #1.5 \dot
132         \translate #'(-1 . 0) \raise #1.5 \dot
133 }
134
135 accCeleste = ^\markup {
136   \combine
137     \discant
138     \combine
139       \raise #1.5 \dot
140       \translate #'(-1 . 0) \raise #1.5 \dot
141 }
142
143 accOboe = ^\markup {
144   \combine
145     \discant
146     \combine
147       \raise #1.5 \dot
148       \raise #2.5 \dot
149 }
150
151 accClarin = ^\markup {
152   \combine
153     \discant
154     \raise #1.5 \dot
155 }
156
157 accPiccolo = ^\markup {
158     \combine
159        \discant 
160        \raise #2.5 \dot
161 }
162
163 accViolin = ^\markup {
164   \combine
165     \discant
166     \combine
167       \raise #1.5 \dot
168       \combine
169         \translate #'(1 . 0) \raise #1.5 \dot
170         \raise #2.5 \dot
171 }
172
173 \layout { ragged-right = ##t }
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 }