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
/
low-whistle.xml
48 lines (48 loc) · 2.17 KB
/
low-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
<?xml version="1.0" encoding="UTF-8"?>
<museScore>
<InstrumentGroup id="woodwinds">
<name>Woodwinds</name>
<Instrument id="d-low-whistle">
<longName>D Low Whistle</longName>
<shortName>D Low Wh.</shortName>
<description>6 hole Flageolet, metal construction, keys D, Em and G</description>
<musicXMLid>wind.flutes.whistle.low.d</musicXMLid>
<clef>G8va</clef>
<barlineSpan>1</barlineSpan>
<aPitchRange>62-86</aPitchRange>
<pPitchRange>62-92</pPitchRange>
<Channel>
<program value="78"/> <!--Whistle-->
</Channel>
<genre>world</genre>
</Instrument>
<Instrument id="f-low-whistle">
<longName>F Low Whistle</longName>
<shortName>F Low Wh.</shortName>
<description>6 hole Flageolet, metal construction, keys F, Gm and B♭</description>
<musicXMLid>wind.flutes.whistle.low.f</musicXMLid>
<clef>G8va</clef>
<barlineSpan>1</barlineSpan>
<aPitchRange>65-89</aPitchRange>
<pPitchRange>65-95</pPitchRange>
<Channel>
<program value="78"/> <!--Whistle-->
</Channel>
<genre>world</genre>
</Instrument>
<Instrument id="g-low-whistle">
<longName>G Low Whistle</longName>
<shortName>G Low Wh.</shortName>
<description>6 hole Flageolet, metal construction, keys G, Am and C</description>
<musicXMLid>wind.flutes.whistle.low.g</musicXMLid>
<clef>G8va</clef>
<barlineSpan>1</barlineSpan>
<aPitchRange>67-91</aPitchRange>
<pPitchRange>67-97</pPitchRange>
<Channel>
<program value="78"/> <!--Whistle-->
</Channel>
<genre>world</genre>
</Instrument>
</InstrumentGroup>
</museScore>