Fix #21732- Support for changing tempo in GP4 and GP5 files
This commit is contained in:
parent
a2a07482b9
commit
c2d555b4ed
10 changed files with 2067 additions and 11 deletions
|
@ -715,7 +715,7 @@ void GuitarPro::setTempo(int tempo, Measure* measure)
|
|||
tt->setTrack(0);
|
||||
Segment* segment = measure->getSegment(Segment::SegChordRest, measure->tick());
|
||||
segment->add(tt);
|
||||
score->setTempo(measure->tick(),tt->tempo());
|
||||
score->setTempo(measure->tick(), tt->tempo());
|
||||
}
|
||||
|
||||
//---------------------------------------------------------
|
||||
|
@ -1596,7 +1596,7 @@ void GuitarPro3::read(QFile* fp)
|
|||
}
|
||||
}
|
||||
}
|
||||
setTempo(tempo,score->firstMeasure());
|
||||
setTempo(tempo, score->firstMeasure());
|
||||
}
|
||||
|
||||
int GuitarPro3::readBeatEffects(int track, Segment* segment)
|
||||
|
@ -1665,7 +1665,7 @@ void GuitarPro4::readBend()
|
|||
// readMixChange
|
||||
//---------------------------------------------------------
|
||||
|
||||
void GuitarPro4::readMixChange()
|
||||
void GuitarPro4::readMixChange(Measure* measure)
|
||||
{
|
||||
/*char patch =*/ readChar();
|
||||
char volume = readChar();
|
||||
|
@ -1688,8 +1688,14 @@ void GuitarPro4::readMixChange()
|
|||
readChar();
|
||||
if (tremolo >= 0)
|
||||
readChar();
|
||||
if (tempo >= 0)
|
||||
if (tempo >= 0) {
|
||||
if (tempo != previousTempo) {
|
||||
previousTempo = tempo;
|
||||
setTempo(tempo, measure);
|
||||
}
|
||||
readChar();
|
||||
}
|
||||
|
||||
readChar(); // bitmask: what should be applied to all tracks
|
||||
}
|
||||
|
||||
|
@ -2233,7 +2239,7 @@ void GuitarPro4::read(QFile* fp)
|
|||
if (beatBits & 0x8)
|
||||
readBeatEffects(staffIdx * VOICES, segment);
|
||||
if (beatBits & 0x10)
|
||||
readMixChange();
|
||||
readMixChange(measure);
|
||||
int strings = readUChar(); // used strings mask
|
||||
Fraction l = len2fraction(len);
|
||||
|
||||
|
@ -2321,7 +2327,7 @@ void GuitarPro4::read(QFile* fp)
|
|||
}
|
||||
}
|
||||
}
|
||||
setTempo(tempo,score->firstMeasure());
|
||||
setTempo(tempo, score->firstMeasure());
|
||||
}
|
||||
|
||||
//---------------------------------------------------------
|
||||
|
@ -2791,7 +2797,7 @@ int GuitarPro5::readBeat(int tick, int voice, Measure* measure, int staffIdx, Tu
|
|||
if (beatBits & 0x8)
|
||||
beatEffects = readBeatEffects(staffIdx * VOICES + voice, segment);
|
||||
if (beatBits & 0x10)
|
||||
readMixChange();
|
||||
readMixChange(measure);
|
||||
|
||||
int strings = readUChar(); // used strings mask
|
||||
|
||||
|
@ -2897,7 +2903,7 @@ void GuitarPro5::readMeasure(Measure* measure, int staffIdx, Tuplet** tuplets)
|
|||
// readMixChange
|
||||
//---------------------------------------------------------
|
||||
|
||||
void GuitarPro5::readMixChange()
|
||||
void GuitarPro5::readMixChange(Measure* measure)
|
||||
{
|
||||
/*char patch =*/ readChar();
|
||||
skip(16);
|
||||
|
@ -2924,6 +2930,10 @@ void GuitarPro5::readMixChange()
|
|||
if (tremolo >= 0)
|
||||
readChar();
|
||||
if (tempo >= 0) {
|
||||
if (tempo != previousTempo) {
|
||||
previousTempo = tempo;
|
||||
setTempo(tempo, measure);
|
||||
}
|
||||
readChar();
|
||||
if (version > 500)
|
||||
readChar();
|
||||
|
@ -3166,7 +3176,7 @@ void GuitarPro5::read(QFile* fp)
|
|||
createMeasures();
|
||||
readTracks();
|
||||
readMeasures();
|
||||
setTempo(tempo,score->firstMeasure());
|
||||
setTempo(tempo, score->firstMeasure());
|
||||
}
|
||||
|
||||
//---------------------------------------------------------
|
||||
|
|
|
@ -177,7 +177,7 @@ class GuitarPro4 : public GuitarPro {
|
|||
void readNote(int string, Note* note, GpNote*);
|
||||
virtual void readChord(Segment*, int track);
|
||||
virtual int readBeatEffects(int track, Segment* segment);
|
||||
virtual void readMixChange();
|
||||
virtual void readMixChange(Measure* measure);
|
||||
virtual void readBend();
|
||||
|
||||
public:
|
||||
|
@ -196,7 +196,7 @@ class GuitarPro5 : public GuitarPro {
|
|||
virtual int readBeatEffects(int track, Segment* segment);
|
||||
virtual void readBend(Note*);
|
||||
void readNote(int string, Note* note);
|
||||
virtual void readMixChange();
|
||||
virtual void readMixChange(Measure* measure);
|
||||
virtual void readChord(Segment*, int track);
|
||||
void readMeasure(Measure* measure, int staffIdx, Tuplet*[]);
|
||||
void readArtificialHarmonic();
|
||||
|
|
BIN
mtest/guitarpro/tempo.gp3
Normal file
BIN
mtest/guitarpro/tempo.gp3
Normal file
Binary file not shown.
672
mtest/guitarpro/tempo.gp3-ref.mscx
Normal file
672
mtest/guitarpro/tempo.gp3-ref.mscx
Normal file
|
@ -0,0 +1,672 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<museScore version="1.24">
|
||||
<Score>
|
||||
<LayerTag id="0" tag="default"></LayerTag>
|
||||
<currentLayer>0</currentLayer>
|
||||
<Division>480</Division>
|
||||
<Style>
|
||||
<page-layout>
|
||||
<page-height>1683.78</page-height>
|
||||
<page-width>1190.55</page-width>
|
||||
<page-margins type="even">
|
||||
<left-margin>56.6929</left-margin>
|
||||
<right-margin>56.6929</right-margin>
|
||||
<top-margin>56.6929</top-margin>
|
||||
<bottom-margin>113.386</bottom-margin>
|
||||
</page-margins>
|
||||
<page-margins type="odd">
|
||||
<left-margin>56.6929</left-margin>
|
||||
<right-margin>56.6929</right-margin>
|
||||
<top-margin>56.6929</top-margin>
|
||||
<bottom-margin>113.386</bottom-margin>
|
||||
</page-margins>
|
||||
</page-layout>
|
||||
<Spatium>1.76389</Spatium>
|
||||
</Style>
|
||||
<StaffType idx="5" group="tablature">
|
||||
<name>Tab. 6-str common</name>
|
||||
<lines>6</lines>
|
||||
<lineDistance>1.5</lineDistance>
|
||||
<clef>1</clef>
|
||||
<slashStyle>1</slashStyle>
|
||||
<barlines>1</barlines>
|
||||
<timesig>0</timesig>
|
||||
<durations>0</durations>
|
||||
<durationFontName>MuseScore Tab Modern</durationFontName>
|
||||
<durationFontSize>15</durationFontSize>
|
||||
<durationFontY>0</durationFontY>
|
||||
<fretFontName>MuseScore Tab Serif</fretFontName>
|
||||
<fretFontSize>9</fretFontSize>
|
||||
<fretFontY>0</fretFontY>
|
||||
<linesThrough>0</linesThrough>
|
||||
<minimStyle>1</minimStyle>
|
||||
<onLines>1</onLines>
|
||||
<showRests>0</showRests>
|
||||
<stemsDown>1</stemsDown>
|
||||
<stemsThrough>0</stemsThrough>
|
||||
<upsideDown>0</upsideDown>
|
||||
<useNumbers>1</useNumbers>
|
||||
</StaffType>
|
||||
<showInvisible>1</showInvisible>
|
||||
<showUnprintable>1</showUnprintable>
|
||||
<showFrames>1</showFrames>
|
||||
<showMargins>0</showMargins>
|
||||
<metaTag name="copyright"></metaTag>
|
||||
<metaTag name="movementNumber"></metaTag>
|
||||
<metaTag name="movementTitle"></metaTag>
|
||||
<metaTag name="source"></metaTag>
|
||||
<metaTag name="workNumber"></metaTag>
|
||||
<metaTag name="workTitle"></metaTag>
|
||||
<PageList>
|
||||
<Page>
|
||||
<System>
|
||||
</System>
|
||||
<System>
|
||||
</System>
|
||||
</Page>
|
||||
</PageList>
|
||||
<Part>
|
||||
<Staff id="1">
|
||||
<type>0</type>
|
||||
</Staff>
|
||||
<trackName>Track 1</trackName>
|
||||
<Instrument>
|
||||
<longName pos="0">Track 1</longName>
|
||||
<trackName></trackName>
|
||||
<StringData>
|
||||
<frets>24</frets>
|
||||
<string>40</string>
|
||||
<string>45</string>
|
||||
<string>50</string>
|
||||
<string>55</string>
|
||||
<string>59</string>
|
||||
<string>64</string>
|
||||
</StringData>
|
||||
<Channel>
|
||||
<program value="24"/>
|
||||
<controller ctrl="7" value="103"/>
|
||||
<controller ctrl="10" value="63"/>
|
||||
<controller ctrl="93" value="255"/>
|
||||
<controller ctrl="91" value="255"/>
|
||||
</Channel>
|
||||
</Instrument>
|
||||
</Part>
|
||||
<Staff id="1">
|
||||
<VBox>
|
||||
<height>10</height>
|
||||
<lid>0</lid>
|
||||
</VBox>
|
||||
<Measure number="1">
|
||||
<Clef>
|
||||
<concertClefType>G8vb</concertClefType>
|
||||
<transposingClefType>G8vb</transposingClefType>
|
||||
</Clef>
|
||||
<TimeSig>
|
||||
<lid>1</lid>
|
||||
<sigN>4</sigN>
|
||||
<sigD>4</sigD>
|
||||
<showCourtesySig>1</showCourtesySig>
|
||||
</TimeSig>
|
||||
<Tempo>
|
||||
<tempo>4.16667</tempo>
|
||||
<lid>2</lid>
|
||||
<text><sym>noteQuarterUp</sym> = 250</text>
|
||||
</Tempo>
|
||||
<Chord>
|
||||
<lid>3</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>4</lid>
|
||||
<pitch>52</pitch>
|
||||
<tpc>18</tpc>
|
||||
<fret>2</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>5</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>6</lid>
|
||||
<pitch>52</pitch>
|
||||
<tpc>18</tpc>
|
||||
<fret>2</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>7</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>8</lid>
|
||||
<pitch>52</pitch>
|
||||
<tpc>18</tpc>
|
||||
<fret>2</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>9</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>10</lid>
|
||||
<pitch>53</pitch>
|
||||
<tpc>13</tpc>
|
||||
<fret>3</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
</Measure>
|
||||
<Measure number="2">
|
||||
<Chord>
|
||||
<lid>12</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>13</lid>
|
||||
<pitch>53</pitch>
|
||||
<tpc>13</tpc>
|
||||
<fret>3</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>14</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>15</lid>
|
||||
<pitch>52</pitch>
|
||||
<tpc>18</tpc>
|
||||
<fret>2</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>16</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>17</lid>
|
||||
<pitch>52</pitch>
|
||||
<tpc>18</tpc>
|
||||
<fret>2</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>18</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>19</lid>
|
||||
<pitch>52</pitch>
|
||||
<tpc>18</tpc>
|
||||
<fret>2</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
</Measure>
|
||||
<Measure number="3">
|
||||
<Tempo>
|
||||
<tempo>1.33333</tempo>
|
||||
<lid>21</lid>
|
||||
<text><sym>noteQuarterUp</sym> = 80</text>
|
||||
</Tempo>
|
||||
<Chord>
|
||||
<lid>22</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>23</lid>
|
||||
<Accidental>
|
||||
<subtype>sharp</subtype>
|
||||
</Accidental>
|
||||
<pitch>54</pitch>
|
||||
<tpc>20</tpc>
|
||||
<fret>4</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>24</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>25</lid>
|
||||
<Accidental>
|
||||
<subtype>natural</subtype>
|
||||
</Accidental>
|
||||
<pitch>53</pitch>
|
||||
<tpc>13</tpc>
|
||||
<fret>3</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>26</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>27</lid>
|
||||
<pitch>52</pitch>
|
||||
<tpc>18</tpc>
|
||||
<fret>2</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>28</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>29</lid>
|
||||
<Accidental>
|
||||
<subtype>flat</subtype>
|
||||
</Accidental>
|
||||
<pitch>51</pitch>
|
||||
<tpc>11</tpc>
|
||||
<fret>1</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<BarLine>
|
||||
<subtype>end</subtype>
|
||||
<span>1</span>
|
||||
</BarLine>
|
||||
</Measure>
|
||||
</Staff>
|
||||
<Score>
|
||||
<LayerTag id="0" tag="default"></LayerTag>
|
||||
<currentLayer>0</currentLayer>
|
||||
<Division>480</Division>
|
||||
<Style>
|
||||
<createMultiMeasureRests>1</createMultiMeasureRests>
|
||||
<page-layout>
|
||||
<page-height>1683.78</page-height>
|
||||
<page-width>1190.55</page-width>
|
||||
<page-margins type="even">
|
||||
<left-margin>56.6929</left-margin>
|
||||
<right-margin>56.6929</right-margin>
|
||||
<top-margin>56.6929</top-margin>
|
||||
<bottom-margin>113.386</bottom-margin>
|
||||
</page-margins>
|
||||
<page-margins type="odd">
|
||||
<left-margin>56.6929</left-margin>
|
||||
<right-margin>56.6929</right-margin>
|
||||
<top-margin>56.6929</top-margin>
|
||||
<bottom-margin>113.386</bottom-margin>
|
||||
</page-margins>
|
||||
</page-layout>
|
||||
<Spatium>1.76389</Spatium>
|
||||
</Style>
|
||||
<showInvisible>1</showInvisible>
|
||||
<showUnprintable>1</showUnprintable>
|
||||
<showFrames>1</showFrames>
|
||||
<showMargins>0</showMargins>
|
||||
<PageList>
|
||||
<Page>
|
||||
<System>
|
||||
</System>
|
||||
<System>
|
||||
</System>
|
||||
</Page>
|
||||
</PageList>
|
||||
<Part>
|
||||
<Staff id="1">
|
||||
<linkedTo>1</linkedTo>
|
||||
<type>0</type>
|
||||
<bracket type="0" span="2"/>
|
||||
</Staff>
|
||||
<Staff id="2">
|
||||
<linkedTo>1</linkedTo>
|
||||
<type>5</type>
|
||||
<bracket type="-1" span="0"/>
|
||||
</Staff>
|
||||
<trackName></trackName>
|
||||
<Instrument>
|
||||
<longName pos="0">Track 1</longName>
|
||||
<trackName></trackName>
|
||||
<StringData>
|
||||
<frets>24</frets>
|
||||
<string>40</string>
|
||||
<string>45</string>
|
||||
<string>50</string>
|
||||
<string>55</string>
|
||||
<string>59</string>
|
||||
<string>64</string>
|
||||
</StringData>
|
||||
<Channel>
|
||||
<program value="24"/>
|
||||
<controller ctrl="7" value="103"/>
|
||||
<controller ctrl="10" value="63"/>
|
||||
<controller ctrl="93" value="255"/>
|
||||
<controller ctrl="91" value="255"/>
|
||||
</Channel>
|
||||
</Instrument>
|
||||
</Part>
|
||||
<Staff id="1">
|
||||
<VBox>
|
||||
<height>10</height>
|
||||
<lid>0</lid>
|
||||
<Text>
|
||||
<style>Instrument Name (Part)</style>
|
||||
<text>Track 1</text>
|
||||
</Text>
|
||||
</VBox>
|
||||
<Measure number="1">
|
||||
<Clef>
|
||||
<concertClefType>G8vb</concertClefType>
|
||||
<transposingClefType>G8vb</transposingClefType>
|
||||
</Clef>
|
||||
<TimeSig>
|
||||
<lid>1</lid>
|
||||
<sigN>4</sigN>
|
||||
<sigD>4</sigD>
|
||||
<showCourtesySig>1</showCourtesySig>
|
||||
</TimeSig>
|
||||
<Tempo>
|
||||
<tempo>4.16667</tempo>
|
||||
<lid>2</lid>
|
||||
<text><sym>noteQuarterUp</sym> = 250</text>
|
||||
</Tempo>
|
||||
<Chord>
|
||||
<lid>3</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>4</lid>
|
||||
<pitch>52</pitch>
|
||||
<tpc>18</tpc>
|
||||
<fret>2</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>5</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>6</lid>
|
||||
<pitch>52</pitch>
|
||||
<tpc>18</tpc>
|
||||
<fret>2</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>7</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>8</lid>
|
||||
<pitch>52</pitch>
|
||||
<tpc>18</tpc>
|
||||
<fret>2</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>9</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>10</lid>
|
||||
<pitch>53</pitch>
|
||||
<tpc>13</tpc>
|
||||
<fret>3</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
</Measure>
|
||||
<Measure number="2">
|
||||
<Chord>
|
||||
<lid>12</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>13</lid>
|
||||
<pitch>53</pitch>
|
||||
<tpc>13</tpc>
|
||||
<fret>3</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>14</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>15</lid>
|
||||
<pitch>52</pitch>
|
||||
<tpc>18</tpc>
|
||||
<fret>2</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>16</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>17</lid>
|
||||
<pitch>52</pitch>
|
||||
<tpc>18</tpc>
|
||||
<fret>2</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>18</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>19</lid>
|
||||
<pitch>52</pitch>
|
||||
<tpc>18</tpc>
|
||||
<fret>2</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
</Measure>
|
||||
<Measure number="3">
|
||||
<Tempo>
|
||||
<tempo>1.33333</tempo>
|
||||
<lid>21</lid>
|
||||
<text><sym>noteQuarterUp</sym> = 80</text>
|
||||
</Tempo>
|
||||
<Chord>
|
||||
<lid>22</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>23</lid>
|
||||
<Accidental>
|
||||
<subtype>sharp</subtype>
|
||||
</Accidental>
|
||||
<pitch>54</pitch>
|
||||
<tpc>20</tpc>
|
||||
<fret>4</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>24</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>25</lid>
|
||||
<Accidental>
|
||||
<subtype>natural</subtype>
|
||||
</Accidental>
|
||||
<pitch>53</pitch>
|
||||
<tpc>13</tpc>
|
||||
<fret>3</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>26</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>27</lid>
|
||||
<pitch>52</pitch>
|
||||
<tpc>18</tpc>
|
||||
<fret>2</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>28</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>29</lid>
|
||||
<Accidental>
|
||||
<subtype>flat</subtype>
|
||||
</Accidental>
|
||||
<pitch>51</pitch>
|
||||
<tpc>11</tpc>
|
||||
<fret>1</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<BarLine>
|
||||
<subtype>end</subtype>
|
||||
<span>1</span>
|
||||
</BarLine>
|
||||
</Measure>
|
||||
</Staff>
|
||||
<Staff id="2">
|
||||
<Measure number="1">
|
||||
<Clef>
|
||||
<concertClefType>G8vb</concertClefType>
|
||||
<transposingClefType>TAB2</transposingClefType>
|
||||
</Clef>
|
||||
<Chord>
|
||||
<lid>3</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>4</lid>
|
||||
<pitch>52</pitch>
|
||||
<tpc>18</tpc>
|
||||
<fret>2</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>5</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>6</lid>
|
||||
<pitch>52</pitch>
|
||||
<tpc>18</tpc>
|
||||
<fret>2</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>7</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>8</lid>
|
||||
<pitch>52</pitch>
|
||||
<tpc>18</tpc>
|
||||
<fret>2</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>9</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>10</lid>
|
||||
<pitch>53</pitch>
|
||||
<tpc>13</tpc>
|
||||
<fret>3</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
</Measure>
|
||||
<Measure number="2">
|
||||
<Chord>
|
||||
<lid>12</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>13</lid>
|
||||
<pitch>53</pitch>
|
||||
<tpc>13</tpc>
|
||||
<fret>3</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>14</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>15</lid>
|
||||
<pitch>52</pitch>
|
||||
<tpc>18</tpc>
|
||||
<fret>2</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>16</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>17</lid>
|
||||
<pitch>52</pitch>
|
||||
<tpc>18</tpc>
|
||||
<fret>2</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>18</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>19</lid>
|
||||
<pitch>52</pitch>
|
||||
<tpc>18</tpc>
|
||||
<fret>2</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
</Measure>
|
||||
<Measure number="3">
|
||||
<Chord>
|
||||
<lid>22</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>23</lid>
|
||||
<pitch>54</pitch>
|
||||
<tpc>20</tpc>
|
||||
<fret>4</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>24</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>25</lid>
|
||||
<pitch>53</pitch>
|
||||
<tpc>13</tpc>
|
||||
<fret>3</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>26</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>27</lid>
|
||||
<pitch>52</pitch>
|
||||
<tpc>18</tpc>
|
||||
<fret>2</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>28</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>29</lid>
|
||||
<pitch>51</pitch>
|
||||
<tpc>11</tpc>
|
||||
<fret>1</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<BarLine>
|
||||
<subtype>end</subtype>
|
||||
<span>1</span>
|
||||
</BarLine>
|
||||
</Measure>
|
||||
</Staff>
|
||||
<name>Track 1</name>
|
||||
</Score>
|
||||
</Score>
|
||||
</museScore>
|
BIN
mtest/guitarpro/tempo.gp4
Normal file
BIN
mtest/guitarpro/tempo.gp4
Normal file
Binary file not shown.
684
mtest/guitarpro/tempo.gp4-ref.mscx
Normal file
684
mtest/guitarpro/tempo.gp4-ref.mscx
Normal file
|
@ -0,0 +1,684 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<museScore version="1.24">
|
||||
<Score>
|
||||
<LayerTag id="0" tag="default"></LayerTag>
|
||||
<currentLayer>0</currentLayer>
|
||||
<Division>480</Division>
|
||||
<Style>
|
||||
<page-layout>
|
||||
<page-height>1683.78</page-height>
|
||||
<page-width>1190.55</page-width>
|
||||
<page-margins type="even">
|
||||
<left-margin>56.6929</left-margin>
|
||||
<right-margin>56.6929</right-margin>
|
||||
<top-margin>56.6929</top-margin>
|
||||
<bottom-margin>113.386</bottom-margin>
|
||||
</page-margins>
|
||||
<page-margins type="odd">
|
||||
<left-margin>56.6929</left-margin>
|
||||
<right-margin>56.6929</right-margin>
|
||||
<top-margin>56.6929</top-margin>
|
||||
<bottom-margin>113.386</bottom-margin>
|
||||
</page-margins>
|
||||
</page-layout>
|
||||
<Spatium>1.76389</Spatium>
|
||||
</Style>
|
||||
<StaffType idx="5" group="tablature">
|
||||
<name>Tab. 6-str common</name>
|
||||
<lines>6</lines>
|
||||
<lineDistance>1.5</lineDistance>
|
||||
<clef>1</clef>
|
||||
<slashStyle>1</slashStyle>
|
||||
<barlines>1</barlines>
|
||||
<timesig>0</timesig>
|
||||
<durations>0</durations>
|
||||
<durationFontName>MuseScore Tab Modern</durationFontName>
|
||||
<durationFontSize>15</durationFontSize>
|
||||
<durationFontY>0</durationFontY>
|
||||
<fretFontName>MuseScore Tab Serif</fretFontName>
|
||||
<fretFontSize>9</fretFontSize>
|
||||
<fretFontY>0</fretFontY>
|
||||
<linesThrough>0</linesThrough>
|
||||
<minimStyle>1</minimStyle>
|
||||
<onLines>1</onLines>
|
||||
<showRests>0</showRests>
|
||||
<stemsDown>1</stemsDown>
|
||||
<stemsThrough>0</stemsThrough>
|
||||
<upsideDown>0</upsideDown>
|
||||
<useNumbers>1</useNumbers>
|
||||
</StaffType>
|
||||
<showInvisible>1</showInvisible>
|
||||
<showUnprintable>1</showUnprintable>
|
||||
<showFrames>1</showFrames>
|
||||
<showMargins>0</showMargins>
|
||||
<metaTag name="copyright"></metaTag>
|
||||
<metaTag name="movementNumber"></metaTag>
|
||||
<metaTag name="movementTitle"></metaTag>
|
||||
<metaTag name="source"></metaTag>
|
||||
<metaTag name="workNumber"></metaTag>
|
||||
<metaTag name="workTitle"></metaTag>
|
||||
<PageList>
|
||||
<Page>
|
||||
<System>
|
||||
</System>
|
||||
<System>
|
||||
</System>
|
||||
</Page>
|
||||
</PageList>
|
||||
<Part>
|
||||
<Staff id="1">
|
||||
<type>0</type>
|
||||
</Staff>
|
||||
<trackName>Track 1</trackName>
|
||||
<Instrument>
|
||||
<longName pos="0">Track 1</longName>
|
||||
<trackName></trackName>
|
||||
<StringData>
|
||||
<frets>24</frets>
|
||||
<string>40</string>
|
||||
<string>45</string>
|
||||
<string>50</string>
|
||||
<string>55</string>
|
||||
<string>59</string>
|
||||
<string>64</string>
|
||||
</StringData>
|
||||
<Channel>
|
||||
<program value="24"/>
|
||||
<controller ctrl="7" value="103"/>
|
||||
<controller ctrl="10" value="63"/>
|
||||
<controller ctrl="93" value="255"/>
|
||||
<controller ctrl="91" value="255"/>
|
||||
</Channel>
|
||||
</Instrument>
|
||||
</Part>
|
||||
<Staff id="1">
|
||||
<VBox>
|
||||
<height>10</height>
|
||||
<lid>0</lid>
|
||||
</VBox>
|
||||
<Measure number="1">
|
||||
<Clef>
|
||||
<concertClefType>G8vb</concertClefType>
|
||||
<transposingClefType>G8vb</transposingClefType>
|
||||
</Clef>
|
||||
<KeySig>
|
||||
<lid>1</lid>
|
||||
<accidental>0</accidental>
|
||||
</KeySig>
|
||||
<TimeSig>
|
||||
<lid>2</lid>
|
||||
<sigN>4</sigN>
|
||||
<sigD>4</sigD>
|
||||
<showCourtesySig>1</showCourtesySig>
|
||||
</TimeSig>
|
||||
<Tempo>
|
||||
<tempo>4.16667</tempo>
|
||||
<lid>3</lid>
|
||||
<text><sym>noteQuarterUp</sym> = 250</text>
|
||||
</Tempo>
|
||||
<Chord>
|
||||
<lid>4</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>5</lid>
|
||||
<pitch>52</pitch>
|
||||
<tpc>18</tpc>
|
||||
<fret>2</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>6</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>7</lid>
|
||||
<pitch>52</pitch>
|
||||
<tpc>18</tpc>
|
||||
<fret>2</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>8</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>9</lid>
|
||||
<pitch>52</pitch>
|
||||
<tpc>18</tpc>
|
||||
<fret>2</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>10</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>11</lid>
|
||||
<pitch>53</pitch>
|
||||
<tpc>13</tpc>
|
||||
<fret>3</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
</Measure>
|
||||
<Measure number="2">
|
||||
<Chord>
|
||||
<lid>13</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>14</lid>
|
||||
<pitch>53</pitch>
|
||||
<tpc>13</tpc>
|
||||
<fret>3</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>15</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>16</lid>
|
||||
<pitch>52</pitch>
|
||||
<tpc>18</tpc>
|
||||
<fret>2</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>17</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>18</lid>
|
||||
<pitch>52</pitch>
|
||||
<tpc>18</tpc>
|
||||
<fret>2</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>19</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>20</lid>
|
||||
<pitch>52</pitch>
|
||||
<tpc>18</tpc>
|
||||
<fret>2</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
</Measure>
|
||||
<Measure number="3">
|
||||
<Tempo>
|
||||
<tempo>1.33333</tempo>
|
||||
<lid>22</lid>
|
||||
<text><sym>noteQuarterUp</sym> = 80</text>
|
||||
</Tempo>
|
||||
<Chord>
|
||||
<lid>23</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>24</lid>
|
||||
<Accidental>
|
||||
<subtype>sharp</subtype>
|
||||
</Accidental>
|
||||
<pitch>54</pitch>
|
||||
<tpc>20</tpc>
|
||||
<fret>4</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>25</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>26</lid>
|
||||
<Accidental>
|
||||
<subtype>natural</subtype>
|
||||
</Accidental>
|
||||
<pitch>53</pitch>
|
||||
<tpc>13</tpc>
|
||||
<fret>3</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>27</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>28</lid>
|
||||
<pitch>52</pitch>
|
||||
<tpc>18</tpc>
|
||||
<fret>2</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>29</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>30</lid>
|
||||
<Accidental>
|
||||
<subtype>flat</subtype>
|
||||
</Accidental>
|
||||
<pitch>51</pitch>
|
||||
<tpc>11</tpc>
|
||||
<fret>1</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<BarLine>
|
||||
<subtype>end</subtype>
|
||||
<span>1</span>
|
||||
</BarLine>
|
||||
</Measure>
|
||||
</Staff>
|
||||
<Score>
|
||||
<LayerTag id="0" tag="default"></LayerTag>
|
||||
<currentLayer>0</currentLayer>
|
||||
<Division>480</Division>
|
||||
<Style>
|
||||
<createMultiMeasureRests>1</createMultiMeasureRests>
|
||||
<page-layout>
|
||||
<page-height>1683.78</page-height>
|
||||
<page-width>1190.55</page-width>
|
||||
<page-margins type="even">
|
||||
<left-margin>56.6929</left-margin>
|
||||
<right-margin>56.6929</right-margin>
|
||||
<top-margin>56.6929</top-margin>
|
||||
<bottom-margin>113.386</bottom-margin>
|
||||
</page-margins>
|
||||
<page-margins type="odd">
|
||||
<left-margin>56.6929</left-margin>
|
||||
<right-margin>56.6929</right-margin>
|
||||
<top-margin>56.6929</top-margin>
|
||||
<bottom-margin>113.386</bottom-margin>
|
||||
</page-margins>
|
||||
</page-layout>
|
||||
<Spatium>1.76389</Spatium>
|
||||
</Style>
|
||||
<showInvisible>1</showInvisible>
|
||||
<showUnprintable>1</showUnprintable>
|
||||
<showFrames>1</showFrames>
|
||||
<showMargins>0</showMargins>
|
||||
<PageList>
|
||||
<Page>
|
||||
<System>
|
||||
</System>
|
||||
<System>
|
||||
</System>
|
||||
</Page>
|
||||
</PageList>
|
||||
<Part>
|
||||
<Staff id="1">
|
||||
<linkedTo>1</linkedTo>
|
||||
<type>0</type>
|
||||
<bracket type="0" span="2"/>
|
||||
</Staff>
|
||||
<Staff id="2">
|
||||
<linkedTo>1</linkedTo>
|
||||
<type>5</type>
|
||||
<bracket type="-1" span="0"/>
|
||||
</Staff>
|
||||
<trackName></trackName>
|
||||
<Instrument>
|
||||
<longName pos="0">Track 1</longName>
|
||||
<trackName></trackName>
|
||||
<StringData>
|
||||
<frets>24</frets>
|
||||
<string>40</string>
|
||||
<string>45</string>
|
||||
<string>50</string>
|
||||
<string>55</string>
|
||||
<string>59</string>
|
||||
<string>64</string>
|
||||
</StringData>
|
||||
<Channel>
|
||||
<program value="24"/>
|
||||
<controller ctrl="7" value="103"/>
|
||||
<controller ctrl="10" value="63"/>
|
||||
<controller ctrl="93" value="255"/>
|
||||
<controller ctrl="91" value="255"/>
|
||||
</Channel>
|
||||
</Instrument>
|
||||
</Part>
|
||||
<Staff id="1">
|
||||
<VBox>
|
||||
<height>10</height>
|
||||
<lid>0</lid>
|
||||
<Text>
|
||||
<style>Instrument Name (Part)</style>
|
||||
<text>Track 1</text>
|
||||
</Text>
|
||||
</VBox>
|
||||
<Measure number="1">
|
||||
<Clef>
|
||||
<concertClefType>G8vb</concertClefType>
|
||||
<transposingClefType>G8vb</transposingClefType>
|
||||
</Clef>
|
||||
<KeySig>
|
||||
<lid>1</lid>
|
||||
<accidental>0</accidental>
|
||||
</KeySig>
|
||||
<TimeSig>
|
||||
<lid>2</lid>
|
||||
<sigN>4</sigN>
|
||||
<sigD>4</sigD>
|
||||
<showCourtesySig>1</showCourtesySig>
|
||||
</TimeSig>
|
||||
<Tempo>
|
||||
<tempo>4.16667</tempo>
|
||||
<lid>3</lid>
|
||||
<text><sym>noteQuarterUp</sym> = 250</text>
|
||||
</Tempo>
|
||||
<Chord>
|
||||
<lid>4</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>5</lid>
|
||||
<pitch>52</pitch>
|
||||
<tpc>18</tpc>
|
||||
<fret>2</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>6</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>7</lid>
|
||||
<pitch>52</pitch>
|
||||
<tpc>18</tpc>
|
||||
<fret>2</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>8</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>9</lid>
|
||||
<pitch>52</pitch>
|
||||
<tpc>18</tpc>
|
||||
<fret>2</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>10</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>11</lid>
|
||||
<pitch>53</pitch>
|
||||
<tpc>13</tpc>
|
||||
<fret>3</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
</Measure>
|
||||
<Measure number="2">
|
||||
<Chord>
|
||||
<lid>13</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>14</lid>
|
||||
<pitch>53</pitch>
|
||||
<tpc>13</tpc>
|
||||
<fret>3</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>15</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>16</lid>
|
||||
<pitch>52</pitch>
|
||||
<tpc>18</tpc>
|
||||
<fret>2</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>17</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>18</lid>
|
||||
<pitch>52</pitch>
|
||||
<tpc>18</tpc>
|
||||
<fret>2</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>19</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>20</lid>
|
||||
<pitch>52</pitch>
|
||||
<tpc>18</tpc>
|
||||
<fret>2</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
</Measure>
|
||||
<Measure number="3">
|
||||
<Tempo>
|
||||
<tempo>1.33333</tempo>
|
||||
<lid>22</lid>
|
||||
<text><sym>noteQuarterUp</sym> = 80</text>
|
||||
</Tempo>
|
||||
<Chord>
|
||||
<lid>23</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>24</lid>
|
||||
<Accidental>
|
||||
<subtype>sharp</subtype>
|
||||
</Accidental>
|
||||
<pitch>54</pitch>
|
||||
<tpc>20</tpc>
|
||||
<fret>4</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>25</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>26</lid>
|
||||
<Accidental>
|
||||
<subtype>natural</subtype>
|
||||
</Accidental>
|
||||
<pitch>53</pitch>
|
||||
<tpc>13</tpc>
|
||||
<fret>3</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>27</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>28</lid>
|
||||
<pitch>52</pitch>
|
||||
<tpc>18</tpc>
|
||||
<fret>2</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>29</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>30</lid>
|
||||
<Accidental>
|
||||
<subtype>flat</subtype>
|
||||
</Accidental>
|
||||
<pitch>51</pitch>
|
||||
<tpc>11</tpc>
|
||||
<fret>1</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<BarLine>
|
||||
<subtype>end</subtype>
|
||||
<span>1</span>
|
||||
</BarLine>
|
||||
</Measure>
|
||||
</Staff>
|
||||
<Staff id="2">
|
||||
<Measure number="1">
|
||||
<Clef>
|
||||
<concertClefType>G8vb</concertClefType>
|
||||
<transposingClefType>TAB2</transposingClefType>
|
||||
</Clef>
|
||||
<KeySig>
|
||||
<lid>1</lid>
|
||||
<accidental>0</accidental>
|
||||
</KeySig>
|
||||
<Chord>
|
||||
<lid>4</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>5</lid>
|
||||
<pitch>52</pitch>
|
||||
<tpc>18</tpc>
|
||||
<fret>2</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>6</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>7</lid>
|
||||
<pitch>52</pitch>
|
||||
<tpc>18</tpc>
|
||||
<fret>2</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>8</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>9</lid>
|
||||
<pitch>52</pitch>
|
||||
<tpc>18</tpc>
|
||||
<fret>2</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>10</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>11</lid>
|
||||
<pitch>53</pitch>
|
||||
<tpc>13</tpc>
|
||||
<fret>3</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
</Measure>
|
||||
<Measure number="2">
|
||||
<Chord>
|
||||
<lid>13</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>14</lid>
|
||||
<pitch>53</pitch>
|
||||
<tpc>13</tpc>
|
||||
<fret>3</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>15</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>16</lid>
|
||||
<pitch>52</pitch>
|
||||
<tpc>18</tpc>
|
||||
<fret>2</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>17</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>18</lid>
|
||||
<pitch>52</pitch>
|
||||
<tpc>18</tpc>
|
||||
<fret>2</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>19</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>20</lid>
|
||||
<pitch>52</pitch>
|
||||
<tpc>18</tpc>
|
||||
<fret>2</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
</Measure>
|
||||
<Measure number="3">
|
||||
<Chord>
|
||||
<lid>23</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>24</lid>
|
||||
<pitch>54</pitch>
|
||||
<tpc>20</tpc>
|
||||
<fret>4</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>25</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>26</lid>
|
||||
<pitch>53</pitch>
|
||||
<tpc>13</tpc>
|
||||
<fret>3</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>27</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>28</lid>
|
||||
<pitch>52</pitch>
|
||||
<tpc>18</tpc>
|
||||
<fret>2</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>29</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>30</lid>
|
||||
<pitch>51</pitch>
|
||||
<tpc>11</tpc>
|
||||
<fret>1</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<BarLine>
|
||||
<subtype>end</subtype>
|
||||
<span>1</span>
|
||||
</BarLine>
|
||||
</Measure>
|
||||
</Staff>
|
||||
<name>Track 1</name>
|
||||
</Score>
|
||||
</Score>
|
||||
</museScore>
|
BIN
mtest/guitarpro/tempo.gp5
Normal file
BIN
mtest/guitarpro/tempo.gp5
Normal file
Binary file not shown.
684
mtest/guitarpro/tempo.gp5-ref.mscx
Normal file
684
mtest/guitarpro/tempo.gp5-ref.mscx
Normal file
|
@ -0,0 +1,684 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<museScore version="1.24">
|
||||
<Score>
|
||||
<LayerTag id="0" tag="default"></LayerTag>
|
||||
<currentLayer>0</currentLayer>
|
||||
<Division>480</Division>
|
||||
<Style>
|
||||
<page-layout>
|
||||
<page-height>1683.78</page-height>
|
||||
<page-width>1190.55</page-width>
|
||||
<page-margins type="even">
|
||||
<left-margin>56.6929</left-margin>
|
||||
<right-margin>56.6929</right-margin>
|
||||
<top-margin>56.6929</top-margin>
|
||||
<bottom-margin>113.386</bottom-margin>
|
||||
</page-margins>
|
||||
<page-margins type="odd">
|
||||
<left-margin>56.6929</left-margin>
|
||||
<right-margin>56.6929</right-margin>
|
||||
<top-margin>56.6929</top-margin>
|
||||
<bottom-margin>113.386</bottom-margin>
|
||||
</page-margins>
|
||||
</page-layout>
|
||||
<Spatium>1.76389</Spatium>
|
||||
</Style>
|
||||
<StaffType idx="5" group="tablature">
|
||||
<name>Tab. 6-str common</name>
|
||||
<lines>6</lines>
|
||||
<lineDistance>1.5</lineDistance>
|
||||
<clef>1</clef>
|
||||
<slashStyle>1</slashStyle>
|
||||
<barlines>1</barlines>
|
||||
<timesig>0</timesig>
|
||||
<durations>0</durations>
|
||||
<durationFontName>MuseScore Tab Modern</durationFontName>
|
||||
<durationFontSize>15</durationFontSize>
|
||||
<durationFontY>0</durationFontY>
|
||||
<fretFontName>MuseScore Tab Serif</fretFontName>
|
||||
<fretFontSize>9</fretFontSize>
|
||||
<fretFontY>0</fretFontY>
|
||||
<linesThrough>0</linesThrough>
|
||||
<minimStyle>1</minimStyle>
|
||||
<onLines>1</onLines>
|
||||
<showRests>0</showRests>
|
||||
<stemsDown>1</stemsDown>
|
||||
<stemsThrough>0</stemsThrough>
|
||||
<upsideDown>0</upsideDown>
|
||||
<useNumbers>1</useNumbers>
|
||||
</StaffType>
|
||||
<showInvisible>1</showInvisible>
|
||||
<showUnprintable>1</showUnprintable>
|
||||
<showFrames>1</showFrames>
|
||||
<showMargins>0</showMargins>
|
||||
<metaTag name="copyright"></metaTag>
|
||||
<metaTag name="movementNumber"></metaTag>
|
||||
<metaTag name="movementTitle"></metaTag>
|
||||
<metaTag name="source"></metaTag>
|
||||
<metaTag name="workNumber"></metaTag>
|
||||
<metaTag name="workTitle"></metaTag>
|
||||
<PageList>
|
||||
<Page>
|
||||
<System>
|
||||
</System>
|
||||
<System>
|
||||
</System>
|
||||
</Page>
|
||||
</PageList>
|
||||
<Part>
|
||||
<Staff id="1">
|
||||
<type>0</type>
|
||||
</Staff>
|
||||
<trackName>Track 1</trackName>
|
||||
<Instrument>
|
||||
<longName pos="0">Track 1</longName>
|
||||
<trackName></trackName>
|
||||
<StringData>
|
||||
<frets>24</frets>
|
||||
<string>40</string>
|
||||
<string>45</string>
|
||||
<string>50</string>
|
||||
<string>55</string>
|
||||
<string>59</string>
|
||||
<string>64</string>
|
||||
</StringData>
|
||||
<Channel>
|
||||
<program value="24"/>
|
||||
<controller ctrl="7" value="103"/>
|
||||
<controller ctrl="10" value="63"/>
|
||||
<controller ctrl="93" value="255"/>
|
||||
<controller ctrl="91" value="255"/>
|
||||
</Channel>
|
||||
</Instrument>
|
||||
</Part>
|
||||
<Staff id="1">
|
||||
<VBox>
|
||||
<height>10</height>
|
||||
<lid>0</lid>
|
||||
</VBox>
|
||||
<Measure number="1">
|
||||
<Clef>
|
||||
<concertClefType>G8vb</concertClefType>
|
||||
<transposingClefType>G8vb</transposingClefType>
|
||||
</Clef>
|
||||
<KeySig>
|
||||
<lid>1</lid>
|
||||
<accidental>0</accidental>
|
||||
</KeySig>
|
||||
<TimeSig>
|
||||
<lid>2</lid>
|
||||
<sigN>4</sigN>
|
||||
<sigD>4</sigD>
|
||||
<showCourtesySig>1</showCourtesySig>
|
||||
</TimeSig>
|
||||
<Tempo>
|
||||
<tempo>4.16667</tempo>
|
||||
<lid>3</lid>
|
||||
<text><sym>noteQuarterUp</sym> = 250</text>
|
||||
</Tempo>
|
||||
<Chord>
|
||||
<lid>4</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>5</lid>
|
||||
<pitch>52</pitch>
|
||||
<tpc>18</tpc>
|
||||
<fret>2</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>6</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>7</lid>
|
||||
<pitch>52</pitch>
|
||||
<tpc>18</tpc>
|
||||
<fret>2</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>8</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>9</lid>
|
||||
<pitch>52</pitch>
|
||||
<tpc>18</tpc>
|
||||
<fret>2</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>10</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>11</lid>
|
||||
<pitch>53</pitch>
|
||||
<tpc>13</tpc>
|
||||
<fret>3</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
</Measure>
|
||||
<Measure number="2">
|
||||
<Chord>
|
||||
<lid>13</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>14</lid>
|
||||
<pitch>53</pitch>
|
||||
<tpc>13</tpc>
|
||||
<fret>3</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>15</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>16</lid>
|
||||
<pitch>52</pitch>
|
||||
<tpc>18</tpc>
|
||||
<fret>2</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>17</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>18</lid>
|
||||
<pitch>52</pitch>
|
||||
<tpc>18</tpc>
|
||||
<fret>2</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>19</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>20</lid>
|
||||
<pitch>52</pitch>
|
||||
<tpc>18</tpc>
|
||||
<fret>2</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
</Measure>
|
||||
<Measure number="3">
|
||||
<Tempo>
|
||||
<tempo>1.33333</tempo>
|
||||
<lid>22</lid>
|
||||
<text><sym>noteQuarterUp</sym> = 80</text>
|
||||
</Tempo>
|
||||
<Chord>
|
||||
<lid>23</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>24</lid>
|
||||
<Accidental>
|
||||
<subtype>sharp</subtype>
|
||||
</Accidental>
|
||||
<pitch>54</pitch>
|
||||
<tpc>20</tpc>
|
||||
<fret>4</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>25</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>26</lid>
|
||||
<Accidental>
|
||||
<subtype>natural</subtype>
|
||||
</Accidental>
|
||||
<pitch>53</pitch>
|
||||
<tpc>13</tpc>
|
||||
<fret>3</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>27</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>28</lid>
|
||||
<pitch>52</pitch>
|
||||
<tpc>18</tpc>
|
||||
<fret>2</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>29</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>30</lid>
|
||||
<Accidental>
|
||||
<subtype>flat</subtype>
|
||||
</Accidental>
|
||||
<pitch>51</pitch>
|
||||
<tpc>11</tpc>
|
||||
<fret>1</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<BarLine>
|
||||
<subtype>end</subtype>
|
||||
<span>1</span>
|
||||
</BarLine>
|
||||
</Measure>
|
||||
</Staff>
|
||||
<Score>
|
||||
<LayerTag id="0" tag="default"></LayerTag>
|
||||
<currentLayer>0</currentLayer>
|
||||
<Division>480</Division>
|
||||
<Style>
|
||||
<createMultiMeasureRests>1</createMultiMeasureRests>
|
||||
<page-layout>
|
||||
<page-height>1683.78</page-height>
|
||||
<page-width>1190.55</page-width>
|
||||
<page-margins type="even">
|
||||
<left-margin>56.6929</left-margin>
|
||||
<right-margin>56.6929</right-margin>
|
||||
<top-margin>56.6929</top-margin>
|
||||
<bottom-margin>113.386</bottom-margin>
|
||||
</page-margins>
|
||||
<page-margins type="odd">
|
||||
<left-margin>56.6929</left-margin>
|
||||
<right-margin>56.6929</right-margin>
|
||||
<top-margin>56.6929</top-margin>
|
||||
<bottom-margin>113.386</bottom-margin>
|
||||
</page-margins>
|
||||
</page-layout>
|
||||
<Spatium>1.76389</Spatium>
|
||||
</Style>
|
||||
<showInvisible>1</showInvisible>
|
||||
<showUnprintable>1</showUnprintable>
|
||||
<showFrames>1</showFrames>
|
||||
<showMargins>0</showMargins>
|
||||
<PageList>
|
||||
<Page>
|
||||
<System>
|
||||
</System>
|
||||
<System>
|
||||
</System>
|
||||
</Page>
|
||||
</PageList>
|
||||
<Part>
|
||||
<Staff id="1">
|
||||
<linkedTo>1</linkedTo>
|
||||
<type>0</type>
|
||||
<bracket type="0" span="2"/>
|
||||
</Staff>
|
||||
<Staff id="2">
|
||||
<linkedTo>1</linkedTo>
|
||||
<type>5</type>
|
||||
<bracket type="-1" span="0"/>
|
||||
</Staff>
|
||||
<trackName></trackName>
|
||||
<Instrument>
|
||||
<longName pos="0">Track 1</longName>
|
||||
<trackName></trackName>
|
||||
<StringData>
|
||||
<frets>24</frets>
|
||||
<string>40</string>
|
||||
<string>45</string>
|
||||
<string>50</string>
|
||||
<string>55</string>
|
||||
<string>59</string>
|
||||
<string>64</string>
|
||||
</StringData>
|
||||
<Channel>
|
||||
<program value="24"/>
|
||||
<controller ctrl="7" value="103"/>
|
||||
<controller ctrl="10" value="63"/>
|
||||
<controller ctrl="93" value="255"/>
|
||||
<controller ctrl="91" value="255"/>
|
||||
</Channel>
|
||||
</Instrument>
|
||||
</Part>
|
||||
<Staff id="1">
|
||||
<VBox>
|
||||
<height>10</height>
|
||||
<lid>0</lid>
|
||||
<Text>
|
||||
<style>Instrument Name (Part)</style>
|
||||
<text>Track 1</text>
|
||||
</Text>
|
||||
</VBox>
|
||||
<Measure number="1">
|
||||
<Clef>
|
||||
<concertClefType>G8vb</concertClefType>
|
||||
<transposingClefType>G8vb</transposingClefType>
|
||||
</Clef>
|
||||
<KeySig>
|
||||
<lid>1</lid>
|
||||
<accidental>0</accidental>
|
||||
</KeySig>
|
||||
<TimeSig>
|
||||
<lid>2</lid>
|
||||
<sigN>4</sigN>
|
||||
<sigD>4</sigD>
|
||||
<showCourtesySig>1</showCourtesySig>
|
||||
</TimeSig>
|
||||
<Tempo>
|
||||
<tempo>4.16667</tempo>
|
||||
<lid>3</lid>
|
||||
<text><sym>noteQuarterUp</sym> = 250</text>
|
||||
</Tempo>
|
||||
<Chord>
|
||||
<lid>4</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>5</lid>
|
||||
<pitch>52</pitch>
|
||||
<tpc>18</tpc>
|
||||
<fret>2</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>6</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>7</lid>
|
||||
<pitch>52</pitch>
|
||||
<tpc>18</tpc>
|
||||
<fret>2</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>8</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>9</lid>
|
||||
<pitch>52</pitch>
|
||||
<tpc>18</tpc>
|
||||
<fret>2</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>10</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>11</lid>
|
||||
<pitch>53</pitch>
|
||||
<tpc>13</tpc>
|
||||
<fret>3</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
</Measure>
|
||||
<Measure number="2">
|
||||
<Chord>
|
||||
<lid>13</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>14</lid>
|
||||
<pitch>53</pitch>
|
||||
<tpc>13</tpc>
|
||||
<fret>3</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>15</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>16</lid>
|
||||
<pitch>52</pitch>
|
||||
<tpc>18</tpc>
|
||||
<fret>2</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>17</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>18</lid>
|
||||
<pitch>52</pitch>
|
||||
<tpc>18</tpc>
|
||||
<fret>2</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>19</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>20</lid>
|
||||
<pitch>52</pitch>
|
||||
<tpc>18</tpc>
|
||||
<fret>2</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
</Measure>
|
||||
<Measure number="3">
|
||||
<Tempo>
|
||||
<tempo>1.33333</tempo>
|
||||
<lid>22</lid>
|
||||
<text><sym>noteQuarterUp</sym> = 80</text>
|
||||
</Tempo>
|
||||
<Chord>
|
||||
<lid>23</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>24</lid>
|
||||
<Accidental>
|
||||
<subtype>sharp</subtype>
|
||||
</Accidental>
|
||||
<pitch>54</pitch>
|
||||
<tpc>20</tpc>
|
||||
<fret>4</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>25</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>26</lid>
|
||||
<Accidental>
|
||||
<subtype>natural</subtype>
|
||||
</Accidental>
|
||||
<pitch>53</pitch>
|
||||
<tpc>13</tpc>
|
||||
<fret>3</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>27</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>28</lid>
|
||||
<pitch>52</pitch>
|
||||
<tpc>18</tpc>
|
||||
<fret>2</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>29</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>30</lid>
|
||||
<Accidental>
|
||||
<subtype>flat</subtype>
|
||||
</Accidental>
|
||||
<pitch>51</pitch>
|
||||
<tpc>11</tpc>
|
||||
<fret>1</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<BarLine>
|
||||
<subtype>end</subtype>
|
||||
<span>1</span>
|
||||
</BarLine>
|
||||
</Measure>
|
||||
</Staff>
|
||||
<Staff id="2">
|
||||
<Measure number="1">
|
||||
<Clef>
|
||||
<concertClefType>G8vb</concertClefType>
|
||||
<transposingClefType>TAB2</transposingClefType>
|
||||
</Clef>
|
||||
<KeySig>
|
||||
<lid>1</lid>
|
||||
<accidental>0</accidental>
|
||||
</KeySig>
|
||||
<Chord>
|
||||
<lid>4</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>5</lid>
|
||||
<pitch>52</pitch>
|
||||
<tpc>18</tpc>
|
||||
<fret>2</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>6</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>7</lid>
|
||||
<pitch>52</pitch>
|
||||
<tpc>18</tpc>
|
||||
<fret>2</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>8</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>9</lid>
|
||||
<pitch>52</pitch>
|
||||
<tpc>18</tpc>
|
||||
<fret>2</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>10</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>11</lid>
|
||||
<pitch>53</pitch>
|
||||
<tpc>13</tpc>
|
||||
<fret>3</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
</Measure>
|
||||
<Measure number="2">
|
||||
<Chord>
|
||||
<lid>13</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>14</lid>
|
||||
<pitch>53</pitch>
|
||||
<tpc>13</tpc>
|
||||
<fret>3</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>15</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>16</lid>
|
||||
<pitch>52</pitch>
|
||||
<tpc>18</tpc>
|
||||
<fret>2</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>17</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>18</lid>
|
||||
<pitch>52</pitch>
|
||||
<tpc>18</tpc>
|
||||
<fret>2</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>19</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>20</lid>
|
||||
<pitch>52</pitch>
|
||||
<tpc>18</tpc>
|
||||
<fret>2</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
</Measure>
|
||||
<Measure number="3">
|
||||
<Chord>
|
||||
<lid>23</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>24</lid>
|
||||
<pitch>54</pitch>
|
||||
<tpc>20</tpc>
|
||||
<fret>4</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>25</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>26</lid>
|
||||
<pitch>53</pitch>
|
||||
<tpc>13</tpc>
|
||||
<fret>3</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>27</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>28</lid>
|
||||
<pitch>52</pitch>
|
||||
<tpc>18</tpc>
|
||||
<fret>2</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Chord>
|
||||
<lid>29</lid>
|
||||
<durationType>quarter</durationType>
|
||||
<Note>
|
||||
<lid>30</lid>
|
||||
<pitch>51</pitch>
|
||||
<tpc>11</tpc>
|
||||
<fret>1</fret>
|
||||
<string>3</string>
|
||||
</Note>
|
||||
</Chord>
|
||||
<BarLine>
|
||||
<subtype>end</subtype>
|
||||
<span>1</span>
|
||||
</BarLine>
|
||||
</Measure>
|
||||
</Staff>
|
||||
<name>Track 1</name>
|
||||
</Score>
|
||||
</Score>
|
||||
</museScore>
|
|
@ -48,6 +48,9 @@ private slots:
|
|||
void gp5copyright() { gpReadTest("copyright", "gp5"); }
|
||||
void gp4copyright() { gpReadTest("copyright", "gp4"); }
|
||||
void gp3copyright() { gpReadTest("copyright", "gp3"); }
|
||||
void gp5Tempo() { gpReadTest("tempo", "gp5"); }
|
||||
void gp4Tempo() { gpReadTest("tempo", "gp4"); }
|
||||
void gp3Tempo() { gpReadTest("tempo", "gp3"); }
|
||||
};
|
||||
|
||||
//---------------------------------------------------------
|
||||
|
|
|
@ -18,3 +18,6 @@ cp $MSCORE/volta.gp3.mscx volta.gp3-ref.mscx
|
|||
cp $MSCORE/copyright.gp5.mscx copyright.gp5-ref.mscx
|
||||
cp $MSCORE/copyright.gp4.mscx copyright.gp4-ref.mscx
|
||||
cp $MSCORE/copyright.gp3.mscx copyright.gp3-ref.mscx
|
||||
cp $MSCORE/tempo.gp5.mscx tempo.gp5-ref.mscx
|
||||
cp $MSCORE/tempo.gp4.mscx tempo.gp4-ref.mscx
|
||||
cp $MSCORE/tempo.gp3.mscx tempo.gp3-ref.mscx
|
||||
|
|
Loading…
Reference in a new issue