update mtest, gp import

This commit is contained in:
Werner Schweer 2017-03-06 11:33:35 +01:00
parent dff05f9d6d
commit 915a3844a7
123 changed files with 549 additions and 5042 deletions

View file

@ -364,6 +364,7 @@ void GuitarPro::addPop(Note* note)
Text* GuitarPro::addTextToNote(QString string, Align a, Note* note)
{
//TODO:ws substyle?
Text* text = new Text(score);
text->setAlign(a);
text->setPlainText(string);
@ -2328,16 +2329,12 @@ Score::FileError importGTP(MasterScore* score, const QString& name)
}
}
if (!gp->title.isEmpty()) {
Text* s = new Text(score);
// s->setSubtype(TEXT_TITLE);
//TODO:ws s->setTextStyleType(TextStyleType::TITLE);
Text* s = new Text(SubStyle::TITLE, score);
s->setPlainText(gp->title);
m->add(s);
}
if (!gp->subtitle.isEmpty() && !gp->artist.isEmpty() && !gp->album.isEmpty()) {
Text* s = new Text(score);
// s->setSubtype(TEXT_SUBTITLE);
//TODO:ws s->setTextStyleType(TextStyleType::SUBTITLE);
Text* s = new Text(SubStyle::SUBTITLE, score);
QString str;
if (!gp->subtitle.isEmpty())
str.append(gp->subtitle);
@ -2355,9 +2352,7 @@ Score::FileError importGTP(MasterScore* score, const QString& name)
m->add(s);
}
if (!gp->composer.isEmpty()) {
Text* s = new Text(score);
// s->setSubtype(TEXT_COMPOSER);
//TODO:ws s->setTextStyleType(TextStyleType::COMPOSER);
Text* s = new Text(SubStyle::COMPOSER, score);
s->setPlainText(gp->composer);
m->add(s);
}
@ -2435,8 +2430,7 @@ Score::FileError importGTP(MasterScore* score, const QString& name)
pscore->addMeasure(mb, measure);
measure = mb;
}
Text* txt = new Text(pscore);
//TODO:ws txt->setTextStyleType(TextStyleType::INSTRUMENT_EXCERPT);
Text* txt = new Text(SubStyle::INSTRUMENT_EXCERPT, pscore);
txt->setPlainText(part->longName());
measure->add(txt);

View file

@ -200,7 +200,7 @@ subdirs (
capella
biab
musicxml
# guitarpro
guitarpro
# scripting
# testoves
zerberus/comments

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -183,22 +167,6 @@
<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>
@ -218,6 +186,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -1289,22 +1273,6 @@
<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>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -195,22 +179,6 @@
<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>
@ -230,6 +198,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -141,11 +125,7 @@
<lid>7</lid>
<Text>
<lid>8</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>Fdbk.</text>
</Text>
<pitch>62</pitch>
@ -169,11 +149,7 @@
<lid>11</lid>
<Text>
<lid>12</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>S.H.</text>
</Text>
<pitch>69</pitch>
@ -197,11 +173,7 @@
<lid>15</lid>
<Text>
<lid>16</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>P.H.</text>
</Text>
<pitch>74</pitch>
@ -228,11 +200,7 @@
</Accidental>
<Text>
<lid>20</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>T.H.</text>
</Text>
<pitch>92</pitch>
@ -258,11 +226,7 @@
<lid>24</lid>
<Text>
<lid>25</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>A.H.</text>
</Text>
<pitch>81</pitch>
@ -286,11 +250,7 @@
<lid>28</lid>
<Text>
<lid>29</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>Fdbk.</text>
</Text>
<pitch>89</pitch>
@ -314,11 +274,7 @@
<lid>32</lid>
<Text>
<lid>33</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>Fdbk.</text>
</Text>
<pitch>86</pitch>
@ -342,11 +298,7 @@
<lid>36</lid>
<Text>
<lid>37</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>Fdbk.</text>
</Text>
<pitch>86</pitch>
@ -364,22 +316,6 @@
<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>
@ -399,6 +335,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>
@ -520,11 +457,7 @@
<lid>7</lid>
<Text>
<lid>8</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>Fdbk.</text>
</Text>
<pitch>62</pitch>
@ -548,11 +481,7 @@
<lid>11</lid>
<Text>
<lid>12</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>S.H.</text>
</Text>
<pitch>69</pitch>
@ -576,11 +505,7 @@
<lid>15</lid>
<Text>
<lid>16</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>P.H.</text>
</Text>
<pitch>74</pitch>
@ -607,11 +532,7 @@
</Accidental>
<Text>
<lid>20</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>T.H.</text>
</Text>
<pitch>92</pitch>
@ -637,11 +558,7 @@
<lid>24</lid>
<Text>
<lid>25</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>A.H.</text>
</Text>
<pitch>81</pitch>
@ -665,11 +582,7 @@
<lid>28</lid>
<Text>
<lid>29</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>Fdbk.</text>
</Text>
<pitch>89</pitch>
@ -693,11 +606,7 @@
<lid>32</lid>
<Text>
<lid>33</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>Fdbk.</text>
</Text>
<pitch>86</pitch>
@ -721,11 +630,7 @@
<lid>36</lid>
<Text>
<lid>37</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>Fdbk.</text>
</Text>
<pitch>86</pitch>
@ -757,11 +662,7 @@
<lid>7</lid>
<Text>
<lid>8</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>Fdbk.</text>
</Text>
<pitch>62</pitch>
@ -785,11 +686,7 @@
<lid>11</lid>
<Text>
<lid>12</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>S.H.</text>
</Text>
<pitch>69</pitch>
@ -813,11 +710,7 @@
<lid>15</lid>
<Text>
<lid>16</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>P.H.</text>
</Text>
<pitch>74</pitch>
@ -841,11 +734,7 @@
<lid>19</lid>
<Text>
<lid>20</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>T.H.</text>
</Text>
<pitch>92</pitch>
@ -871,11 +760,7 @@
<lid>24</lid>
<Text>
<lid>25</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>A.H.</text>
</Text>
<pitch>81</pitch>
@ -899,11 +784,7 @@
<lid>28</lid>
<Text>
<lid>29</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>Fdbk.</text>
</Text>
<pitch>89</pitch>
@ -927,11 +808,7 @@
<lid>32</lid>
<Text>
<lid>33</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>Fdbk.</text>
</Text>
<pitch>86</pitch>
@ -955,11 +832,7 @@
<lid>36</lid>
<Text>
<lid>37</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>Fdbk.</text>
</Text>
<pitch>86</pitch>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -134,11 +118,7 @@
<lid>7</lid>
<Text>
<lid>8</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>1/2B XV</text>
</Text>
<pitch>60</pitch>
@ -165,11 +145,7 @@
<lid>12</lid>
<Text>
<lid>13</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>B VIII</text>
</Text>
<pitch>60</pitch>
@ -190,22 +166,6 @@
<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>
@ -225,6 +185,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>
@ -339,11 +300,7 @@
<lid>7</lid>
<Text>
<lid>8</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>1/2B XV</text>
</Text>
<pitch>60</pitch>
@ -370,11 +327,7 @@
<lid>12</lid>
<Text>
<lid>13</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>B VIII</text>
</Text>
<pitch>60</pitch>
@ -402,11 +355,7 @@
<lid>7</lid>
<Text>
<lid>8</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>1/2B XV</text>
</Text>
<pitch>60</pitch>
@ -433,11 +382,7 @@
<lid>12</lid>
<Text>
<lid>13</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>B VIII</text>
</Text>
<pitch>60</pitch>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -129,22 +113,6 @@
<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>
@ -164,6 +132,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -929,22 +913,6 @@
<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>
@ -964,6 +932,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -237,22 +221,6 @@
<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>
@ -272,6 +240,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -239,22 +223,6 @@
<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>
@ -274,6 +242,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -239,22 +223,6 @@
<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>
@ -274,6 +242,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -162,22 +146,6 @@
<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>
@ -197,6 +165,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -157,22 +141,6 @@
<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>
@ -192,6 +160,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -195,22 +179,6 @@
<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>
@ -230,6 +198,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -115,22 +99,6 @@
<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>
@ -150,6 +118,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -122,22 +106,6 @@
<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>
@ -157,6 +125,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -117,22 +101,6 @@
<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>
@ -152,6 +120,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -179,22 +163,6 @@
<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>
@ -214,6 +182,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -213,22 +197,6 @@
<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>
@ -248,6 +216,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -181,22 +165,6 @@
<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>
@ -216,6 +184,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -530,22 +514,6 @@
<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>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -137,7 +121,6 @@
<subtype>0</subtype>
<lid>17</lid>
<diagonal>1</diagonal>
<lineWidth>0.15</lineWidth>
<anchor>3</anchor>
</Glissando>
</Note>
@ -170,22 +153,6 @@
<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>
@ -205,6 +172,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>
@ -320,7 +288,6 @@
<subtype>0</subtype>
<lid>17</lid>
<diagonal>1</diagonal>
<lineWidth>0.15</lineWidth>
<anchor>3</anchor>
</Glissando>
</Note>
@ -387,7 +354,6 @@
<subtype>0</subtype>
<lid>17</lid>
<diagonal>1</diagonal>
<lineWidth>0.15</lineWidth>
<anchor>3</anchor>
</Glissando>
</Note>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -179,22 +163,6 @@
<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>
@ -214,6 +182,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -162,7 +146,6 @@
</Chord>
<BarLine>
<subtype>double</subtype>
<span>1</span>
<lid>12</lid>
</BarLine>
</Measure>
@ -208,22 +191,6 @@
<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>
@ -243,6 +210,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>
@ -385,7 +353,6 @@
</Chord>
<BarLine>
<subtype>double</subtype>
<span>1</span>
<lid>12</lid>
</BarLine>
</Measure>
@ -466,7 +433,6 @@
</Chord>
<BarLine>
<subtype>double</subtype>
<span>1</span>
<lid>12</lid>
</BarLine>
</Measure>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -227,22 +211,6 @@
<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>
@ -262,6 +230,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -130,22 +114,6 @@
<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>
@ -165,6 +133,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -146,22 +130,6 @@
<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>
@ -181,6 +149,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -280,22 +264,6 @@
<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>
@ -315,6 +283,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -101,7 +85,6 @@
<lid>7</lid>
<Fingering>
<lid>8</lid>
<pos x="0.658281" y="-1.50188"/>
<text>T</text>
</Fingering>
<pitch>62</pitch>
@ -117,7 +100,6 @@
<lid>10</lid>
<Fingering>
<lid>11</lid>
<pos x="0.658281" y="-1.50188"/>
<text>1</text>
</Fingering>
<pitch>53</pitch>
@ -133,7 +115,6 @@
<lid>13</lid>
<Fingering>
<lid>14</lid>
<pos x="0.658281" y="-1.50188"/>
<text>2</text>
</Fingering>
<pitch>47</pitch>
@ -149,7 +130,6 @@
<lid>16</lid>
<Fingering>
<lid>17</lid>
<pos x="0.694375" y="-1.49"/>
<text>3</text>
</Fingering>
<pitch>55</pitch>
@ -167,7 +147,6 @@
<lid>20</lid>
<Fingering>
<lid>21</lid>
<pos x="0.658281" y="-1.50188"/>
<text>4</text>
</Fingering>
<pitch>59</pitch>
@ -186,7 +165,6 @@
</Accidental>
<Fingering>
<lid>24</lid>
<pos x="0.658281" y="-1.50188"/>
<text>T</text>
</Fingering>
<pitch>51</pitch>
@ -205,7 +183,6 @@
</Accidental>
<Fingering>
<lid>27</lid>
<pos x="0.658281" y="-1.50188"/>
<text>I</text>
</Fingering>
<pitch>61</pitch>
@ -224,7 +201,6 @@
</Accidental>
<Fingering>
<lid>30</lid>
<pos x="0.694375" y="-1.49"/>
<text>M</text>
</Fingering>
<pitch>52</pitch>
@ -242,7 +218,6 @@
<lid>33</lid>
<Fingering>
<lid>34</lid>
<pos x="0.658281" y="-1.50188"/>
<text>A</text>
</Fingering>
<pitch>55</pitch>
@ -261,7 +236,6 @@
</Accidental>
<Fingering>
<lid>37</lid>
<pos x="0.694375" y="-1.49"/>
<text>O</text>
</Fingering>
<pitch>56</pitch>
@ -286,22 +260,6 @@
<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>
@ -321,6 +279,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>
@ -402,7 +361,6 @@
<lid>7</lid>
<Fingering>
<lid>8</lid>
<pos x="0.658281" y="-1.50188"/>
<text>T</text>
</Fingering>
<pitch>62</pitch>
@ -418,7 +376,6 @@
<lid>10</lid>
<Fingering>
<lid>11</lid>
<pos x="0.658281" y="-1.50188"/>
<text>1</text>
</Fingering>
<pitch>53</pitch>
@ -434,7 +391,6 @@
<lid>13</lid>
<Fingering>
<lid>14</lid>
<pos x="0.658281" y="-1.50188"/>
<text>2</text>
</Fingering>
<pitch>47</pitch>
@ -450,7 +406,6 @@
<lid>16</lid>
<Fingering>
<lid>17</lid>
<pos x="0.694375" y="-1.49"/>
<text>3</text>
</Fingering>
<pitch>55</pitch>
@ -468,7 +423,6 @@
<lid>20</lid>
<Fingering>
<lid>21</lid>
<pos x="0.658281" y="-1.50188"/>
<text>4</text>
</Fingering>
<pitch>59</pitch>
@ -487,7 +441,6 @@
</Accidental>
<Fingering>
<lid>24</lid>
<pos x="0.658281" y="-1.50188"/>
<text>T</text>
</Fingering>
<pitch>51</pitch>
@ -506,7 +459,6 @@
</Accidental>
<Fingering>
<lid>27</lid>
<pos x="0.658281" y="-1.50188"/>
<text>I</text>
</Fingering>
<pitch>61</pitch>
@ -525,7 +477,6 @@
</Accidental>
<Fingering>
<lid>30</lid>
<pos x="0.694375" y="-1.49"/>
<text>M</text>
</Fingering>
<pitch>52</pitch>
@ -543,7 +494,6 @@
<lid>33</lid>
<Fingering>
<lid>34</lid>
<pos x="0.658281" y="-1.50188"/>
<text>A</text>
</Fingering>
<pitch>55</pitch>
@ -562,7 +512,6 @@
</Accidental>
<Fingering>
<lid>37</lid>
<pos x="0.694375" y="-1.49"/>
<text>O</text>
</Fingering>
<pitch>56</pitch>
@ -594,7 +543,6 @@
<lid>7</lid>
<Fingering>
<lid>8</lid>
<pos x="0.658281" y="-1.50188"/>
<text>T</text>
</Fingering>
<pitch>62</pitch>
@ -610,7 +558,6 @@
<lid>10</lid>
<Fingering>
<lid>11</lid>
<pos x="0.658281" y="-1.50188"/>
<text>1</text>
</Fingering>
<pitch>53</pitch>
@ -626,7 +573,6 @@
<lid>13</lid>
<Fingering>
<lid>14</lid>
<pos x="0.658281" y="-1.50188"/>
<text>2</text>
</Fingering>
<pitch>47</pitch>
@ -642,7 +588,6 @@
<lid>16</lid>
<Fingering>
<lid>17</lid>
<pos x="0.694375" y="-1.49"/>
<text>3</text>
</Fingering>
<pitch>55</pitch>
@ -660,7 +605,6 @@
<lid>20</lid>
<Fingering>
<lid>21</lid>
<pos x="0.658281" y="-1.50188"/>
<text>4</text>
</Fingering>
<pitch>59</pitch>
@ -676,7 +620,6 @@
<lid>23</lid>
<Fingering>
<lid>24</lid>
<pos x="0.658281" y="-1.50188"/>
<text>T</text>
</Fingering>
<pitch>51</pitch>
@ -692,7 +635,6 @@
<lid>26</lid>
<Fingering>
<lid>27</lid>
<pos x="0.658281" y="-1.50188"/>
<text>I</text>
</Fingering>
<pitch>61</pitch>
@ -708,7 +650,6 @@
<lid>29</lid>
<Fingering>
<lid>30</lid>
<pos x="0.694375" y="-1.49"/>
<text>M</text>
</Fingering>
<pitch>52</pitch>
@ -726,7 +667,6 @@
<lid>33</lid>
<Fingering>
<lid>34</lid>
<pos x="0.658281" y="-1.50188"/>
<text>A</text>
</Fingering>
<pitch>55</pitch>
@ -742,7 +682,6 @@
<lid>36</lid>
<Fingering>
<lid>37</lid>
<pos x="0.694375" y="-1.49"/>
<text>O</text>
</Fingering>
<pitch>56</pitch>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -101,7 +85,6 @@
<lid>7</lid>
<Fingering>
<lid>8</lid>
<pos x="0.658281" y="-1.50188"/>
<text>T</text>
</Fingering>
<pitch>62</pitch>
@ -117,7 +100,6 @@
<lid>10</lid>
<Fingering>
<lid>11</lid>
<pos x="0.658281" y="-1.50188"/>
<text>1</text>
</Fingering>
<pitch>53</pitch>
@ -133,7 +115,6 @@
<lid>13</lid>
<Fingering>
<lid>14</lid>
<pos x="0.658281" y="-1.50188"/>
<text>2</text>
</Fingering>
<pitch>47</pitch>
@ -149,7 +130,6 @@
<lid>16</lid>
<Fingering>
<lid>17</lid>
<pos x="0.694375" y="-1.49"/>
<text>3</text>
</Fingering>
<pitch>55</pitch>
@ -167,7 +147,6 @@
<lid>20</lid>
<Fingering>
<lid>21</lid>
<pos x="0.658281" y="-1.50188"/>
<text>4</text>
</Fingering>
<pitch>59</pitch>
@ -186,7 +165,6 @@
</Accidental>
<Fingering>
<lid>24</lid>
<pos x="0.658281" y="-1.50188"/>
<text>T</text>
</Fingering>
<pitch>51</pitch>
@ -205,7 +183,6 @@
</Accidental>
<Fingering>
<lid>27</lid>
<pos x="0.658281" y="-1.50188"/>
<text>I</text>
</Fingering>
<pitch>61</pitch>
@ -224,7 +201,6 @@
</Accidental>
<Fingering>
<lid>30</lid>
<pos x="0.694375" y="-1.49"/>
<text>M</text>
</Fingering>
<pitch>52</pitch>
@ -242,7 +218,6 @@
<lid>33</lid>
<Fingering>
<lid>34</lid>
<pos x="0.658281" y="-1.50188"/>
<text>A</text>
</Fingering>
<pitch>55</pitch>
@ -261,7 +236,6 @@
</Accidental>
<Fingering>
<lid>37</lid>
<pos x="0.694375" y="-1.49"/>
<text>O</text>
</Fingering>
<pitch>56</pitch>
@ -286,22 +260,6 @@
<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>
@ -321,6 +279,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>
@ -402,7 +361,6 @@
<lid>7</lid>
<Fingering>
<lid>8</lid>
<pos x="0.658281" y="-1.50188"/>
<text>T</text>
</Fingering>
<pitch>62</pitch>
@ -418,7 +376,6 @@
<lid>10</lid>
<Fingering>
<lid>11</lid>
<pos x="0.658281" y="-1.50188"/>
<text>1</text>
</Fingering>
<pitch>53</pitch>
@ -434,7 +391,6 @@
<lid>13</lid>
<Fingering>
<lid>14</lid>
<pos x="0.658281" y="-1.50188"/>
<text>2</text>
</Fingering>
<pitch>47</pitch>
@ -450,7 +406,6 @@
<lid>16</lid>
<Fingering>
<lid>17</lid>
<pos x="0.694375" y="-1.49"/>
<text>3</text>
</Fingering>
<pitch>55</pitch>
@ -468,7 +423,6 @@
<lid>20</lid>
<Fingering>
<lid>21</lid>
<pos x="0.658281" y="-1.50188"/>
<text>4</text>
</Fingering>
<pitch>59</pitch>
@ -487,7 +441,6 @@
</Accidental>
<Fingering>
<lid>24</lid>
<pos x="0.658281" y="-1.50188"/>
<text>T</text>
</Fingering>
<pitch>51</pitch>
@ -506,7 +459,6 @@
</Accidental>
<Fingering>
<lid>27</lid>
<pos x="0.658281" y="-1.50188"/>
<text>I</text>
</Fingering>
<pitch>61</pitch>
@ -525,7 +477,6 @@
</Accidental>
<Fingering>
<lid>30</lid>
<pos x="0.694375" y="-1.49"/>
<text>M</text>
</Fingering>
<pitch>52</pitch>
@ -543,7 +494,6 @@
<lid>33</lid>
<Fingering>
<lid>34</lid>
<pos x="0.658281" y="-1.50188"/>
<text>A</text>
</Fingering>
<pitch>55</pitch>
@ -562,7 +512,6 @@
</Accidental>
<Fingering>
<lid>37</lid>
<pos x="0.694375" y="-1.49"/>
<text>O</text>
</Fingering>
<pitch>56</pitch>
@ -594,7 +543,6 @@
<lid>7</lid>
<Fingering>
<lid>8</lid>
<pos x="0.658281" y="-1.50188"/>
<text>T</text>
</Fingering>
<pitch>62</pitch>
@ -610,7 +558,6 @@
<lid>10</lid>
<Fingering>
<lid>11</lid>
<pos x="0.658281" y="-1.50188"/>
<text>1</text>
</Fingering>
<pitch>53</pitch>
@ -626,7 +573,6 @@
<lid>13</lid>
<Fingering>
<lid>14</lid>
<pos x="0.658281" y="-1.50188"/>
<text>2</text>
</Fingering>
<pitch>47</pitch>
@ -642,7 +588,6 @@
<lid>16</lid>
<Fingering>
<lid>17</lid>
<pos x="0.694375" y="-1.49"/>
<text>3</text>
</Fingering>
<pitch>55</pitch>
@ -660,7 +605,6 @@
<lid>20</lid>
<Fingering>
<lid>21</lid>
<pos x="0.658281" y="-1.50188"/>
<text>4</text>
</Fingering>
<pitch>59</pitch>
@ -676,7 +620,6 @@
<lid>23</lid>
<Fingering>
<lid>24</lid>
<pos x="0.658281" y="-1.50188"/>
<text>T</text>
</Fingering>
<pitch>51</pitch>
@ -692,7 +635,6 @@
<lid>26</lid>
<Fingering>
<lid>27</lid>
<pos x="0.658281" y="-1.50188"/>
<text>I</text>
</Fingering>
<pitch>61</pitch>
@ -708,7 +650,6 @@
<lid>29</lid>
<Fingering>
<lid>30</lid>
<pos x="0.694375" y="-1.49"/>
<text>M</text>
</Fingering>
<pitch>52</pitch>
@ -726,7 +667,6 @@
<lid>33</lid>
<Fingering>
<lid>34</lid>
<pos x="0.658281" y="-1.50188"/>
<text>A</text>
</Fingering>
<pitch>55</pitch>
@ -742,7 +682,6 @@
<lid>36</lid>
<Fingering>
<lid>37</lid>
<pos x="0.694375" y="-1.49"/>
<text>O</text>
</Fingering>
<pitch>56</pitch>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -134,7 +118,6 @@
<lid>7</lid>
<Fingering>
<lid>8</lid>
<pos x="0.658281" y="-1.50188"/>
<text>O</text>
</Fingering>
<pitch>62</pitch>
@ -150,7 +133,6 @@
<lid>10</lid>
<Fingering>
<lid>11</lid>
<pos x="0.658281" y="-1.50188"/>
<text>t</text>
</Fingering>
<pitch>53</pitch>
@ -166,7 +148,6 @@
<lid>13</lid>
<Fingering>
<lid>14</lid>
<pos x="0.658281" y="-1.50188"/>
<text>1</text>
</Fingering>
<pitch>47</pitch>
@ -182,7 +163,6 @@
<lid>16</lid>
<Fingering>
<lid>17</lid>
<pos x="0.694375" y="-1.49"/>
<text>2</text>
</Fingering>
<pitch>55</pitch>
@ -200,7 +180,6 @@
<lid>20</lid>
<Fingering>
<lid>21</lid>
<pos x="0.658281" y="-1.50188"/>
<text>3</text>
</Fingering>
<pitch>59</pitch>
@ -219,7 +198,6 @@
</Accidental>
<Fingering>
<lid>24</lid>
<pos x="0.658281" y="-1.50188"/>
<text>4</text>
</Fingering>
<pitch>51</pitch>
@ -238,7 +216,6 @@
</Accidental>
<Fingering>
<lid>27</lid>
<pos x="0.658281" y="-1.50188"/>
<text>P</text>
</Fingering>
<pitch>61</pitch>
@ -257,7 +234,6 @@
</Accidental>
<Fingering>
<lid>30</lid>
<pos x="0.694375" y="-1.49"/>
<text>I</text>
</Fingering>
<pitch>52</pitch>
@ -275,7 +251,6 @@
<lid>33</lid>
<Fingering>
<lid>34</lid>
<pos x="0.658281" y="-1.50188"/>
<text>M</text>
</Fingering>
<pitch>55</pitch>
@ -294,7 +269,6 @@
</Accidental>
<Fingering>
<lid>37</lid>
<pos x="0.694375" y="-1.49"/>
<text>A</text>
</Fingering>
<pitch>56</pitch>
@ -310,7 +284,6 @@
<lid>39</lid>
<Fingering>
<lid>40</lid>
<pos x="0.658281" y="-1.50188"/>
<text>C</text>
</Fingering>
<pitch>52</pitch>
@ -331,22 +304,6 @@
<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>
@ -366,6 +323,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>
@ -480,7 +438,6 @@
<lid>7</lid>
<Fingering>
<lid>8</lid>
<pos x="0.658281" y="-1.50188"/>
<text>O</text>
</Fingering>
<pitch>62</pitch>
@ -496,7 +453,6 @@
<lid>10</lid>
<Fingering>
<lid>11</lid>
<pos x="0.658281" y="-1.50188"/>
<text>t</text>
</Fingering>
<pitch>53</pitch>
@ -512,7 +468,6 @@
<lid>13</lid>
<Fingering>
<lid>14</lid>
<pos x="0.658281" y="-1.50188"/>
<text>1</text>
</Fingering>
<pitch>47</pitch>
@ -528,7 +483,6 @@
<lid>16</lid>
<Fingering>
<lid>17</lid>
<pos x="0.694375" y="-1.49"/>
<text>2</text>
</Fingering>
<pitch>55</pitch>
@ -546,7 +500,6 @@
<lid>20</lid>
<Fingering>
<lid>21</lid>
<pos x="0.658281" y="-1.50188"/>
<text>3</text>
</Fingering>
<pitch>59</pitch>
@ -565,7 +518,6 @@
</Accidental>
<Fingering>
<lid>24</lid>
<pos x="0.658281" y="-1.50188"/>
<text>4</text>
</Fingering>
<pitch>51</pitch>
@ -584,7 +536,6 @@
</Accidental>
<Fingering>
<lid>27</lid>
<pos x="0.658281" y="-1.50188"/>
<text>P</text>
</Fingering>
<pitch>61</pitch>
@ -603,7 +554,6 @@
</Accidental>
<Fingering>
<lid>30</lid>
<pos x="0.694375" y="-1.49"/>
<text>I</text>
</Fingering>
<pitch>52</pitch>
@ -621,7 +571,6 @@
<lid>33</lid>
<Fingering>
<lid>34</lid>
<pos x="0.658281" y="-1.50188"/>
<text>M</text>
</Fingering>
<pitch>55</pitch>
@ -640,7 +589,6 @@
</Accidental>
<Fingering>
<lid>37</lid>
<pos x="0.694375" y="-1.49"/>
<text>A</text>
</Fingering>
<pitch>56</pitch>
@ -656,7 +604,6 @@
<lid>39</lid>
<Fingering>
<lid>40</lid>
<pos x="0.658281" y="-1.50188"/>
<text>C</text>
</Fingering>
<pitch>52</pitch>
@ -684,7 +631,6 @@
<lid>7</lid>
<Fingering>
<lid>8</lid>
<pos x="0.658281" y="-1.50188"/>
<text>O</text>
</Fingering>
<pitch>62</pitch>
@ -700,7 +646,6 @@
<lid>10</lid>
<Fingering>
<lid>11</lid>
<pos x="0.658281" y="-1.50188"/>
<text>t</text>
</Fingering>
<pitch>53</pitch>
@ -716,7 +661,6 @@
<lid>13</lid>
<Fingering>
<lid>14</lid>
<pos x="0.658281" y="-1.50188"/>
<text>1</text>
</Fingering>
<pitch>47</pitch>
@ -732,7 +676,6 @@
<lid>16</lid>
<Fingering>
<lid>17</lid>
<pos x="0.694375" y="-1.49"/>
<text>2</text>
</Fingering>
<pitch>55</pitch>
@ -750,7 +693,6 @@
<lid>20</lid>
<Fingering>
<lid>21</lid>
<pos x="0.658281" y="-1.50188"/>
<text>3</text>
</Fingering>
<pitch>59</pitch>
@ -766,7 +708,6 @@
<lid>23</lid>
<Fingering>
<lid>24</lid>
<pos x="0.658281" y="-1.50188"/>
<text>4</text>
</Fingering>
<pitch>51</pitch>
@ -782,7 +723,6 @@
<lid>26</lid>
<Fingering>
<lid>27</lid>
<pos x="0.658281" y="-1.50188"/>
<text>P</text>
</Fingering>
<pitch>61</pitch>
@ -798,7 +738,6 @@
<lid>29</lid>
<Fingering>
<lid>30</lid>
<pos x="0.694375" y="-1.49"/>
<text>I</text>
</Fingering>
<pitch>52</pitch>
@ -816,7 +755,6 @@
<lid>33</lid>
<Fingering>
<lid>34</lid>
<pos x="0.658281" y="-1.50188"/>
<text>M</text>
</Fingering>
<pitch>55</pitch>
@ -832,7 +770,6 @@
<lid>36</lid>
<Fingering>
<lid>37</lid>
<pos x="0.694375" y="-1.49"/>
<text>A</text>
</Fingering>
<pitch>56</pitch>
@ -848,7 +785,6 @@
<lid>39</lid>
<Fingering>
<lid>40</lid>
<pos x="0.658281" y="-1.50188"/>
<text>C</text>
</Fingering>
<pitch>52</pitch>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -168,7 +152,6 @@
</Rest>
<BarLine>
<subtype>double</subtype>
<span>1</span>
<lid>15</lid>
</BarLine>
</Measure>
@ -227,22 +210,6 @@
<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>
@ -262,6 +229,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>
@ -410,7 +378,6 @@
</Rest>
<BarLine>
<subtype>double</subtype>
<span>1</span>
<lid>15</lid>
</BarLine>
</Measure>
@ -494,7 +461,6 @@
</Rest>
<BarLine>
<subtype>double</subtype>
<span>1</span>
<lid>15</lid>
</BarLine>
</Measure>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -104,7 +88,6 @@
</Rest>
<BarLine>
<subtype>double</subtype>
<span>1</span>
<lid>7</lid>
</BarLine>
</Measure>
@ -921,22 +904,6 @@
<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>
@ -956,6 +923,7 @@
<name>tab6StrCommon</name>
<lines>7</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>
@ -1040,7 +1008,6 @@
</Rest>
<BarLine>
<subtype>double</subtype>
<span>1</span>
<lid>7</lid>
</BarLine>
</Measure>
@ -1867,7 +1834,6 @@
</Rest>
<BarLine>
<subtype>double</subtype>
<span>1</span>
<lid>7</lid>
</BarLine>
</Measure>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -916,22 +900,6 @@
<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>
@ -951,6 +919,7 @@
<name>tab6StrCommon</name>
<lines>7</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -899,22 +883,6 @@
<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>
@ -934,6 +902,7 @@
<name>tab6StrCommon</name>
<lines>7</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -166,22 +150,6 @@
<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>
@ -201,6 +169,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -218,22 +202,6 @@
<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>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -198,22 +182,6 @@
<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>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -189,22 +173,6 @@
<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>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -328,22 +312,6 @@
<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>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -124,22 +108,6 @@
<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>
@ -159,6 +127,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -271,22 +255,6 @@
<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>
@ -305,6 +273,7 @@
<StaffType group="tablature">
<name>tab6StrCommon</name>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -1878,22 +1862,6 @@
<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>
@ -1913,6 +1881,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -1878,22 +1862,6 @@
<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>
@ -1913,6 +1881,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -116,7 +100,6 @@
<subtype>0</subtype>
<lid>12</lid>
<diagonal>1</diagonal>
<lineWidth>0.15</lineWidth>
<anchor>3</anchor>
</Glissando>
</Note>
@ -151,22 +134,6 @@
<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>
@ -186,6 +153,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>
@ -282,7 +250,6 @@
<subtype>0</subtype>
<lid>12</lid>
<diagonal>1</diagonal>
<lineWidth>0.15</lineWidth>
<anchor>3</anchor>
</Glissando>
</Note>
@ -339,7 +306,6 @@
<subtype>0</subtype>
<lid>12</lid>
<diagonal>1</diagonal>
<lineWidth>0.15</lineWidth>
<anchor>3</anchor>
</Glissando>
</Note>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -111,7 +95,6 @@
<subtype>0</subtype>
<lid>11</lid>
<diagonal>1</diagonal>
<lineWidth>0.15</lineWidth>
<anchor>3</anchor>
</Glissando>
</Note>
@ -167,22 +150,6 @@
<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>
@ -202,6 +169,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>
@ -293,7 +261,6 @@
<subtype>0</subtype>
<lid>11</lid>
<diagonal>1</diagonal>
<lineWidth>0.15</lineWidth>
<anchor>3</anchor>
</Glissando>
</Note>
@ -371,7 +338,6 @@
<subtype>0</subtype>
<lid>11</lid>
<diagonal>1</diagonal>
<lineWidth>0.15</lineWidth>
<anchor>3</anchor>
</Glissando>
</Note>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -149,7 +133,6 @@
<subtype>0</subtype>
<lid>12</lid>
<diagonal>1</diagonal>
<lineWidth>0.15</lineWidth>
<anchor>3</anchor>
</Glissando>
</Note>
@ -205,22 +188,6 @@
<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>
@ -240,6 +207,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>
@ -369,7 +337,6 @@
<subtype>0</subtype>
<lid>12</lid>
<diagonal>1</diagonal>
<lineWidth>0.15</lineWidth>
<anchor>3</anchor>
</Glissando>
</Note>
@ -447,7 +414,6 @@
<subtype>0</subtype>
<lid>12</lid>
<diagonal>1</diagonal>
<lineWidth>0.15</lineWidth>
<anchor>3</anchor>
</Glissando>
</Note>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -101,12 +85,8 @@
<lid>7</lid>
<Text>
<lid>8</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<italic>1</italic>
<align>center,center</align>
<text>let ring</text>
</Text>
<pitch>60</pitch>
@ -156,22 +136,6 @@
<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>
@ -191,6 +155,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>
@ -272,12 +237,8 @@
<lid>7</lid>
<Text>
<lid>8</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<italic>1</italic>
<align>center,center</align>
<text>let ring</text>
</Text>
<pitch>60</pitch>
@ -334,12 +295,8 @@
<lid>7</lid>
<Text>
<lid>8</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<italic>1</italic>
<align>center,center</align>
<text>let ring</text>
</Text>
<pitch>60</pitch>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -96,12 +80,8 @@
<lid>6</lid>
<Text>
<lid>7</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<italic>1</italic>
<align>center,center</align>
<text>let ring</text>
</Text>
<pitch>60</pitch>
@ -151,22 +131,6 @@
<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>
@ -186,6 +150,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>
@ -262,12 +227,8 @@
<lid>6</lid>
<Text>
<lid>7</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<italic>1</italic>
<align>center,center</align>
<text>let ring</text>
</Text>
<pitch>60</pitch>
@ -324,12 +285,8 @@
<lid>6</lid>
<Text>
<lid>7</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<italic>1</italic>
<align>center,center</align>
<text>let ring</text>
</Text>
<pitch>60</pitch>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -134,12 +118,8 @@
<lid>7</lid>
<Text>
<lid>8</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<italic>1</italic>
<align>center,center</align>
<text>let ring</text>
</Text>
<pitch>60</pitch>
@ -189,22 +169,6 @@
<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>
@ -224,6 +188,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>
@ -338,12 +303,8 @@
<lid>7</lid>
<Text>
<lid>8</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<italic>1</italic>
<align>center,center</align>
<text>let ring</text>
</Text>
<pitch>60</pitch>
@ -400,12 +361,8 @@
<lid>7</lid>
<Text>
<lid>8</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<italic>1</italic>
<align>center,center</align>
<text>let ring</text>
</Text>
<pitch>60</pitch>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -187,22 +171,6 @@
<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>
@ -222,6 +190,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -387,22 +371,6 @@
<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>
@ -422,6 +390,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>

View file

@ -1,26 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<museScore version="2.00">
<museScore version="3.00">
<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>
<showInvisible>1</showInvisible>
@ -33,20 +17,11 @@
<metaTag name="lyricist"></metaTag>
<metaTag name="movementNumber"></metaTag>
<metaTag name="movementTitle"></metaTag>
<metaTag name="originalFormat">gpx</metaTag>
<metaTag name="poet"></metaTag>
<metaTag name="source"></metaTag>
<metaTag name="translator"></metaTag>
<metaTag name="workNumber"></metaTag>
<metaTag name="workTitle"></metaTag>
<PageList>
<Page>
<System>
</System>
<System>
</System>
</Page>
</PageList>
<Part>
<Staff id="1">
<StaffType group="pitched">
@ -134,12 +109,10 @@
<Tempo>
<tempo>2</tempo>
<lid>5</lid>
<text><sym>unicodeNoteQuarterUp</sym> = 120</text>
<text><sym>metNoteQuarterUp</sym> = 120</text>
</Tempo>
<Ottava id="2">
<subtype>8va</subtype>
<lid>29</lid>
<lineWidth>0.1</lineWidth>
</Ottava>
<Chord>
<lid>6</lid>
@ -160,7 +133,7 @@
<Note>
<lid>10</lid>
<Accidental>
<subtype>sharp</subtype>
<subtype>accidentalSharp</subtype>
</Accidental>
<pitch>42</pitch>
<tpc>20</tpc>
@ -173,8 +146,6 @@
<endSpanner id="2"/>
<Ottava id="3">
<subtype>8vb</subtype>
<lid>30</lid>
<lineWidth>0.1</lineWidth>
</Ottava>
<Chord>
<lid>12</lid>
@ -192,8 +163,6 @@
<endSpanner id="3"/>
<Ottava id="4">
<subtype>15ma</subtype>
<lid>31</lid>
<lineWidth>0.1</lineWidth>
</Ottava>
<Chord>
<lid>15</lid>
@ -211,8 +180,6 @@
<endSpanner id="4"/>
<Ottava id="5">
<subtype>15mb</subtype>
<lid>32</lid>
<lineWidth>0.1</lineWidth>
</Ottava>
<Chord>
<lid>18</lid>
@ -230,7 +197,6 @@
<endSpanner id="5"/>
<Ottava id="6">
<subtype>8va</subtype>
<lid>33</lid>
</Ottava>
<Chord>
<lid>21</lid>
@ -261,13 +227,8 @@
<Rest>
<lid>27</lid>
<durationType>measure</durationType>
<duration z="4" n="4"/>
<duration>4/4</duration>
</Rest>
<BarLine>
<subtype>end</subtype>
<span>1</span>
</BarLine>
<endSpanner id="6"/>
</Measure>
</Staff>
<Score>
@ -276,36 +237,12 @@
<Division>480</Division>
<Style>
<createMultiMeasureRests>1</createMultiMeasureRests>
<page-layout>
<page-height>1584</page-height>
<page-width>1224</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>
@ -319,6 +256,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>
@ -424,12 +362,8 @@
<Tempo>
<tempo>2</tempo>
<lid>5</lid>
<text><sym>unicodeNoteQuarterUp</sym> = 120</text>
<text><sym>metNoteQuarterUp</sym> = 120</text>
</Tempo>
<Ottava id="7">
<subtype>8va</subtype>
<lid>29</lid>
</Ottava>
<Chord>
<lid>6</lid>
<durationType>whole</durationType>
@ -449,7 +383,7 @@
<Note>
<lid>10</lid>
<Accidental>
<subtype>sharp</subtype>
<subtype>accidentalSharp</subtype>
</Accidental>
<pitch>42</pitch>
<tpc>20</tpc>
@ -459,11 +393,6 @@
</Chord>
</Measure>
<Measure number="3">
<endSpanner id="7"/>
<Ottava id="8">
<subtype>8vb</subtype>
<lid>30</lid>
</Ottava>
<Chord>
<lid>12</lid>
<durationType>whole</durationType>
@ -475,15 +404,8 @@
<string>0</string>
</Note>
</Chord>
<tick>3840</tick>
<endSpanner id="9"/>
</Measure>
<Measure number="4">
<endSpanner id="8"/>
<Ottava id="10">
<subtype>15ma</subtype>
<lid>31</lid>
</Ottava>
<Chord>
<lid>15</lid>
<durationType>whole</durationType>
@ -495,15 +417,8 @@
<string>5</string>
</Note>
</Chord>
<tick>5760</tick>
<endSpanner id="11"/>
</Measure>
<Measure number="5">
<endSpanner id="10"/>
<Ottava id="12">
<subtype>15mb</subtype>
<lid>32</lid>
</Ottava>
<Chord>
<lid>18</lid>
<durationType>whole</durationType>
@ -515,15 +430,8 @@
<string>0</string>
</Note>
</Chord>
<tick>7680</tick>
<endSpanner id="13"/>
</Measure>
<Measure number="6">
<endSpanner id="12"/>
<Ottava id="14">
<subtype>8va</subtype>
<lid>33</lid>
</Ottava>
<Chord>
<lid>21</lid>
<durationType>whole</durationType>
@ -535,8 +443,6 @@
<string>4</string>
</Note>
</Chord>
<tick>9600</tick>
<endSpanner id="15"/>
</Measure>
<Measure number="7">
<Chord>
@ -555,14 +461,8 @@
<Rest>
<lid>27</lid>
<durationType>measure</durationType>
<duration z="4" n="4"/>
<duration>4/4</duration>
</Rest>
<BarLine>
<subtype>end</subtype>
<span>1</span>
</BarLine>
<endSpanner id="14"/>
<endSpanner id="16"/>
</Measure>
</Staff>
<Staff id="2">
@ -571,10 +471,6 @@
<lid>2</lid>
<accidental>0</accidental>
</KeySig>
<Ottava id="9">
<subtype>8va</subtype>
<lid>29</lid>
</Ottava>
<Chord>
<lid>6</lid>
<durationType>whole</durationType>
@ -601,10 +497,6 @@
</Chord>
</Measure>
<Measure number="3">
<Ottava id="11">
<subtype>8vb</subtype>
<lid>30</lid>
</Ottava>
<Chord>
<lid>12</lid>
<durationType>whole</durationType>
@ -618,10 +510,6 @@
</Chord>
</Measure>
<Measure number="4">
<Ottava id="13">
<subtype>15ma</subtype>
<lid>31</lid>
</Ottava>
<Chord>
<lid>15</lid>
<durationType>whole</durationType>
@ -635,10 +523,6 @@
</Chord>
</Measure>
<Measure number="5">
<Ottava id="15">
<subtype>15mb</subtype>
<lid>32</lid>
</Ottava>
<Chord>
<lid>18</lid>
<durationType>whole</durationType>
@ -652,10 +536,6 @@
</Chord>
</Measure>
<Measure number="6">
<Ottava id="16">
<subtype>8va</subtype>
<lid>33</lid>
</Ottava>
<Chord>
<lid>21</lid>
<durationType>whole</durationType>
@ -685,12 +565,8 @@
<Rest>
<lid>27</lid>
<durationType>measure</durationType>
<duration z="4" n="4"/>
<duration>4/4</duration>
</Rest>
<BarLine>
<subtype>end</subtype>
<span>1</span>
</BarLine>
</Measure>
</Staff>
<name>N-Gt</name>

View file

@ -1,26 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<museScore version="2.00">
<museScore version="3.00">
<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>
<showInvisible>1</showInvisible>
@ -33,20 +17,11 @@
<metaTag name="lyricist"></metaTag>
<metaTag name="movementNumber"></metaTag>
<metaTag name="movementTitle"></metaTag>
<metaTag name="originalFormat">gpx</metaTag>
<metaTag name="poet"></metaTag>
<metaTag name="source"></metaTag>
<metaTag name="translator"></metaTag>
<metaTag name="workNumber"></metaTag>
<metaTag name="workTitle"></metaTag>
<PageList>
<Page>
<System>
</System>
<System>
</System>
</Page>
</PageList>
<Part>
<Staff id="1">
<StaffType group="pitched">
@ -102,6 +77,8 @@
</Articulation>
<Channel>
<program value="24"/>
<midiPort>0</midiPort>
<midiChannel>0</midiChannel>
</Channel>
</Instrument>
</Part>
@ -160,6 +137,8 @@
</Articulation>
<Channel>
<program value="27"/>
<midiPort>0</midiPort>
<midiChannel>2</midiChannel>
</Channel>
</Instrument>
</Part>
@ -192,12 +171,10 @@
<Tempo>
<tempo>2</tempo>
<lid>5</lid>
<text><sym>unicodeNoteQuarterUp</sym> = 120</text>
<text><sym>metNoteQuarterUp</sym> = 120</text>
</Tempo>
<Ottava id="2">
<subtype>8va</subtype>
<lid>31</lid>
<lineWidth>0.1</lineWidth>
</Ottava>
<Chord>
<lid>6</lid>
@ -228,8 +205,6 @@
<endSpanner id="2"/>
<Ottava id="3">
<subtype>8vb</subtype>
<lid>32</lid>
<lineWidth>0.1</lineWidth>
</Ottava>
<Chord>
<lid>12</lid>
@ -277,7 +252,7 @@
<Note>
<lid>22</lid>
<Accidental>
<subtype>flat</subtype>
<subtype>accidentalFlat</subtype>
</Accidental>
<pitch>46</pitch>
<tpc>12</tpc>
@ -303,19 +278,15 @@
<Rest>
<lid>27</lid>
<durationType>measure</durationType>
<duration z="4" n="4"/>
<duration>4/4</duration>
</Rest>
</Measure>
<Measure number="9">
<Rest>
<lid>29</lid>
<durationType>measure</durationType>
<duration z="4" n="4"/>
<duration>4/4</duration>
</Rest>
<BarLine>
<subtype>end</subtype>
<span>1</span>
</BarLine>
</Measure>
</Staff>
<Staff id="2">
@ -323,14 +294,14 @@
<Clef>
<concertClefType>G8vb</concertClefType>
<transposingClefType>G8vb</transposingClefType>
<lid>33</lid>
<lid>31</lid>
</Clef>
<KeySig>
<lid>34</lid>
<lid>32</lid>
<accidental>0</accidental>
</KeySig>
<TimeSig>
<lid>35</lid>
<lid>33</lid>
<sigN>4</sigN>
<sigD>4</sigD>
<showCourtesySig>1</showCourtesySig>
@ -338,13 +309,13 @@
<Dynamic>
<subtype>mf</subtype>
<velocity>80</velocity>
<lid>36</lid>
<lid>34</lid>
</Dynamic>
<Chord>
<lid>37</lid>
<lid>35</lid>
<durationType>whole</durationType>
<Note>
<lid>38</lid>
<lid>36</lid>
<pitch>47</pitch>
<tpc>19</tpc>
<fret>2</fret>
@ -354,10 +325,10 @@
</Measure>
<Measure number="2">
<Chord>
<lid>39</lid>
<lid>37</lid>
<durationType>whole</durationType>
<Note>
<lid>40</lid>
<lid>38</lid>
<pitch>48</pitch>
<tpc>14</tpc>
<fret>3</fret>
@ -366,6 +337,19 @@
</Chord>
</Measure>
<Measure number="3">
<Chord>
<lid>39</lid>
<durationType>whole</durationType>
<Note>
<lid>40</lid>
<pitch>50</pitch>
<tpc>16</tpc>
<fret>5</fret>
<string>4</string>
</Note>
</Chord>
</Measure>
<Measure number="4">
<Chord>
<lid>41</lid>
<durationType>whole</durationType>
@ -378,25 +362,12 @@
</Note>
</Chord>
</Measure>
<Measure number="4">
<Measure number="5">
<Chord>
<lid>43</lid>
<durationType>whole</durationType>
<Note>
<lid>44</lid>
<pitch>50</pitch>
<tpc>16</tpc>
<fret>5</fret>
<string>4</string>
</Note>
</Chord>
</Measure>
<Measure number="5">
<Chord>
<lid>45</lid>
<durationType>whole</durationType>
<Note>
<lid>46</lid>
<pitch>48</pitch>
<tpc>14</tpc>
<fret>3</fret>
@ -406,12 +377,12 @@
</Measure>
<Measure number="6">
<Chord>
<lid>47</lid>
<lid>45</lid>
<durationType>whole</durationType>
<Note>
<lid>48</lid>
<lid>46</lid>
<Accidental>
<subtype>flat</subtype>
<subtype>accidentalFlat</subtype>
</Accidental>
<pitch>46</pitch>
<tpc>12</tpc>
@ -422,10 +393,10 @@
</Measure>
<Measure number="7">
<Chord>
<lid>49</lid>
<lid>47</lid>
<durationType>whole</durationType>
<Note>
<lid>50</lid>
<lid>48</lid>
<pitch>47</pitch>
<tpc>19</tpc>
<fret>2</fret>
@ -435,21 +406,17 @@
</Measure>
<Measure number="8">
<Rest>
<lid>51</lid>
<lid>49</lid>
<durationType>measure</durationType>
<duration z="4" n="4"/>
<duration>4/4</duration>
</Rest>
</Measure>
<Measure number="9">
<Rest>
<lid>52</lid>
<lid>50</lid>
<durationType>measure</durationType>
<duration z="4" n="4"/>
<duration>4/4</duration>
</Rest>
<BarLine>
<subtype>end</subtype>
<span>1</span>
</BarLine>
</Measure>
</Staff>
<Score>
@ -458,36 +425,12 @@
<Division>480</Division>
<Style>
<createMultiMeasureRests>1</createMultiMeasureRests>
<page-layout>
<page-height>1584</page-height>
<page-width>1224</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>
@ -501,6 +444,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>
@ -606,12 +550,8 @@
<Tempo>
<tempo>2</tempo>
<lid>5</lid>
<text><sym>unicodeNoteQuarterUp</sym> = 120</text>
<text><sym>metNoteQuarterUp</sym> = 120</text>
</Tempo>
<Ottava id="4">
<subtype>8va</subtype>
<lid>31</lid>
</Ottava>
<Chord>
<lid>6</lid>
<durationType>whole</durationType>
@ -638,11 +578,6 @@
</Chord>
</Measure>
<Measure number="3">
<endSpanner id="4"/>
<Ottava id="5">
<subtype>8vb</subtype>
<lid>32</lid>
</Ottava>
<Chord>
<lid>12</lid>
<durationType>whole</durationType>
@ -654,11 +589,8 @@
<string>1</string>
</Note>
</Chord>
<tick>3840</tick>
<endSpanner id="6"/>
</Measure>
<Measure number="4">
<endSpanner id="5"/>
<Chord>
<lid>15</lid>
<durationType>whole</durationType>
@ -670,8 +602,6 @@
<string>4</string>
</Note>
</Chord>
<tick>5760</tick>
<endSpanner id="7"/>
</Measure>
<Measure number="5">
<Chord>
@ -693,7 +623,7 @@
<Note>
<lid>22</lid>
<Accidental>
<subtype>flat</subtype>
<subtype>accidentalFlat</subtype>
</Accidental>
<pitch>46</pitch>
<tpc>12</tpc>
@ -719,31 +649,22 @@
<Rest>
<lid>27</lid>
<durationType>measure</durationType>
<duration z="4" n="4"/>
<duration>4/4</duration>
</Rest>
</Measure>
<Measure number="8" len="8/4">
<multiMeasureRest>2</multiMeasureRest>
<Rest>
<durationType>measure</durationType>
<duration z="8" n="4"/>
<duration>8/4</duration>
</Rest>
<BarLine>
<subtype>end</subtype>
<span>1</span>
</BarLine>
</Measure>
<tick>15360</tick>
<Measure number="9">
<Rest>
<lid>29</lid>
<durationType>measure</durationType>
<duration z="4" n="4"/>
<duration>4/4</duration>
</Rest>
<BarLine>
<subtype>end</subtype>
<span>1</span>
</BarLine>
</Measure>
</Staff>
<Staff id="2">
@ -752,10 +673,6 @@
<lid>2</lid>
<accidental>0</accidental>
</KeySig>
<Ottava id="6">
<subtype>8va</subtype>
<lid>31</lid>
</Ottava>
<Chord>
<lid>6</lid>
<durationType>whole</durationType>
@ -782,10 +699,6 @@
</Chord>
</Measure>
<Measure number="3">
<Ottava id="7">
<subtype>8vb</subtype>
<lid>32</lid>
</Ottava>
<Chord>
<lid>12</lid>
<durationType>whole</durationType>
@ -854,31 +767,22 @@
<Rest>
<lid>27</lid>
<durationType>measure</durationType>
<duration z="4" n="4"/>
<duration>4/4</duration>
</Rest>
</Measure>
<Measure number="8" len="8/4">
<multiMeasureRest>2</multiMeasureRest>
<Rest>
<durationType>measure</durationType>
<duration z="8" n="4"/>
<duration>8/4</duration>
</Rest>
<BarLine>
<subtype>end</subtype>
<span>1</span>
</BarLine>
</Measure>
<tick>15360</tick>
<Measure number="9">
<Rest>
<lid>29</lid>
<durationType>measure</durationType>
<duration z="4" n="4"/>
<duration>4/4</duration>
</Rest>
<BarLine>
<subtype>end</subtype>
<span>1</span>
</BarLine>
</Measure>
</Staff>
<name>N-Gt</name>
@ -889,36 +793,12 @@
<Division>480</Division>
<Style>
<createMultiMeasureRests>1</createMultiMeasureRests>
<page-layout>
<page-height>1584</page-height>
<page-width>1224</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>2</linkedTo>
@ -932,6 +812,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>
@ -1017,14 +898,14 @@
<Clef>
<concertClefType>G8vb</concertClefType>
<transposingClefType>G8vb</transposingClefType>
<lid>33</lid>
<lid>31</lid>
</Clef>
<KeySig>
<lid>34</lid>
<lid>32</lid>
<accidental>0</accidental>
</KeySig>
<TimeSig>
<lid>35</lid>
<lid>33</lid>
<sigN>4</sigN>
<sigD>4</sigD>
<showCourtesySig>1</showCourtesySig>
@ -1032,18 +913,18 @@
<Tempo>
<tempo>2</tempo>
<lid>5</lid>
<text><sym>unicodeNoteQuarterUp</sym> = 120</text>
<text><sym>metNoteQuarterUp</sym> = 120</text>
</Tempo>
<Dynamic>
<subtype>mf</subtype>
<velocity>80</velocity>
<lid>36</lid>
<lid>34</lid>
</Dynamic>
<Chord>
<lid>37</lid>
<lid>35</lid>
<durationType>whole</durationType>
<Note>
<lid>38</lid>
<lid>36</lid>
<pitch>47</pitch>
<tpc>19</tpc>
<fret>2</fret>
@ -1053,10 +934,10 @@
</Measure>
<Measure number="2">
<Chord>
<lid>39</lid>
<lid>37</lid>
<durationType>whole</durationType>
<Note>
<lid>40</lid>
<lid>38</lid>
<pitch>48</pitch>
<tpc>14</tpc>
<fret>3</fret>
@ -1065,6 +946,19 @@
</Chord>
</Measure>
<Measure number="3">
<Chord>
<lid>39</lid>
<durationType>whole</durationType>
<Note>
<lid>40</lid>
<pitch>50</pitch>
<tpc>16</tpc>
<fret>5</fret>
<string>4</string>
</Note>
</Chord>
</Measure>
<Measure number="4">
<Chord>
<lid>41</lid>
<durationType>whole</durationType>
@ -1077,25 +971,12 @@
</Note>
</Chord>
</Measure>
<Measure number="4">
<Measure number="5">
<Chord>
<lid>43</lid>
<durationType>whole</durationType>
<Note>
<lid>44</lid>
<pitch>50</pitch>
<tpc>16</tpc>
<fret>5</fret>
<string>4</string>
</Note>
</Chord>
</Measure>
<Measure number="5">
<Chord>
<lid>45</lid>
<durationType>whole</durationType>
<Note>
<lid>46</lid>
<pitch>48</pitch>
<tpc>14</tpc>
<fret>3</fret>
@ -1105,12 +986,12 @@
</Measure>
<Measure number="6">
<Chord>
<lid>47</lid>
<lid>45</lid>
<durationType>whole</durationType>
<Note>
<lid>48</lid>
<lid>46</lid>
<Accidental>
<subtype>flat</subtype>
<subtype>accidentalFlat</subtype>
</Accidental>
<pitch>46</pitch>
<tpc>12</tpc>
@ -1121,10 +1002,10 @@
</Measure>
<Measure number="7">
<Chord>
<lid>49</lid>
<lid>47</lid>
<durationType>whole</durationType>
<Note>
<lid>50</lid>
<lid>48</lid>
<pitch>47</pitch>
<tpc>19</tpc>
<fret>2</fret>
@ -1134,46 +1015,37 @@
</Measure>
<Measure number="8">
<Rest>
<lid>51</lid>
<lid>49</lid>
<durationType>measure</durationType>
<duration z="4" n="4"/>
<duration>4/4</duration>
</Rest>
</Measure>
<Measure number="8" len="8/4">
<multiMeasureRest>2</multiMeasureRest>
<Rest>
<durationType>measure</durationType>
<duration z="8" n="4"/>
<duration>8/4</duration>
</Rest>
<BarLine>
<subtype>end</subtype>
<span>1</span>
</BarLine>
</Measure>
<tick>15360</tick>
<Measure number="9">
<Rest>
<lid>52</lid>
<lid>50</lid>
<durationType>measure</durationType>
<duration z="4" n="4"/>
<duration>4/4</duration>
</Rest>
<BarLine>
<subtype>end</subtype>
<span>1</span>
</BarLine>
</Measure>
</Staff>
<Staff id="2">
<Measure number="1">
<KeySig>
<lid>34</lid>
<lid>32</lid>
<accidental>0</accidental>
</KeySig>
<Chord>
<lid>37</lid>
<lid>35</lid>
<durationType>whole</durationType>
<Note>
<lid>38</lid>
<lid>36</lid>
<pitch>47</pitch>
<tpc>19</tpc>
<fret>2</fret>
@ -1183,10 +1055,10 @@
</Measure>
<Measure number="2">
<Chord>
<lid>39</lid>
<lid>37</lid>
<durationType>whole</durationType>
<Note>
<lid>40</lid>
<lid>38</lid>
<pitch>48</pitch>
<tpc>14</tpc>
<fret>3</fret>
@ -1195,6 +1067,19 @@
</Chord>
</Measure>
<Measure number="3">
<Chord>
<lid>39</lid>
<durationType>whole</durationType>
<Note>
<lid>40</lid>
<pitch>50</pitch>
<tpc>16</tpc>
<fret>5</fret>
<string>4</string>
</Note>
</Chord>
</Measure>
<Measure number="4">
<Chord>
<lid>41</lid>
<durationType>whole</durationType>
@ -1207,25 +1092,12 @@
</Note>
</Chord>
</Measure>
<Measure number="4">
<Measure number="5">
<Chord>
<lid>43</lid>
<durationType>whole</durationType>
<Note>
<lid>44</lid>
<pitch>50</pitch>
<tpc>16</tpc>
<fret>5</fret>
<string>4</string>
</Note>
</Chord>
</Measure>
<Measure number="5">
<Chord>
<lid>45</lid>
<durationType>whole</durationType>
<Note>
<lid>46</lid>
<pitch>48</pitch>
<tpc>14</tpc>
<fret>3</fret>
@ -1235,10 +1107,10 @@
</Measure>
<Measure number="6">
<Chord>
<lid>47</lid>
<lid>45</lid>
<durationType>whole</durationType>
<Note>
<lid>48</lid>
<lid>46</lid>
<pitch>46</pitch>
<tpc>12</tpc>
<fret>1</fret>
@ -1248,10 +1120,10 @@
</Measure>
<Measure number="7">
<Chord>
<lid>49</lid>
<lid>47</lid>
<durationType>whole</durationType>
<Note>
<lid>50</lid>
<lid>48</lid>
<pitch>47</pitch>
<tpc>19</tpc>
<fret>2</fret>
@ -1261,33 +1133,24 @@
</Measure>
<Measure number="8">
<Rest>
<lid>51</lid>
<lid>49</lid>
<durationType>measure</durationType>
<duration z="4" n="4"/>
<duration>4/4</duration>
</Rest>
</Measure>
<Measure number="8" len="8/4">
<multiMeasureRest>2</multiMeasureRest>
<Rest>
<durationType>measure</durationType>
<duration z="8" n="4"/>
<duration>8/4</duration>
</Rest>
<BarLine>
<subtype>end</subtype>
<span>1</span>
</BarLine>
</Measure>
<tick>15360</tick>
<Measure number="9">
<Rest>
<lid>52</lid>
<lid>50</lid>
<durationType>measure</durationType>
<duration z="4" n="4"/>
<duration>4/4</duration>
</Rest>
<BarLine>
<subtype>end</subtype>
<span>1</span>
</BarLine>
</Measure>
</Staff>
<name>E-Gt</name>

View file

@ -1,26 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<museScore version="2.00">
<museScore version="3.00">
<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>
<showInvisible>1</showInvisible>
@ -33,20 +17,11 @@
<metaTag name="lyricist"></metaTag>
<metaTag name="movementNumber"></metaTag>
<metaTag name="movementTitle"></metaTag>
<metaTag name="originalFormat">gpx</metaTag>
<metaTag name="poet"></metaTag>
<metaTag name="source"></metaTag>
<metaTag name="translator"></metaTag>
<metaTag name="workNumber"></metaTag>
<metaTag name="workTitle"></metaTag>
<PageList>
<Page>
<System>
</System>
<System>
</System>
</Page>
</PageList>
<Part>
<Staff id="1">
<StaffType group="pitched">
@ -102,6 +77,8 @@
</Articulation>
<Channel>
<program value="24"/>
<midiPort>0</midiPort>
<midiChannel>0</midiChannel>
</Channel>
</Instrument>
</Part>
@ -160,6 +137,8 @@
</Articulation>
<Channel>
<program value="27"/>
<midiPort>0</midiPort>
<midiChannel>2</midiChannel>
</Channel>
</Instrument>
</Part>
@ -192,11 +171,10 @@
<Tempo>
<tempo>2</tempo>
<lid>5</lid>
<text><sym>unicodeNoteQuarterUp</sym> = 120</text>
<text><sym>metNoteQuarterUp</sym> = 120</text>
</Tempo>
<Ottava id="2">
<subtype>8va</subtype>
<lid>9</lid>
</Ottava>
<Chord>
<lid>6</lid>
@ -204,7 +182,7 @@
<Note>
<lid>7</lid>
<Accidental>
<subtype>sharp</subtype>
<subtype>accidentalSharp</subtype>
</Accidental>
<pitch>49</pitch>
<tpc>21</tpc>
@ -212,11 +190,6 @@
<string>4</string>
</Note>
</Chord>
<BarLine>
<subtype>end</subtype>
<span>1</span>
</BarLine>
<endSpanner id="2"/>
</Measure>
</Staff>
<Staff id="2">
@ -224,14 +197,14 @@
<Clef>
<concertClefType>G8vb</concertClefType>
<transposingClefType>G8vb</transposingClefType>
<lid>10</lid>
<lid>9</lid>
</Clef>
<KeySig>
<lid>11</lid>
<lid>10</lid>
<accidental>0</accidental>
</KeySig>
<TimeSig>
<lid>12</lid>
<lid>11</lid>
<sigN>4</sigN>
<sigD>4</sigD>
<showCourtesySig>1</showCourtesySig>
@ -239,23 +212,19 @@
<Dynamic>
<subtype>mf</subtype>
<velocity>80</velocity>
<lid>13</lid>
<lid>12</lid>
</Dynamic>
<Chord>
<lid>14</lid>
<lid>13</lid>
<durationType>whole</durationType>
<Note>
<lid>15</lid>
<lid>14</lid>
<pitch>57</pitch>
<tpc>17</tpc>
<fret>2</fret>
<string>2</string>
</Note>
</Chord>
<BarLine>
<subtype>end</subtype>
<span>1</span>
</BarLine>
</Measure>
</Staff>
<Score>
@ -264,36 +233,12 @@
<Division>480</Division>
<Style>
<createMultiMeasureRests>1</createMultiMeasureRests>
<page-layout>
<page-height>1584</page-height>
<page-width>1224</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>
@ -307,6 +252,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>
@ -412,19 +358,15 @@
<Tempo>
<tempo>2</tempo>
<lid>5</lid>
<text><sym>unicodeNoteQuarterUp</sym> = 120</text>
<text><sym>metNoteQuarterUp</sym> = 120</text>
</Tempo>
<Ottava id="3">
<subtype>8va</subtype>
<lid>9</lid>
</Ottava>
<Chord>
<lid>6</lid>
<durationType>whole</durationType>
<Note>
<lid>7</lid>
<Accidental>
<subtype>sharp</subtype>
<subtype>accidentalSharp</subtype>
</Accidental>
<pitch>49</pitch>
<tpc>21</tpc>
@ -432,12 +374,6 @@
<string>4</string>
</Note>
</Chord>
<BarLine>
<subtype>end</subtype>
<span>1</span>
</BarLine>
<endSpanner id="3"/>
<endSpanner id="4"/>
</Measure>
</Staff>
<Staff id="2">
@ -446,10 +382,6 @@
<lid>2</lid>
<accidental>0</accidental>
</KeySig>
<Ottava id="4">
<subtype>8va</subtype>
<lid>9</lid>
</Ottava>
<Chord>
<lid>6</lid>
<durationType>whole</durationType>
@ -461,10 +393,6 @@
<string>4</string>
</Note>
</Chord>
<BarLine>
<subtype>end</subtype>
<span>1</span>
</BarLine>
</Measure>
</Staff>
<name>N-Gt</name>
@ -475,36 +403,12 @@
<Division>480</Division>
<Style>
<createMultiMeasureRests>1</createMultiMeasureRests>
<page-layout>
<page-height>1584</page-height>
<page-width>1224</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>2</linkedTo>
@ -518,6 +422,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>
@ -603,14 +508,14 @@
<Clef>
<concertClefType>G8vb</concertClefType>
<transposingClefType>G8vb</transposingClefType>
<lid>10</lid>
<lid>9</lid>
</Clef>
<KeySig>
<lid>11</lid>
<lid>10</lid>
<accidental>0</accidental>
</KeySig>
<TimeSig>
<lid>12</lid>
<lid>11</lid>
<sigN>4</sigN>
<sigD>4</sigD>
<showCourtesySig>1</showCourtesySig>
@ -618,51 +523,43 @@
<Tempo>
<tempo>2</tempo>
<lid>5</lid>
<text><sym>unicodeNoteQuarterUp</sym> = 120</text>
<text><sym>metNoteQuarterUp</sym> = 120</text>
</Tempo>
<Dynamic>
<subtype>mf</subtype>
<velocity>80</velocity>
<lid>13</lid>
<lid>12</lid>
</Dynamic>
<Chord>
<lid>14</lid>
<lid>13</lid>
<durationType>whole</durationType>
<Note>
<lid>15</lid>
<lid>14</lid>
<pitch>57</pitch>
<tpc>17</tpc>
<fret>2</fret>
<string>2</string>
</Note>
</Chord>
<BarLine>
<subtype>end</subtype>
<span>1</span>
</BarLine>
</Measure>
</Staff>
<Staff id="2">
<Measure number="1">
<KeySig>
<lid>11</lid>
<lid>10</lid>
<accidental>0</accidental>
</KeySig>
<Chord>
<lid>14</lid>
<lid>13</lid>
<durationType>whole</durationType>
<Note>
<lid>15</lid>
<lid>14</lid>
<pitch>57</pitch>
<tpc>17</tpc>
<fret>2</fret>
<string>2</string>
</Note>
</Chord>
<BarLine>
<subtype>end</subtype>
<span>1</span>
</BarLine>
</Measure>
</Staff>
<name>E-Gt</name>

View file

@ -1,26 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<museScore version="2.00">
<museScore version="3.00">
<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>
<showInvisible>1</showInvisible>
@ -33,20 +17,11 @@
<metaTag name="lyricist"></metaTag>
<metaTag name="movementNumber"></metaTag>
<metaTag name="movementTitle"></metaTag>
<metaTag name="originalFormat">gpx</metaTag>
<metaTag name="poet"></metaTag>
<metaTag name="source"></metaTag>
<metaTag name="translator"></metaTag>
<metaTag name="workNumber"></metaTag>
<metaTag name="workTitle"></metaTag>
<PageList>
<Page>
<System>
</System>
<System>
</System>
</Page>
</PageList>
<Part>
<Staff id="1">
<StaffType group="pitched">
@ -102,6 +77,8 @@
</Articulation>
<Channel>
<program value="24"/>
<midiPort>0</midiPort>
<midiChannel>0</midiChannel>
</Channel>
</Instrument>
</Part>
@ -160,6 +137,8 @@
</Articulation>
<Channel>
<program value="27"/>
<midiPort>0</midiPort>
<midiChannel>2</midiChannel>
</Channel>
</Instrument>
</Part>
@ -192,12 +171,10 @@
<Tempo>
<tempo>2</tempo>
<lid>5</lid>
<text><sym>unicodeNoteQuarterUp</sym> = 120</text>
<text><sym>metNoteQuarterUp</sym> = 120</text>
</Tempo>
<Ottava id="2">
<subtype>8va</subtype>
<lid>31</lid>
<lineWidth>0.1</lineWidth>
</Ottava>
<Chord>
<lid>6</lid>
@ -228,8 +205,6 @@
<endSpanner id="2"/>
<Ottava id="3">
<subtype>8vb</subtype>
<lid>32</lid>
<lineWidth>0.1</lineWidth>
</Ottava>
<Chord>
<lid>12</lid>
@ -277,7 +252,7 @@
<Note>
<lid>22</lid>
<Accidental>
<subtype>flat</subtype>
<subtype>accidentalFlat</subtype>
</Accidental>
<pitch>46</pitch>
<tpc>12</tpc>
@ -303,19 +278,15 @@
<Rest>
<lid>27</lid>
<durationType>measure</durationType>
<duration z="4" n="4"/>
<duration>4/4</duration>
</Rest>
</Measure>
<Measure number="9">
<Rest>
<lid>29</lid>
<durationType>measure</durationType>
<duration z="4" n="4"/>
<duration>4/4</duration>
</Rest>
<BarLine>
<subtype>end</subtype>
<span>1</span>
</BarLine>
</Measure>
</Staff>
<Staff id="2">
@ -323,14 +294,14 @@
<Clef>
<concertClefType>G8vb</concertClefType>
<transposingClefType>G8vb</transposingClefType>
<lid>33</lid>
<lid>31</lid>
</Clef>
<KeySig>
<lid>34</lid>
<lid>32</lid>
<accidental>0</accidental>
</KeySig>
<TimeSig>
<lid>35</lid>
<lid>33</lid>
<sigN>4</sigN>
<sigD>4</sigD>
<showCourtesySig>1</showCourtesySig>
@ -338,18 +309,16 @@
<Dynamic>
<subtype>mf</subtype>
<velocity>80</velocity>
<lid>36</lid>
<lid>34</lid>
</Dynamic>
<Ottava id="4">
<subtype>8va</subtype>
<lid>53</lid>
<lineWidth>0.1</lineWidth>
</Ottava>
<Chord>
<lid>37</lid>
<lid>35</lid>
<durationType>whole</durationType>
<Note>
<lid>38</lid>
<lid>36</lid>
<pitch>35</pitch>
<tpc>19</tpc>
<fret>0</fret>
@ -359,10 +328,10 @@
</Measure>
<Measure number="2">
<Chord>
<lid>39</lid>
<lid>37</lid>
<durationType>whole</durationType>
<Note>
<lid>40</lid>
<lid>38</lid>
<pitch>36</pitch>
<tpc>14</tpc>
<fret>0</fret>
@ -374,14 +343,12 @@
<endSpanner id="4"/>
<Ottava id="5">
<subtype>8vb</subtype>
<lid>54</lid>
<lineWidth>0.1</lineWidth>
</Ottava>
<Chord>
<lid>41</lid>
<lid>39</lid>
<durationType>whole</durationType>
<Note>
<lid>42</lid>
<lid>40</lid>
<pitch>62</pitch>
<tpc>16</tpc>
<fret>3</fret>
@ -392,10 +359,10 @@
<Measure number="4">
<endSpanner id="5"/>
<Chord>
<lid>43</lid>
<lid>41</lid>
<durationType>whole</durationType>
<Note>
<lid>44</lid>
<lid>42</lid>
<pitch>50</pitch>
<tpc>16</tpc>
<fret>5</fret>
@ -405,10 +372,10 @@
</Measure>
<Measure number="5">
<Chord>
<lid>45</lid>
<lid>43</lid>
<durationType>whole</durationType>
<Note>
<lid>46</lid>
<lid>44</lid>
<pitch>48</pitch>
<tpc>14</tpc>
<fret>3</fret>
@ -418,12 +385,12 @@
</Measure>
<Measure number="6">
<Chord>
<lid>47</lid>
<lid>45</lid>
<durationType>whole</durationType>
<Note>
<lid>48</lid>
<lid>46</lid>
<Accidental>
<subtype>flat</subtype>
<subtype>accidentalFlat</subtype>
</Accidental>
<pitch>46</pitch>
<tpc>12</tpc>
@ -434,10 +401,10 @@
</Measure>
<Measure number="7">
<Chord>
<lid>49</lid>
<lid>47</lid>
<durationType>whole</durationType>
<Note>
<lid>50</lid>
<lid>48</lid>
<pitch>47</pitch>
<tpc>19</tpc>
<fret>2</fret>
@ -447,21 +414,17 @@
</Measure>
<Measure number="8">
<Rest>
<lid>51</lid>
<lid>49</lid>
<durationType>measure</durationType>
<duration z="4" n="4"/>
<duration>4/4</duration>
</Rest>
</Measure>
<Measure number="9">
<Rest>
<lid>52</lid>
<lid>50</lid>
<durationType>measure</durationType>
<duration z="4" n="4"/>
<duration>4/4</duration>
</Rest>
<BarLine>
<subtype>end</subtype>
<span>1</span>
</BarLine>
</Measure>
</Staff>
<Score>
@ -470,36 +433,12 @@
<Division>480</Division>
<Style>
<createMultiMeasureRests>1</createMultiMeasureRests>
<page-layout>
<page-height>1584</page-height>
<page-width>1224</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>
@ -513,6 +452,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>
@ -618,12 +558,8 @@
<Tempo>
<tempo>2</tempo>
<lid>5</lid>
<text><sym>unicodeNoteQuarterUp</sym> = 120</text>
<text><sym>metNoteQuarterUp</sym> = 120</text>
</Tempo>
<Ottava id="6">
<subtype>8va</subtype>
<lid>31</lid>
</Ottava>
<Chord>
<lid>6</lid>
<durationType>whole</durationType>
@ -650,11 +586,6 @@
</Chord>
</Measure>
<Measure number="3">
<endSpanner id="6"/>
<Ottava id="7">
<subtype>8vb</subtype>
<lid>32</lid>
</Ottava>
<Chord>
<lid>12</lid>
<durationType>whole</durationType>
@ -666,11 +597,8 @@
<string>1</string>
</Note>
</Chord>
<tick>3840</tick>
<endSpanner id="8"/>
</Measure>
<Measure number="4">
<endSpanner id="7"/>
<Chord>
<lid>15</lid>
<durationType>whole</durationType>
@ -682,8 +610,6 @@
<string>4</string>
</Note>
</Chord>
<tick>5760</tick>
<endSpanner id="9"/>
</Measure>
<Measure number="5">
<Chord>
@ -705,7 +631,7 @@
<Note>
<lid>22</lid>
<Accidental>
<subtype>flat</subtype>
<subtype>accidentalFlat</subtype>
</Accidental>
<pitch>46</pitch>
<tpc>12</tpc>
@ -731,31 +657,22 @@
<Rest>
<lid>27</lid>
<durationType>measure</durationType>
<duration z="4" n="4"/>
<duration>4/4</duration>
</Rest>
</Measure>
<Measure number="8" len="8/4">
<multiMeasureRest>2</multiMeasureRest>
<Rest>
<durationType>measure</durationType>
<duration z="8" n="4"/>
<duration>8/4</duration>
</Rest>
<BarLine>
<subtype>end</subtype>
<span>1</span>
</BarLine>
</Measure>
<tick>15360</tick>
<Measure number="9">
<Rest>
<lid>29</lid>
<durationType>measure</durationType>
<duration z="4" n="4"/>
<duration>4/4</duration>
</Rest>
<BarLine>
<subtype>end</subtype>
<span>1</span>
</BarLine>
</Measure>
</Staff>
<Staff id="2">
@ -764,10 +681,6 @@
<lid>2</lid>
<accidental>0</accidental>
</KeySig>
<Ottava id="8">
<subtype>8va</subtype>
<lid>31</lid>
</Ottava>
<Chord>
<lid>6</lid>
<durationType>whole</durationType>
@ -794,10 +707,6 @@
</Chord>
</Measure>
<Measure number="3">
<Ottava id="9">
<subtype>8vb</subtype>
<lid>32</lid>
</Ottava>
<Chord>
<lid>12</lid>
<durationType>whole</durationType>
@ -866,31 +775,22 @@
<Rest>
<lid>27</lid>
<durationType>measure</durationType>
<duration z="4" n="4"/>
<duration>4/4</duration>
</Rest>
</Measure>
<Measure number="8" len="8/4">
<multiMeasureRest>2</multiMeasureRest>
<Rest>
<durationType>measure</durationType>
<duration z="8" n="4"/>
<duration>8/4</duration>
</Rest>
<BarLine>
<subtype>end</subtype>
<span>1</span>
</BarLine>
</Measure>
<tick>15360</tick>
<Measure number="9">
<Rest>
<lid>29</lid>
<durationType>measure</durationType>
<duration z="4" n="4"/>
<duration>4/4</duration>
</Rest>
<BarLine>
<subtype>end</subtype>
<span>1</span>
</BarLine>
</Measure>
</Staff>
<name>N-Gt</name>
@ -901,36 +801,12 @@
<Division>480</Division>
<Style>
<createMultiMeasureRests>1</createMultiMeasureRests>
<page-layout>
<page-height>1584</page-height>
<page-width>1224</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>2</linkedTo>
@ -944,6 +820,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>
@ -1029,14 +906,14 @@
<Clef>
<concertClefType>G8vb</concertClefType>
<transposingClefType>G8vb</transposingClefType>
<lid>33</lid>
<lid>31</lid>
</Clef>
<KeySig>
<lid>34</lid>
<lid>32</lid>
<accidental>0</accidental>
</KeySig>
<TimeSig>
<lid>35</lid>
<lid>33</lid>
<sigN>4</sigN>
<sigD>4</sigD>
<showCourtesySig>1</showCourtesySig>
@ -1044,22 +921,18 @@
<Tempo>
<tempo>2</tempo>
<lid>5</lid>
<text><sym>unicodeNoteQuarterUp</sym> = 120</text>
<text><sym>metNoteQuarterUp</sym> = 120</text>
</Tempo>
<Dynamic>
<subtype>mf</subtype>
<velocity>80</velocity>
<lid>36</lid>
<lid>34</lid>
</Dynamic>
<Ottava id="10">
<subtype>8va</subtype>
<lid>53</lid>
</Ottava>
<Chord>
<lid>37</lid>
<lid>35</lid>
<durationType>whole</durationType>
<Note>
<lid>38</lid>
<lid>36</lid>
<pitch>35</pitch>
<tpc>19</tpc>
<fret>0</fret>
@ -1069,10 +942,10 @@
</Measure>
<Measure number="2">
<Chord>
<lid>39</lid>
<lid>37</lid>
<durationType>whole</durationType>
<Note>
<lid>40</lid>
<lid>38</lid>
<pitch>36</pitch>
<tpc>14</tpc>
<fret>0</fret>
@ -1081,47 +954,37 @@
</Chord>
</Measure>
<Measure number="3">
<endSpanner id="10"/>
<Ottava id="11">
<subtype>8vb</subtype>
<lid>54</lid>
</Ottava>
<Chord>
<lid>41</lid>
<lid>39</lid>
<durationType>whole</durationType>
<Note>
<lid>42</lid>
<lid>40</lid>
<pitch>62</pitch>
<tpc>16</tpc>
<fret>3</fret>
<string>1</string>
</Note>
</Chord>
<tick>3840</tick>
<endSpanner id="12"/>
</Measure>
<Measure number="4">
<endSpanner id="11"/>
<Chord>
<lid>43</lid>
<lid>41</lid>
<durationType>whole</durationType>
<Note>
<lid>44</lid>
<lid>42</lid>
<pitch>50</pitch>
<tpc>16</tpc>
<fret>5</fret>
<string>4</string>
</Note>
</Chord>
<tick>5760</tick>
<endSpanner id="13"/>
</Measure>
<Measure number="5">
<Chord>
<lid>45</lid>
<lid>43</lid>
<durationType>whole</durationType>
<Note>
<lid>46</lid>
<lid>44</lid>
<pitch>48</pitch>
<tpc>14</tpc>
<fret>3</fret>
@ -1131,12 +994,12 @@
</Measure>
<Measure number="6">
<Chord>
<lid>47</lid>
<lid>45</lid>
<durationType>whole</durationType>
<Note>
<lid>48</lid>
<lid>46</lid>
<Accidental>
<subtype>flat</subtype>
<subtype>accidentalFlat</subtype>
</Accidental>
<pitch>46</pitch>
<tpc>12</tpc>
@ -1147,10 +1010,10 @@
</Measure>
<Measure number="7">
<Chord>
<lid>49</lid>
<lid>47</lid>
<durationType>whole</durationType>
<Note>
<lid>50</lid>
<lid>48</lid>
<pitch>47</pitch>
<tpc>19</tpc>
<fret>2</fret>
@ -1160,50 +1023,37 @@
</Measure>
<Measure number="8">
<Rest>
<lid>51</lid>
<lid>49</lid>
<durationType>measure</durationType>
<duration z="4" n="4"/>
<duration>4/4</duration>
</Rest>
</Measure>
<Measure number="8" len="8/4">
<multiMeasureRest>2</multiMeasureRest>
<Rest>
<durationType>measure</durationType>
<duration z="8" n="4"/>
<duration>8/4</duration>
</Rest>
<BarLine>
<subtype>end</subtype>
<span>1</span>
</BarLine>
</Measure>
<tick>15360</tick>
<Measure number="9">
<Rest>
<lid>52</lid>
<lid>50</lid>
<durationType>measure</durationType>
<duration z="4" n="4"/>
<duration>4/4</duration>
</Rest>
<BarLine>
<subtype>end</subtype>
<span>1</span>
</BarLine>
</Measure>
</Staff>
<Staff id="2">
<Measure number="1">
<KeySig>
<lid>34</lid>
<lid>32</lid>
<accidental>0</accidental>
</KeySig>
<Ottava id="12">
<subtype>8va</subtype>
<lid>53</lid>
</Ottava>
<Chord>
<lid>37</lid>
<lid>35</lid>
<durationType>whole</durationType>
<Note>
<lid>38</lid>
<lid>36</lid>
<pitch>35</pitch>
<tpc>19</tpc>
<fret>0</fret>
@ -1213,10 +1063,10 @@
</Measure>
<Measure number="2">
<Chord>
<lid>39</lid>
<lid>37</lid>
<durationType>whole</durationType>
<Note>
<lid>40</lid>
<lid>38</lid>
<pitch>36</pitch>
<tpc>14</tpc>
<fret>0</fret>
@ -1225,15 +1075,11 @@
</Chord>
</Measure>
<Measure number="3">
<Ottava id="13">
<subtype>8vb</subtype>
<lid>54</lid>
</Ottava>
<Chord>
<lid>41</lid>
<lid>39</lid>
<durationType>whole</durationType>
<Note>
<lid>42</lid>
<lid>40</lid>
<pitch>62</pitch>
<tpc>16</tpc>
<fret>3</fret>
@ -1243,10 +1089,10 @@
</Measure>
<Measure number="4">
<Chord>
<lid>43</lid>
<lid>41</lid>
<durationType>whole</durationType>
<Note>
<lid>44</lid>
<lid>42</lid>
<pitch>50</pitch>
<tpc>16</tpc>
<fret>5</fret>
@ -1256,10 +1102,10 @@
</Measure>
<Measure number="5">
<Chord>
<lid>45</lid>
<lid>43</lid>
<durationType>whole</durationType>
<Note>
<lid>46</lid>
<lid>44</lid>
<pitch>48</pitch>
<tpc>14</tpc>
<fret>3</fret>
@ -1269,10 +1115,10 @@
</Measure>
<Measure number="6">
<Chord>
<lid>47</lid>
<lid>45</lid>
<durationType>whole</durationType>
<Note>
<lid>48</lid>
<lid>46</lid>
<pitch>46</pitch>
<tpc>12</tpc>
<fret>1</fret>
@ -1282,10 +1128,10 @@
</Measure>
<Measure number="7">
<Chord>
<lid>49</lid>
<lid>47</lid>
<durationType>whole</durationType>
<Note>
<lid>50</lid>
<lid>48</lid>
<pitch>47</pitch>
<tpc>19</tpc>
<fret>2</fret>
@ -1295,33 +1141,24 @@
</Measure>
<Measure number="8">
<Rest>
<lid>51</lid>
<lid>49</lid>
<durationType>measure</durationType>
<duration z="4" n="4"/>
<duration>4/4</duration>
</Rest>
</Measure>
<Measure number="8" len="8/4">
<multiMeasureRest>2</multiMeasureRest>
<Rest>
<durationType>measure</durationType>
<duration z="8" n="4"/>
<duration>8/4</duration>
</Rest>
<BarLine>
<subtype>end</subtype>
<span>1</span>
</BarLine>
</Measure>
<tick>15360</tick>
<Measure number="9">
<Rest>
<lid>52</lid>
<lid>50</lid>
<durationType>measure</durationType>
<duration z="4" n="4"/>
<duration>4/4</duration>
</Rest>
<BarLine>
<subtype>end</subtype>
<span>1</span>
</BarLine>
</Measure>
</Staff>
<name>E-Gt</name>

View file

@ -1,26 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<museScore version="2.00">
<museScore version="3.00">
<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>
<showInvisible>1</showInvisible>
@ -33,20 +17,11 @@
<metaTag name="lyricist"></metaTag>
<metaTag name="movementNumber"></metaTag>
<metaTag name="movementTitle"></metaTag>
<metaTag name="originalFormat">gpx</metaTag>
<metaTag name="poet"></metaTag>
<metaTag name="source"></metaTag>
<metaTag name="translator"></metaTag>
<metaTag name="workNumber"></metaTag>
<metaTag name="workTitle"></metaTag>
<PageList>
<Page>
<System>
</System>
<System>
</System>
</Page>
</PageList>
<Part>
<Staff id="1">
<StaffType group="pitched">
@ -102,6 +77,8 @@
</Articulation>
<Channel>
<program value="24"/>
<midiPort>0</midiPort>
<midiChannel>0</midiChannel>
</Channel>
</Instrument>
</Part>
@ -160,6 +137,8 @@
</Articulation>
<Channel>
<program value="27"/>
<midiPort>0</midiPort>
<midiChannel>2</midiChannel>
</Channel>
</Instrument>
</Part>
@ -192,11 +171,10 @@
<Tempo>
<tempo>2</tempo>
<lid>5</lid>
<text><sym>unicodeNoteQuarterUp</sym> = 120</text>
<text><sym>metNoteQuarterUp</sym> = 120</text>
</Tempo>
<Ottava id="2">
<subtype>8va</subtype>
<lid>15</lid>
</Ottava>
<Chord>
<lid>6</lid>
@ -204,7 +182,7 @@
<Note>
<lid>7</lid>
<Accidental>
<subtype>sharp</subtype>
<subtype>accidentalSharp</subtype>
</Accidental>
<pitch>49</pitch>
<tpc>21</tpc>
@ -217,27 +195,22 @@
<Rest>
<lid>9</lid>
<durationType>measure</durationType>
<duration z="4" n="4"/>
<duration>4/4</duration>
</Rest>
</Measure>
<Measure number="3">
<Rest>
<lid>11</lid>
<durationType>measure</durationType>
<duration z="4" n="4"/>
<duration>4/4</duration>
</Rest>
</Measure>
<Measure number="4">
<Rest>
<lid>13</lid>
<durationType>measure</durationType>
<duration z="4" n="4"/>
<duration>4/4</duration>
</Rest>
<BarLine>
<subtype>end</subtype>
<span>1</span>
</BarLine>
<endSpanner id="2"/>
</Measure>
</Staff>
<Staff id="2">
@ -245,48 +218,47 @@
<Clef>
<concertClefType>G8vb</concertClefType>
<transposingClefType>G8vb</transposingClefType>
<lid>16</lid>
<lid>15</lid>
</Clef>
<KeySig>
<lid>17</lid>
<lid>16</lid>
<accidental>0</accidental>
</KeySig>
<TimeSig>
<lid>18</lid>
<lid>17</lid>
<sigN>4</sigN>
<sigD>4</sigD>
<showCourtesySig>1</showCourtesySig>
</TimeSig>
<Rest>
<lid>19</lid>
<lid>18</lid>
<durationType>quarter</durationType>
</Rest>
<Dynamic>
<subtype>mf</subtype>
<velocity>80</velocity>
<lid>20</lid>
<lid>19</lid>
</Dynamic>
<Ottava id="3">
<subtype>8va</subtype>
<lid>30</lid>
<lineWidth>0.1</lineWidth>
</Ottava>
<Chord>
<lid>21</lid>
<lid>20</lid>
<durationType>quarter</durationType>
<Note>
<lid>22</lid>
<lid>21</lid>
<pitch>45</pitch>
<tpc>17</tpc>
<fret>0</fret>
<string>4</string>
</Note>
</Chord>
<endSpanner id="3"/>
<Chord>
<lid>23</lid>
<lid>22</lid>
<durationType>quarter</durationType>
<Note>
<lid>24</lid>
<lid>23</lid>
<pitch>57</pitch>
<tpc>17</tpc>
<fret>2</fret>
@ -294,10 +266,10 @@
</Note>
</Chord>
<Chord>
<lid>25</lid>
<lid>24</lid>
<durationType>quarter</durationType>
<Note>
<lid>26</lid>
<lid>25</lid>
<pitch>57</pitch>
<tpc>17</tpc>
<fret>2</fret>
@ -306,30 +278,25 @@
</Chord>
</Measure>
<Measure number="2">
<endSpanner id="3"/>
<Rest>
<lid>27</lid>
<lid>26</lid>
<durationType>measure</durationType>
<duration z="4" n="4"/>
<duration>4/4</duration>
</Rest>
</Measure>
<Measure number="3">
<Rest>
<lid>28</lid>
<lid>27</lid>
<durationType>measure</durationType>
<duration z="4" n="4"/>
<duration>4/4</duration>
</Rest>
</Measure>
<Measure number="4">
<Rest>
<lid>29</lid>
<lid>28</lid>
<durationType>measure</durationType>
<duration z="4" n="4"/>
<duration>4/4</duration>
</Rest>
<BarLine>
<subtype>end</subtype>
<span>1</span>
</BarLine>
</Measure>
</Staff>
<Score>
@ -338,36 +305,12 @@
<Division>480</Division>
<Style>
<createMultiMeasureRests>1</createMultiMeasureRests>
<page-layout>
<page-height>1584</page-height>
<page-width>1224</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>
@ -381,6 +324,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>
@ -486,19 +430,15 @@
<Tempo>
<tempo>2</tempo>
<lid>5</lid>
<text><sym>unicodeNoteQuarterUp</sym> = 120</text>
<text><sym>metNoteQuarterUp</sym> = 120</text>
</Tempo>
<Ottava id="4">
<subtype>8va</subtype>
<lid>15</lid>
</Ottava>
<Chord>
<lid>6</lid>
<durationType>whole</durationType>
<Note>
<lid>7</lid>
<Accidental>
<subtype>sharp</subtype>
<subtype>accidentalSharp</subtype>
</Accidental>
<pitch>49</pitch>
<tpc>21</tpc>
@ -511,42 +451,29 @@
<Rest>
<lid>9</lid>
<durationType>measure</durationType>
<duration z="4" n="4"/>
<duration>4/4</duration>
</Rest>
</Measure>
<Measure number="2" len="12/4">
<multiMeasureRest>3</multiMeasureRest>
<Rest>
<durationType>measure</durationType>
<duration z="12" n="4"/>
<duration>12/4</duration>
</Rest>
<BarLine>
<subtype>end</subtype>
<span>1</span>
</BarLine>
<endSpanner id="4"/>
<endSpanner id="5"/>
</Measure>
<tick>3840</tick>
<Measure number="3">
<Rest>
<lid>11</lid>
<durationType>measure</durationType>
<duration z="4" n="4"/>
<duration>4/4</duration>
</Rest>
</Measure>
<Measure number="4">
<Rest>
<lid>13</lid>
<durationType>measure</durationType>
<duration z="4" n="4"/>
<duration>4/4</duration>
</Rest>
<BarLine>
<subtype>end</subtype>
<span>1</span>
</BarLine>
<endSpanner id="4"/>
<endSpanner id="5"/>
</Measure>
</Staff>
<Staff id="2">
@ -555,10 +482,6 @@
<lid>2</lid>
<accidental>0</accidental>
</KeySig>
<Ottava id="5">
<subtype>8va</subtype>
<lid>15</lid>
</Ottava>
<Chord>
<lid>6</lid>
<durationType>whole</durationType>
@ -575,38 +498,29 @@
<Rest>
<lid>9</lid>
<durationType>measure</durationType>
<duration z="4" n="4"/>
<duration>4/4</duration>
</Rest>
</Measure>
<Measure number="2" len="12/4">
<multiMeasureRest>3</multiMeasureRest>
<Rest>
<durationType>measure</durationType>
<duration z="12" n="4"/>
<duration>12/4</duration>
</Rest>
<BarLine>
<subtype>end</subtype>
<span>1</span>
</BarLine>
</Measure>
<tick>3840</tick>
<Measure number="3">
<Rest>
<lid>11</lid>
<durationType>measure</durationType>
<duration z="4" n="4"/>
<duration>4/4</duration>
</Rest>
</Measure>
<Measure number="4">
<Rest>
<lid>13</lid>
<durationType>measure</durationType>
<duration z="4" n="4"/>
<duration>4/4</duration>
</Rest>
<BarLine>
<subtype>end</subtype>
<span>1</span>
</BarLine>
</Measure>
</Staff>
<name>N-Gt</name>
@ -617,36 +531,12 @@
<Division>480</Division>
<Style>
<createMultiMeasureRests>1</createMultiMeasureRests>
<page-layout>
<page-height>1584</page-height>
<page-width>1224</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>2</linkedTo>
@ -660,6 +550,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>
@ -745,14 +636,14 @@
<Clef>
<concertClefType>G8vb</concertClefType>
<transposingClefType>G8vb</transposingClefType>
<lid>16</lid>
<lid>15</lid>
</Clef>
<KeySig>
<lid>17</lid>
<lid>16</lid>
<accidental>0</accidental>
</KeySig>
<TimeSig>
<lid>18</lid>
<lid>17</lid>
<sigN>4</sigN>
<sigD>4</sigD>
<showCourtesySig>1</showCourtesySig>
@ -760,38 +651,33 @@
<Tempo>
<tempo>2</tempo>
<lid>5</lid>
<text><sym>unicodeNoteQuarterUp</sym> = 120</text>
<text><sym>metNoteQuarterUp</sym> = 120</text>
</Tempo>
<Rest>
<lid>19</lid>
<lid>18</lid>
<durationType>quarter</durationType>
</Rest>
<Dynamic>
<subtype>mf</subtype>
<velocity>80</velocity>
<lid>20</lid>
<lid>19</lid>
</Dynamic>
<Ottava id="6">
<subtype>8va</subtype>
<lid>30</lid>
</Ottava>
<Chord>
<lid>21</lid>
<lid>20</lid>
<durationType>quarter</durationType>
<Note>
<lid>22</lid>
<lid>21</lid>
<pitch>45</pitch>
<tpc>17</tpc>
<fret>0</fret>
<string>4</string>
</Note>
</Chord>
<endSpanner id="6"/>
<Chord>
<lid>23</lid>
<lid>22</lid>
<durationType>quarter</durationType>
<Note>
<lid>24</lid>
<lid>23</lid>
<pitch>57</pitch>
<tpc>17</tpc>
<fret>2</fret>
@ -799,76 +685,61 @@
</Note>
</Chord>
<Chord>
<lid>25</lid>
<lid>24</lid>
<durationType>quarter</durationType>
<Note>
<lid>26</lid>
<lid>25</lid>
<pitch>57</pitch>
<tpc>17</tpc>
<fret>2</fret>
<string>2</string>
</Note>
</Chord>
<tick>960</tick>
<endSpanner id="7"/>
</Measure>
<Measure number="2">
<Rest>
<lid>27</lid>
<lid>26</lid>
<durationType>measure</durationType>
<duration z="4" n="4"/>
<duration>4/4</duration>
</Rest>
</Measure>
<Measure number="2" len="12/4">
<multiMeasureRest>3</multiMeasureRest>
<Rest>
<durationType>measure</durationType>
<duration z="12" n="4"/>
<duration>12/4</duration>
</Rest>
<BarLine>
<subtype>end</subtype>
<span>1</span>
</BarLine>
</Measure>
<tick>3840</tick>
<Measure number="3">
<Rest>
<lid>28</lid>
<lid>27</lid>
<durationType>measure</durationType>
<duration z="4" n="4"/>
<duration>4/4</duration>
</Rest>
</Measure>
<Measure number="4">
<Rest>
<lid>29</lid>
<lid>28</lid>
<durationType>measure</durationType>
<duration z="4" n="4"/>
<duration>4/4</duration>
</Rest>
<BarLine>
<subtype>end</subtype>
<span>1</span>
</BarLine>
</Measure>
</Staff>
<Staff id="2">
<Measure number="1">
<KeySig>
<lid>17</lid>
<lid>16</lid>
<accidental>0</accidental>
</KeySig>
<Rest>
<lid>19</lid>
<lid>18</lid>
<durationType>quarter</durationType>
</Rest>
<Ottava id="7">
<subtype>8va</subtype>
<lid>30</lid>
</Ottava>
<Chord>
<lid>21</lid>
<lid>20</lid>
<durationType>quarter</durationType>
<Note>
<lid>22</lid>
<lid>21</lid>
<pitch>45</pitch>
<tpc>17</tpc>
<fret>0</fret>
@ -876,10 +747,10 @@
</Note>
</Chord>
<Chord>
<lid>23</lid>
<lid>22</lid>
<durationType>quarter</durationType>
<Note>
<lid>24</lid>
<lid>23</lid>
<pitch>57</pitch>
<tpc>17</tpc>
<fret>2</fret>
@ -887,10 +758,10 @@
</Note>
</Chord>
<Chord>
<lid>25</lid>
<lid>24</lid>
<durationType>quarter</durationType>
<Note>
<lid>26</lid>
<lid>25</lid>
<pitch>57</pitch>
<tpc>17</tpc>
<fret>2</fret>
@ -900,40 +771,31 @@
</Measure>
<Measure number="2">
<Rest>
<lid>27</lid>
<lid>26</lid>
<durationType>measure</durationType>
<duration z="4" n="4"/>
<duration>4/4</duration>
</Rest>
</Measure>
<Measure number="2" len="12/4">
<multiMeasureRest>3</multiMeasureRest>
<Rest>
<durationType>measure</durationType>
<duration z="12" n="4"/>
<duration>12/4</duration>
</Rest>
<BarLine>
<subtype>end</subtype>
<span>1</span>
</BarLine>
</Measure>
<tick>3840</tick>
<Measure number="3">
<Rest>
<lid>28</lid>
<lid>27</lid>
<durationType>measure</durationType>
<duration z="4" n="4"/>
<duration>4/4</duration>
</Rest>
</Measure>
<Measure number="4">
<Rest>
<lid>29</lid>
<lid>28</lid>
<durationType>measure</durationType>
<duration z="4" n="4"/>
<duration>4/4</duration>
</Rest>
<BarLine>
<subtype>end</subtype>
<span>1</span>
</BarLine>
</Measure>
</Staff>
<name>E-Gt</name>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -101,11 +85,7 @@
<lid>7</lid>
<Text>
<lid>8</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>P.M.</text>
</Text>
<pitch>60</pitch>
@ -155,22 +135,6 @@
<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>
@ -190,6 +154,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>
@ -271,11 +236,7 @@
<lid>7</lid>
<Text>
<lid>8</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>P.M.</text>
</Text>
<pitch>60</pitch>
@ -332,11 +293,7 @@
<lid>7</lid>
<Text>
<lid>8</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>P.M.</text>
</Text>
<pitch>60</pitch>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -96,11 +80,7 @@
<lid>6</lid>
<Text>
<lid>7</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>P.M.</text>
</Text>
<pitch>60</pitch>
@ -150,22 +130,6 @@
<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>
@ -185,6 +149,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>
@ -261,11 +226,7 @@
<lid>6</lid>
<Text>
<lid>7</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>P.M.</text>
</Text>
<pitch>60</pitch>
@ -322,11 +283,7 @@
<lid>6</lid>
<Text>
<lid>7</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>P.M.</text>
</Text>
<pitch>60</pitch>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -134,11 +118,7 @@
<lid>7</lid>
<Text>
<lid>8</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>P.M.</text>
</Text>
<pitch>60</pitch>
@ -188,22 +168,6 @@
<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>
@ -223,6 +187,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>
@ -337,11 +302,7 @@
<lid>7</lid>
<Text>
<lid>8</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>P.M.</text>
</Text>
<pitch>60</pitch>
@ -398,11 +359,7 @@
<lid>7</lid>
<Text>
<lid>8</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>P.M.</text>
</Text>
<pitch>60</pitch>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -154,22 +138,6 @@
<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>
@ -189,6 +157,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -149,22 +133,6 @@
<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>
@ -184,6 +152,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -187,22 +171,6 @@
<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>
@ -222,6 +190,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -162,22 +146,6 @@
<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>
@ -197,6 +165,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -186,22 +170,6 @@
<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>
@ -221,6 +189,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -203,22 +187,6 @@
<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>
@ -238,6 +206,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -127,22 +111,6 @@
<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>
@ -162,6 +130,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -127,22 +111,6 @@
<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>
@ -162,6 +130,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -160,22 +144,6 @@
<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>
@ -195,6 +163,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -136,22 +120,6 @@
<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>
@ -171,6 +139,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -111,7 +95,6 @@
<subtype>0</subtype>
<lid>12</lid>
<diagonal>1</diagonal>
<lineWidth>0.15</lineWidth>
<anchor>3</anchor>
</Glissando>
</Note>
@ -145,22 +128,6 @@
<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>
@ -180,6 +147,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>
@ -271,7 +239,6 @@
<subtype>0</subtype>
<lid>12</lid>
<diagonal>1</diagonal>
<lineWidth>0.15</lineWidth>
<anchor>3</anchor>
</Glissando>
</Note>
@ -322,7 +289,6 @@
<subtype>0</subtype>
<lid>12</lid>
<diagonal>1</diagonal>
<lineWidth>0.15</lineWidth>
<anchor>3</anchor>
</Glissando>
</Note>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -106,7 +90,6 @@
<subtype>0</subtype>
<lid>11</lid>
<diagonal>1</diagonal>
<lineWidth>0.15</lineWidth>
<anchor>3</anchor>
</Glissando>
</Note>
@ -161,22 +144,6 @@
<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>
@ -196,6 +163,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>
@ -282,7 +250,6 @@
<subtype>0</subtype>
<lid>11</lid>
<diagonal>1</diagonal>
<lineWidth>0.15</lineWidth>
<anchor>3</anchor>
</Glissando>
</Note>
@ -354,7 +321,6 @@
<subtype>0</subtype>
<lid>11</lid>
<diagonal>1</diagonal>
<lineWidth>0.15</lineWidth>
<anchor>3</anchor>
</Glissando>
</Note>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -144,7 +128,6 @@
<subtype>0</subtype>
<lid>12</lid>
<diagonal>1</diagonal>
<lineWidth>0.15</lineWidth>
<anchor>3</anchor>
</Glissando>
</Note>
@ -199,22 +182,6 @@
<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>
@ -234,6 +201,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>
@ -358,7 +326,6 @@
<subtype>0</subtype>
<lid>12</lid>
<diagonal>1</diagonal>
<lineWidth>0.15</lineWidth>
<anchor>3</anchor>
</Glissando>
</Note>
@ -430,7 +397,6 @@
<subtype>0</subtype>
<lid>12</lid>
<diagonal>1</diagonal>
<lineWidth>0.15</lineWidth>
<anchor>3</anchor>
</Glissando>
</Note>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -166,22 +150,6 @@
<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>
@ -201,6 +169,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -182,22 +166,6 @@
<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>
@ -217,6 +185,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -220,22 +204,6 @@
<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>
@ -255,6 +223,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -166,22 +150,6 @@
<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>
@ -201,6 +169,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -182,22 +166,6 @@
<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>
@ -217,6 +185,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -220,22 +204,6 @@
<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>
@ -255,6 +223,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -166,22 +150,6 @@
<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>
@ -201,6 +169,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -182,22 +166,6 @@
<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>
@ -217,6 +185,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -220,22 +204,6 @@
<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>
@ -255,6 +223,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -173,22 +157,6 @@
<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>
@ -208,6 +176,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -194,22 +178,6 @@
<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>
@ -229,6 +197,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -227,22 +211,6 @@
<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>
@ -262,6 +230,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -180,11 +164,7 @@
<lid>16</lid>
<Text>
<lid>17</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>S</text>
</Text>
<pitch>38</pitch>
@ -203,11 +183,7 @@
<lid>19</lid>
<Text>
<lid>20</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>P</text>
</Text>
<pitch>52</pitch>
@ -245,11 +221,7 @@
<lid>25</lid>
<Text>
<lid>26</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>S</text>
</Text>
<pitch>33</pitch>
@ -268,11 +240,7 @@
<lid>28</lid>
<Text>
<lid>29</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>P</text>
</Text>
<pitch>52</pitch>
@ -289,11 +257,7 @@
<lid>31</lid>
<Text>
<lid>32</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>S</text>
</Text>
<pitch>33</pitch>
@ -312,11 +276,7 @@
<lid>34</lid>
<Text>
<lid>35</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>P</text>
</Text>
<pitch>52</pitch>
@ -333,22 +293,6 @@
<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>
@ -528,11 +472,7 @@
<lid>16</lid>
<Text>
<lid>17</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>S</text>
</Text>
<pitch>38</pitch>
@ -551,11 +491,7 @@
<lid>19</lid>
<Text>
<lid>20</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>P</text>
</Text>
<pitch>52</pitch>
@ -593,11 +529,7 @@
<lid>25</lid>
<Text>
<lid>26</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>S</text>
</Text>
<pitch>33</pitch>
@ -616,11 +548,7 @@
<lid>28</lid>
<Text>
<lid>29</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>P</text>
</Text>
<pitch>52</pitch>
@ -637,11 +565,7 @@
<lid>31</lid>
<Text>
<lid>32</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>S</text>
</Text>
<pitch>33</pitch>
@ -660,11 +584,7 @@
<lid>34</lid>
<Text>
<lid>35</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>P</text>
</Text>
<pitch>52</pitch>
@ -773,11 +693,7 @@
<lid>16</lid>
<Text>
<lid>17</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>S</text>
</Text>
<pitch>38</pitch>
@ -796,11 +712,7 @@
<lid>19</lid>
<Text>
<lid>20</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>P</text>
</Text>
<pitch>52</pitch>
@ -838,11 +750,7 @@
<lid>25</lid>
<Text>
<lid>26</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>S</text>
</Text>
<pitch>33</pitch>
@ -861,11 +769,7 @@
<lid>28</lid>
<Text>
<lid>29</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>P</text>
</Text>
<pitch>52</pitch>
@ -882,11 +786,7 @@
<lid>31</lid>
<Text>
<lid>32</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>S</text>
</Text>
<pitch>33</pitch>
@ -905,11 +805,7 @@
<lid>34</lid>
<Text>
<lid>35</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>P</text>
</Text>
<pitch>52</pitch>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -138,22 +122,6 @@
<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>
@ -173,6 +141,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -190,22 +174,6 @@
<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>
@ -225,6 +193,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -96,11 +80,7 @@
<lid>6</lid>
<Text>
<lid>7</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>T</text>
</Text>
<pitch>60</pitch>
@ -116,11 +96,7 @@
<lid>9</lid>
<Text>
<lid>10</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>S</text>
</Text>
<pitch>60</pitch>
@ -136,11 +112,7 @@
<lid>12</lid>
<Text>
<lid>13</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>P</text>
</Text>
<pitch>60</pitch>
@ -161,22 +133,6 @@
<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>
@ -196,6 +152,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>
@ -272,11 +229,7 @@
<lid>6</lid>
<Text>
<lid>7</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>T</text>
</Text>
<pitch>60</pitch>
@ -292,11 +245,7 @@
<lid>9</lid>
<Text>
<lid>10</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>S</text>
</Text>
<pitch>60</pitch>
@ -312,11 +261,7 @@
<lid>12</lid>
<Text>
<lid>13</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>P</text>
</Text>
<pitch>60</pitch>
@ -344,11 +289,7 @@
<lid>6</lid>
<Text>
<lid>7</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>T</text>
</Text>
<pitch>60</pitch>
@ -364,11 +305,7 @@
<lid>9</lid>
<Text>
<lid>10</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>S</text>
</Text>
<pitch>60</pitch>
@ -384,11 +321,7 @@
<lid>12</lid>
<Text>
<lid>13</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>P</text>
</Text>
<pitch>60</pitch>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -134,11 +118,7 @@
<lid>7</lid>
<Text>
<lid>8</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>T</text>
</Text>
<pitch>60</pitch>
@ -154,11 +134,7 @@
<lid>10</lid>
<Text>
<lid>11</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>S</text>
</Text>
<pitch>60</pitch>
@ -174,11 +150,7 @@
<lid>13</lid>
<Text>
<lid>14</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>P</text>
</Text>
<pitch>60</pitch>
@ -199,22 +171,6 @@
<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>
@ -234,6 +190,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>
@ -348,11 +305,7 @@
<lid>7</lid>
<Text>
<lid>8</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>T</text>
</Text>
<pitch>60</pitch>
@ -368,11 +321,7 @@
<lid>10</lid>
<Text>
<lid>11</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>S</text>
</Text>
<pitch>60</pitch>
@ -388,11 +337,7 @@
<lid>13</lid>
<Text>
<lid>14</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>P</text>
</Text>
<pitch>60</pitch>
@ -420,11 +365,7 @@
<lid>7</lid>
<Text>
<lid>8</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>T</text>
</Text>
<pitch>60</pitch>
@ -440,11 +381,7 @@
<lid>10</lid>
<Text>
<lid>11</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>S</text>
</Text>
<pitch>60</pitch>
@ -460,11 +397,7 @@
<lid>13</lid>
<Text>
<lid>14</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>P</text>
</Text>
<pitch>60</pitch>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -245,22 +229,6 @@
<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>
@ -280,6 +248,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -247,22 +231,6 @@
<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>
@ -282,6 +250,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -247,22 +231,6 @@
<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>
@ -282,6 +250,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -177,22 +161,6 @@
<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>
@ -212,6 +180,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -145,11 +129,7 @@
<lid>9</lid>
<Text>
<lid>10</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>Text</text>
</Text>
<pitch>50</pitch>
@ -188,22 +168,6 @@
<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>
@ -223,6 +187,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>
@ -348,11 +313,7 @@
<lid>9</lid>
<Text>
<lid>10</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>Text</text>
</Text>
<pitch>50</pitch>
@ -409,11 +370,7 @@
<lid>9</lid>
<Text>
<lid>10</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>Text</text>
</Text>
<pitch>50</pitch>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -156,11 +140,7 @@
<lid>11</lid>
<Text>
<lid>12</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>0:01</text>
</Text>
<pitch>60</pitch>
@ -225,11 +205,7 @@
<lid>26</lid>
<Text>
<lid>27</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>0:09</text>
</Text>
<pitch>60</pitch>
@ -1234,11 +1210,7 @@
<lid>243</lid>
<Text>
<lid>244</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>1:42</text>
</Text>
<pitch>60</pitch>
@ -1255,22 +1227,6 @@
<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>
@ -1290,6 +1246,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>
@ -1426,11 +1383,7 @@
<lid>11</lid>
<Text>
<lid>12</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>0:01</text>
</Text>
<pitch>60</pitch>
@ -1502,11 +1455,7 @@
<lid>26</lid>
<Text>
<lid>27</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>0:09</text>
</Text>
<pitch>60</pitch>
@ -2574,11 +2523,7 @@
<lid>243</lid>
<Text>
<lid>244</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>1:42</text>
</Text>
<pitch>60</pitch>
@ -2624,11 +2569,7 @@
<lid>11</lid>
<Text>
<lid>12</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>0:01</text>
</Text>
<pitch>60</pitch>
@ -2700,11 +2641,7 @@
<lid>26</lid>
<Text>
<lid>27</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>0:09</text>
</Text>
<pitch>60</pitch>
@ -3772,11 +3709,7 @@
<lid>243</lid>
<Text>
<lid>244</lid>
<style></style>
<halign>center</halign>
<valign>center</valign>
<xoffset>0</xoffset>
<yoffset>-2</yoffset>
<align>center,center</align>
<text>1:42</text>
</Text>
<pitch>60</pitch>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -276,22 +260,6 @@
<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>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -135,22 +119,6 @@
<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>
@ -170,6 +138,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>

View file

@ -5,22 +5,6 @@
<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>
<showInvisible>1</showInvisible>
@ -191,22 +175,6 @@
<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>
@ -226,6 +194,7 @@
<name>tab6StrCommon</name>
<lines>6</lines>
<lineDistance>1.5</lineDistance>
<stepOffset>2</stepOffset>
<timesig>0</timesig>
<durations>0</durations>
<durationFontName>MuseScore Tab Modern</durationFontName>

Some files were not shown because too many files have changed in this diff Show more