This repository has been archived by the owner on Jan 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tin-whistle.xml
104 lines (104 loc) · 4.89 KB
/
tin-whistle.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<?xml version="1.0" encoding="UTF-8"?>
<museScore>
<InstrumentGroup id="woodwinds">
<name>Woodwinds</name>
<Instrument id="bflat-tin-whistle">
<longName>B♭ Tin Whistle</longName>
<shortName>B♭ Tin Wh.</shortName>
<description>6 hole Flageolet, metal construction, keys B♭, Cm and E♭</description>
<musicXMLid>wind.flutes.whistle.tin.bflat</musicXMLid>
<clef>G8va</clef>
<barlineSpan>1</barlineSpan>
<aPitchRange>70-94</aPitchRange>
<pPitchRange>70-100</pPitchRange>
<Channel>
<program value="78"/> <!--Whistle-->
</Channel>
<genre>world</genre>
</Instrument>
<Instrument id="c-tin-whistle">
<longName>C Tin Whistle</longName>
<shortName>C Tin Wh.</shortName>
<description>6 hole Flageolet, metal construction, keys C, Dm and F</description>
<musicXMLid>wind.flutes.whistle.tin.c</musicXMLid>
<clef>G8va</clef>
<barlineSpan>1</barlineSpan>
<aPitchRange>72-96</aPitchRange>
<pPitchRange>72-102</pPitchRange>
<Channel>
<program value="78"/> <!--Whistle-->
</Channel>
<genre>world</genre>
</Instrument>
<Instrument id="d-tin-whistle">
<longName>D Tin Whistle</longName>
<shortName>D Tin Wh.</shortName>
<description>6 hole Flageolet, metal construction, keys D, Em and G</description>
<musicXMLid>wind.flutes.whistle.tin.d</musicXMLid>
<clef>G8va</clef>
<barlineSpan>1</barlineSpan>
<aPitchRange>74-98</aPitchRange>
<pPitchRange>74-104</pPitchRange>
<Channel>
<program value="78"/> <!--Whistle-->
</Channel>
<genre>world</genre>
</Instrument>
<Instrument id="common-tin-whistle">
<longName>Tin Whistle</longName>
<shortName>Tin Wh.</shortName>
<description>metal 6 hole Flageolet, most commonly tuned to D</description>
<musicXMLid>wind.flutes.whistle.tin.common</musicXMLid>
<clef>G8va</clef>
<barlineSpan>1</barlineSpan>
<aPitchRange>74-98</aPitchRange>
<pPitchRange>74-104</pPitchRange>
<Channel>
<program value="78"/> <!--Whistle-->
</Channel>
<genre>world</genre>
</Instrument>
<Instrument id="eflat-tin-whistle">
<longName>E♭ Tin Whistle</longName>
<shortName>E♭ Tin Wh.</shortName>
<description>6 hole Flageolet, metal construction, keys E♭, Fm and A♭</description>
<musicXMLid>wind.flutes.whistle.tin.eflat</musicXMLid>
<clef>G8va</clef>
<barlineSpan>1</barlineSpan>
<aPitchRange>75-99</aPitchRange>
<pPitchRange>75-105</pPitchRange>
<Channel>
<program value="78"/> <!--Whistle-->
</Channel>
<genre>world</genre>
</Instrument>
<Instrument id="f-tin-whistle">
<longName>F Tin Whistle</longName>
<shortName>F Tin Wh.</shortName>
<description>6 hole Flageolet, metal construction, keys F, Gm and B♭</description>
<musicXMLid>wind.flutes.whistle.tin.f</musicXMLid>
<clef>G8va</clef>
<barlineSpan>1</barlineSpan>
<aPitchRange>77-101</aPitchRange>
<pPitchRange>77-107</pPitchRange>
<Channel>
<program value="78"/> <!--Whistle-->
</Channel>
<genre>world</genre>
</Instrument>
<Instrument id="g-tin-whistle">
<longName>G Tin Whistle</longName>
<shortName>G Tin Wh.</shortName>
<description>6 hole Flageolet, metal construction, keys G, Am and C</description>
<musicXMLid>wind.flutes.whistle.tin.g</musicXMLid>
<clef>G8va</clef>
<barlineSpan>1</barlineSpan>
<aPitchRange>79-103</aPitchRange>
<pPitchRange>79-109</pPitchRange>
<Channel>
<program value="78"/> <!--Whistle-->
</Channel>
<genre>world</genre>
</Instrument>
</InstrumentGroup>
</museScore>