]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/accordion-discant-symbols.ly
Merge branch 'master' of ssh://kainhofer@git.sv.gnu.org/srv/git/lilypond into dev...
[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.51"
4
5 \header {
6   lsrtags = "keyboards"
7
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.
12
13
14
15 "
16   doctitle = "Accordion-discant symbols"
17 } % begin verbatim
18 discant = \markup {
19   \musicglyph #"accordion.accDiscant"
20 }
21 dot = \markup {
22   \musicglyph #"accordion.accDot"
23 }
24
25 % 16 voets register
26 accBasson = ^\markup {
27   \combine
28   \discant
29   \raise #0.5 \dot
30 }
31
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
39 }
40
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
49 }
50
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
60 }
61
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
72 }
73
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
81 }
82
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
95 }
96
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
107 }
108
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
117 }
118
119 accCeleste = ^\markup {
120   \combine
121     \discant
122     \combine
123       \raise #1.5 \dot
124       \translate #'(-1 . 0) \raise #1.5 \dot
125 }
126
127 accOboe = ^\markup {
128   \combine
129     \discant
130     \combine
131       \raise #1.5 \dot
132       \raise #2.5 \dot
133 }
134
135 accClarin = ^\markup {
136   \combine
137     \discant
138     \raise #1.5 \dot
139 }
140
141 accPiccolo = ^\markup {
142     \combine
143        \discant 
144        \raise #2.5 \dot
145 }
146
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
155 }
156
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
172 }