Enable Compat114 tests again
This commit is contained in:
parent
c4307e1a6b
commit
afafe7000d
23 changed files with 186 additions and 3100 deletions
|
@ -2467,19 +2467,18 @@ static void readStyle(MStyle* style, XmlReader& e)
|
|||
e.skipCurrentElement();
|
||||
else if (tag == "systemDistance") // obsolete
|
||||
style->set(Sid::minSystemDistance, QVariant(e.readDouble()));
|
||||
else {
|
||||
if (tag == "stemDir") {
|
||||
int voice = e.attribute("voice", "1").toInt() - 1;
|
||||
switch(voice) {
|
||||
case 0: tag = "StemDir1"; break;
|
||||
case 1: tag = "StemDir2"; break;
|
||||
case 2: tag = "StemDir3"; break;
|
||||
case 3: tag = "StemDir4"; break;
|
||||
}
|
||||
else if (tag == "stemDir") {
|
||||
int voice = e.attribute("voice", "1").toInt() - 1;
|
||||
switch(voice) {
|
||||
case 0: tag = "StemDir1"; break;
|
||||
case 1: tag = "StemDir2"; break;
|
||||
case 2: tag = "StemDir3"; break;
|
||||
case 3: tag = "StemDir4"; break;
|
||||
}
|
||||
// for compatibility:
|
||||
if (tag == "oddHeader" || tag == "evenHeader" || tag == "oddFooter" || tag == "evenFooter")
|
||||
tag += "C";
|
||||
}
|
||||
// for compatibility:
|
||||
else if (tag == "oddHeader" || tag == "evenHeader" || tag == "oddFooter" || tag == "evenFooter")
|
||||
tag += "C";
|
||||
#if 0 // TODO-ws
|
||||
int idx2;
|
||||
for (idx2 = 0; idx2 < int(ArticulationType::ARTICULATIONS); ++idx2) {
|
||||
|
@ -2506,9 +2505,12 @@ static void readStyle(MStyle* style, XmlReader& e)
|
|||
if (idx2 < int(ArticulationType::ARTICULATIONS))
|
||||
continue;
|
||||
#endif
|
||||
QString val(e.readElementText());
|
||||
//TODO style->convertToUnit(tag, val);
|
||||
else {
|
||||
if (!style->readProperties(e)) {
|
||||
e.skipCurrentElement();
|
||||
}
|
||||
}
|
||||
//TODO style->convertToUnit(tag, val);
|
||||
}
|
||||
|
||||
// if we just specified a new chord description file
|
||||
|
@ -2564,10 +2566,10 @@ static void readStyle(MStyle* style, XmlReader& e)
|
|||
Score::FileError MasterScore::read114(XmlReader& e)
|
||||
{
|
||||
qDebug("==");
|
||||
#if 0
|
||||
|
||||
for (unsigned int i = 0; i < sizeof(style114)/sizeof(*style114); ++i)
|
||||
style().set(style114[i].idx, style114[i].val);
|
||||
|
||||
#if 0
|
||||
// old text style defaults
|
||||
TextStyle ts = style().textStyle("Chord Symbol");
|
||||
ts.setYoff(-4.0);
|
||||
|
|
|
@ -148,7 +148,7 @@ add_custom_target(reporthtml
|
|||
)
|
||||
|
||||
subdirs (
|
||||
# libmscore/compat114
|
||||
libmscore/compat114
|
||||
libmscore/compat206
|
||||
# libmscore/album # obsolete
|
||||
libmscore/barline
|
||||
|
|
|
@ -12,7 +12,9 @@
|
|||
<bracketDistance>0.25</bracketDistance>
|
||||
<clefLeftMargin>0.5</clefLeftMargin>
|
||||
<clefKeyRightMargin>1.75</clefKeyRightMargin>
|
||||
<clefBarlineDistance>0.18</clefBarlineDistance>
|
||||
<minNoteDistance>0.4</minNoteDistance>
|
||||
<barNoteDistance>1.2</barNoteDistance>
|
||||
<measureSpacing>1.14</measureSpacing>
|
||||
<ledgerLineWidth>0.12</ledgerLineWidth>
|
||||
<beamWidth>0.48</beamWidth>
|
||||
|
@ -26,59 +28,6 @@
|
|||
<voltaY>0</voltaY>
|
||||
<keySigNaturals>1</keySigNaturals>
|
||||
<tupletOufOfStaff>0</tupletOufOfStaff>
|
||||
<TextStyle>
|
||||
<halign>center</halign>
|
||||
<valign>baseline</valign>
|
||||
<offsetType>spatium</offsetType>
|
||||
<name>Dynamics</name>
|
||||
<family>FreeSerif</family>
|
||||
<size>12</size>
|
||||
<sizeIsSpatiumDependent>1</sizeIsSpatiumDependent>
|
||||
</TextStyle>
|
||||
<TextStyle>
|
||||
<halign>left</halign>
|
||||
<valign>baseline</valign>
|
||||
<xoffset>0</xoffset>
|
||||
<yoffset>-4</yoffset>
|
||||
<offsetType>spatium</offsetType>
|
||||
<name>Chord Symbol</name>
|
||||
<family>FreeSerif</family>
|
||||
<size>12</size>
|
||||
<sizeIsSpatiumDependent>1</sizeIsSpatiumDependent>
|
||||
</TextStyle>
|
||||
<TextStyle>
|
||||
<halign>center</halign>
|
||||
<valign>baseline</valign>
|
||||
<xoffset>0</xoffset>
|
||||
<yoffset>-3</yoffset>
|
||||
<offsetType>spatium</offsetType>
|
||||
<name>Rehearsal Mark</name>
|
||||
<family>FreeSerif</family>
|
||||
<size>14</size>
|
||||
<bold>1</bold>
|
||||
<sizeIsSpatiumDependent>1</sizeIsSpatiumDependent>
|
||||
<frameWidthS>0.2</frameWidthS>
|
||||
<paddingWidthS>0.5</paddingWidthS>
|
||||
<frameRound>20</frameRound>
|
||||
<frameColor r="0" g="0" b="0" a="255"/>
|
||||
<systemFlag>1</systemFlag>
|
||||
</TextStyle>
|
||||
<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.764</Spatium>
|
||||
</Style>
|
||||
<showInvisible>1</showInvisible>
|
||||
|
@ -100,6 +49,7 @@
|
|||
<Staff id="1">
|
||||
<StaffType group="pitched">
|
||||
</StaffType>
|
||||
<bracket type="-1" span="1" col="0"/>
|
||||
</Staff>
|
||||
<trackName>Flute</trackName>
|
||||
<Instrument>
|
||||
|
@ -140,7 +90,6 @@
|
|||
<TimeSig>
|
||||
<sigN>4</sigN>
|
||||
<sigD>4</sigD>
|
||||
<showCourtesySig>1</showCourtesySig>
|
||||
</TimeSig>
|
||||
<Chord>
|
||||
<durationType>quarter</durationType>
|
||||
|
|
|
@ -13,7 +13,9 @@
|
|||
<bracketDistance>0.2</bracketDistance>
|
||||
<clefLeftMargin>0.5</clefLeftMargin>
|
||||
<clefKeyRightMargin>1.75</clefKeyRightMargin>
|
||||
<clefBarlineDistance>0.18</clefBarlineDistance>
|
||||
<minNoteDistance>0.4</minNoteDistance>
|
||||
<barNoteDistance>1.2</barNoteDistance>
|
||||
<measureSpacing>1.14</measureSpacing>
|
||||
<ledgerLineWidth>0.12</ledgerLineWidth>
|
||||
<beamWidth>0.48</beamWidth>
|
||||
|
@ -28,59 +30,6 @@
|
|||
<voltaY>0</voltaY>
|
||||
<keySigNaturals>1</keySigNaturals>
|
||||
<tupletOufOfStaff>0</tupletOufOfStaff>
|
||||
<TextStyle>
|
||||
<halign>center</halign>
|
||||
<valign>baseline</valign>
|
||||
<offsetType>spatium</offsetType>
|
||||
<name>Dynamics</name>
|
||||
<family>FreeSerif</family>
|
||||
<size>12</size>
|
||||
<sizeIsSpatiumDependent>1</sizeIsSpatiumDependent>
|
||||
</TextStyle>
|
||||
<TextStyle>
|
||||
<halign>left</halign>
|
||||
<valign>baseline</valign>
|
||||
<xoffset>0</xoffset>
|
||||
<yoffset>-4</yoffset>
|
||||
<offsetType>spatium</offsetType>
|
||||
<name>Chord Symbol</name>
|
||||
<family>FreeSerif</family>
|
||||
<size>12</size>
|
||||
<sizeIsSpatiumDependent>1</sizeIsSpatiumDependent>
|
||||
</TextStyle>
|
||||
<TextStyle>
|
||||
<halign>center</halign>
|
||||
<valign>baseline</valign>
|
||||
<xoffset>0</xoffset>
|
||||
<yoffset>-3</yoffset>
|
||||
<offsetType>spatium</offsetType>
|
||||
<name>Rehearsal Mark</name>
|
||||
<family>FreeSerif</family>
|
||||
<size>14</size>
|
||||
<bold>1</bold>
|
||||
<sizeIsSpatiumDependent>1</sizeIsSpatiumDependent>
|
||||
<frameWidthS>0.2</frameWidthS>
|
||||
<paddingWidthS>0.5</paddingWidthS>
|
||||
<frameRound>20</frameRound>
|
||||
<frameColor r="0" g="0" b="0" a="255"/>
|
||||
<systemFlag>1</systemFlag>
|
||||
</TextStyle>
|
||||
<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.764</Spatium>
|
||||
</Style>
|
||||
<showInvisible>1</showInvisible>
|
||||
|
@ -102,6 +51,7 @@
|
|||
<Staff id="1">
|
||||
<StaffType group="pitched">
|
||||
</StaffType>
|
||||
<bracket type="-1" span="1" col="0"/>
|
||||
</Staff>
|
||||
<trackName>Flute</trackName>
|
||||
<Instrument>
|
||||
|
@ -142,46 +92,44 @@
|
|||
<TimeSig>
|
||||
<sigN>4</sigN>
|
||||
<sigD>4</sigD>
|
||||
<showCourtesySig>1</showCourtesySig>
|
||||
</TimeSig>
|
||||
<Fermata>
|
||||
<subtype>fermataAbove</subtype>
|
||||
</Fermata>
|
||||
<Chord>
|
||||
<durationType>quarter</durationType>
|
||||
<Articulation>
|
||||
<subtype>fermataAbove</subtype>
|
||||
</Articulation>
|
||||
<Note>
|
||||
<pitch>72</pitch>
|
||||
<tpc>14</tpc>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Fermata>
|
||||
<subtype>fermataBelow</subtype>
|
||||
<placement>below</placement>
|
||||
</Fermata>
|
||||
<Chord>
|
||||
<durationType>quarter</durationType>
|
||||
<Articulation>
|
||||
<direction>down</direction>
|
||||
<subtype>fermataBelow</subtype>
|
||||
</Articulation>
|
||||
<Note>
|
||||
<pitch>72</pitch>
|
||||
<tpc>14</tpc>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Fermata>
|
||||
<subtype>fermataShortAbove</subtype>
|
||||
</Fermata>
|
||||
<Chord>
|
||||
<durationType>quarter</durationType>
|
||||
<Articulation>
|
||||
<direction>up</direction>
|
||||
<subtype>fermataShortAbove</subtype>
|
||||
</Articulation>
|
||||
<Note>
|
||||
<pitch>72</pitch>
|
||||
<tpc>14</tpc>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Fermata>
|
||||
<subtype>fermataShortBelow</subtype>
|
||||
<placement>below</placement>
|
||||
</Fermata>
|
||||
<Chord>
|
||||
<durationType>quarter</durationType>
|
||||
<Articulation>
|
||||
<direction>down</direction>
|
||||
<subtype>fermataShortBelow</subtype>
|
||||
</Articulation>
|
||||
<Note>
|
||||
<pitch>72</pitch>
|
||||
<tpc>14</tpc>
|
||||
|
@ -189,45 +137,43 @@
|
|||
</Chord>
|
||||
</Measure>
|
||||
<Measure number="2">
|
||||
<Fermata>
|
||||
<subtype>fermataLongAbove</subtype>
|
||||
</Fermata>
|
||||
<Chord>
|
||||
<durationType>quarter</durationType>
|
||||
<Articulation>
|
||||
<direction>up</direction>
|
||||
<subtype>fermataLongAbove</subtype>
|
||||
</Articulation>
|
||||
<Note>
|
||||
<pitch>72</pitch>
|
||||
<tpc>14</tpc>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Fermata>
|
||||
<subtype>fermataLongBelow</subtype>
|
||||
<placement>below</placement>
|
||||
</Fermata>
|
||||
<Chord>
|
||||
<durationType>quarter</durationType>
|
||||
<Articulation>
|
||||
<direction>down</direction>
|
||||
<subtype>fermataLongBelow</subtype>
|
||||
</Articulation>
|
||||
<Note>
|
||||
<pitch>72</pitch>
|
||||
<tpc>14</tpc>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Fermata>
|
||||
<subtype>fermataVeryLongAbove</subtype>
|
||||
</Fermata>
|
||||
<Chord>
|
||||
<durationType>quarter</durationType>
|
||||
<Articulation>
|
||||
<direction>up</direction>
|
||||
<subtype>fermataVeryLongAbove</subtype>
|
||||
</Articulation>
|
||||
<Note>
|
||||
<pitch>72</pitch>
|
||||
<tpc>14</tpc>
|
||||
</Note>
|
||||
</Chord>
|
||||
<Fermata>
|
||||
<subtype>fermataVeryLongBelow</subtype>
|
||||
<placement>below</placement>
|
||||
</Fermata>
|
||||
<Chord>
|
||||
<durationType>quarter</durationType>
|
||||
<Articulation>
|
||||
<direction>down</direction>
|
||||
<subtype>fermataVeryLongBelow</subtype>
|
||||
</Articulation>
|
||||
<Note>
|
||||
<pitch>72</pitch>
|
||||
<tpc>14</tpc>
|
||||
|
@ -490,7 +436,7 @@
|
|||
<Chord>
|
||||
<durationType>quarter</durationType>
|
||||
<Articulation>
|
||||
<subtype>ornamentDownPrall</subtype>
|
||||
<subtype>ornamentPrecompMordentUpperPrefix</subtype>
|
||||
</Articulation>
|
||||
<Note>
|
||||
<pitch>72</pitch>
|
||||
|
|
|
@ -12,7 +12,9 @@
|
|||
<bracketDistance>0.25</bracketDistance>
|
||||
<clefLeftMargin>0.5</clefLeftMargin>
|
||||
<clefKeyRightMargin>1.75</clefKeyRightMargin>
|
||||
<clefBarlineDistance>0.18</clefBarlineDistance>
|
||||
<minNoteDistance>0.4</minNoteDistance>
|
||||
<barNoteDistance>1.2</barNoteDistance>
|
||||
<measureSpacing>1.14</measureSpacing>
|
||||
<ledgerLineWidth>0.12</ledgerLineWidth>
|
||||
<beamWidth>0.48</beamWidth>
|
||||
|
@ -26,59 +28,6 @@
|
|||
<voltaY>0</voltaY>
|
||||
<keySigNaturals>1</keySigNaturals>
|
||||
<tupletOufOfStaff>0</tupletOufOfStaff>
|
||||
<TextStyle>
|
||||
<halign>center</halign>
|
||||
<valign>baseline</valign>
|
||||
<offsetType>spatium</offsetType>
|
||||
<name>Dynamics</name>
|
||||
<family>FreeSerif</family>
|
||||
<size>12</size>
|
||||
<sizeIsSpatiumDependent>1</sizeIsSpatiumDependent>
|
||||
</TextStyle>
|
||||
<TextStyle>
|
||||
<halign>left</halign>
|
||||
<valign>baseline</valign>
|
||||
<xoffset>0</xoffset>
|
||||
<yoffset>-4</yoffset>
|
||||
<offsetType>spatium</offsetType>
|
||||
<name>Chord Symbol</name>
|
||||
<family>FreeSerif</family>
|
||||
<size>12</size>
|
||||
<sizeIsSpatiumDependent>1</sizeIsSpatiumDependent>
|
||||
</TextStyle>
|
||||
<TextStyle>
|
||||
<halign>center</halign>
|
||||
<valign>baseline</valign>
|
||||
<xoffset>0</xoffset>
|
||||
<yoffset>-3</yoffset>
|
||||
<offsetType>spatium</offsetType>
|
||||
<name>Rehearsal Mark</name>
|
||||
<family>FreeSerif</family>
|
||||
<size>14</size>
|
||||
<bold>1</bold>
|
||||
<sizeIsSpatiumDependent>1</sizeIsSpatiumDependent>
|
||||
<frameWidthS>0.2</frameWidthS>
|
||||
<paddingWidthS>0.5</paddingWidthS>
|
||||
<frameRound>20</frameRound>
|
||||
<frameColor r="0" g="0" b="0" a="255"/>
|
||||
<systemFlag>1</systemFlag>
|
||||
</TextStyle>
|
||||
<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.764</Spatium>
|
||||
</Style>
|
||||
<showInvisible>1</showInvisible>
|
||||
|
@ -100,6 +49,7 @@
|
|||
<Staff id="1">
|
||||
<StaffType group="pitched">
|
||||
</StaffType>
|
||||
<bracket type="-1" span="1" col="0"/>
|
||||
</Staff>
|
||||
<trackName>Flute</trackName>
|
||||
<Instrument>
|
||||
|
@ -142,7 +92,6 @@
|
|||
<TimeSig>
|
||||
<sigN>4</sigN>
|
||||
<sigD>4</sigD>
|
||||
<showCourtesySig>1</showCourtesySig>
|
||||
</TimeSig>
|
||||
<Harmony>
|
||||
<root>14</root>
|
||||
|
@ -157,7 +106,6 @@
|
|||
<Harmony>
|
||||
<root>16</root>
|
||||
<extension>64</extension>
|
||||
<name>7</name>
|
||||
</Harmony>
|
||||
<Rest>
|
||||
<durationType>measure</durationType>
|
||||
|
@ -168,7 +116,6 @@
|
|||
<Harmony>
|
||||
<root>11</root>
|
||||
<extension>16</extension>
|
||||
<name>m</name>
|
||||
</Harmony>
|
||||
<Rest>
|
||||
<durationType>measure</durationType>
|
||||
|
@ -179,7 +126,6 @@
|
|||
<Harmony>
|
||||
<root>20</root>
|
||||
<extension>6</extension>
|
||||
<name>Maj7</name>
|
||||
</Harmony>
|
||||
<Rest>
|
||||
<durationType>measure</durationType>
|
||||
|
@ -192,7 +138,6 @@
|
|||
<Harmony>
|
||||
<root>15</root>
|
||||
<extension>33</extension>
|
||||
<name>dim</name>
|
||||
</Harmony>
|
||||
<Rest>
|
||||
<durationType>measure</durationType>
|
||||
|
@ -205,7 +150,6 @@
|
|||
<Harmony>
|
||||
<root>17</root>
|
||||
<extension>76</extension>
|
||||
<name>7b9</name>
|
||||
</Harmony>
|
||||
<Rest>
|
||||
<durationType>measure</durationType>
|
||||
|
@ -217,8 +161,7 @@
|
|||
<Measure number="7">
|
||||
<Harmony>
|
||||
<root>19</root>
|
||||
<extension>33</extension>
|
||||
<name>dim</name>
|
||||
<name>o</name>
|
||||
</Harmony>
|
||||
<Rest>
|
||||
<durationType>measure</durationType>
|
||||
|
@ -229,9 +172,8 @@
|
|||
</Measure>
|
||||
<Measure number="8">
|
||||
<Harmony>
|
||||
<root>21</root>
|
||||
<extension>64</extension>
|
||||
<name>7</name>
|
||||
<root>14</root>
|
||||
<name>7</name>
|
||||
</Harmony>
|
||||
<Rest>
|
||||
<durationType>measure</durationType>
|
||||
|
|
|
@ -12,7 +12,9 @@
|
|||
<bracketDistance>0.25</bracketDistance>
|
||||
<clefLeftMargin>0.5</clefLeftMargin>
|
||||
<clefKeyRightMargin>1.75</clefKeyRightMargin>
|
||||
<clefBarlineDistance>0.18</clefBarlineDistance>
|
||||
<minNoteDistance>0.4</minNoteDistance>
|
||||
<barNoteDistance>1.2</barNoteDistance>
|
||||
<measureSpacing>1.14</measureSpacing>
|
||||
<ledgerLineWidth>0.12</ledgerLineWidth>
|
||||
<beamWidth>0.48</beamWidth>
|
||||
|
@ -26,59 +28,6 @@
|
|||
<voltaY>0</voltaY>
|
||||
<keySigNaturals>1</keySigNaturals>
|
||||
<tupletOufOfStaff>0</tupletOufOfStaff>
|
||||
<TextStyle>
|
||||
<halign>center</halign>
|
||||
<valign>baseline</valign>
|
||||
<offsetType>spatium</offsetType>
|
||||
<name>Dynamics</name>
|
||||
<family>FreeSerif</family>
|
||||
<size>12</size>
|
||||
<sizeIsSpatiumDependent>1</sizeIsSpatiumDependent>
|
||||
</TextStyle>
|
||||
<TextStyle>
|
||||
<halign>left</halign>
|
||||
<valign>baseline</valign>
|
||||
<xoffset>0</xoffset>
|
||||
<yoffset>-4</yoffset>
|
||||
<offsetType>spatium</offsetType>
|
||||
<name>Chord Symbol</name>
|
||||
<family>FreeSerif</family>
|
||||
<size>12</size>
|
||||
<sizeIsSpatiumDependent>1</sizeIsSpatiumDependent>
|
||||
</TextStyle>
|
||||
<TextStyle>
|
||||
<halign>center</halign>
|
||||
<valign>baseline</valign>
|
||||
<xoffset>0</xoffset>
|
||||
<yoffset>-3</yoffset>
|
||||
<offsetType>spatium</offsetType>
|
||||
<name>Rehearsal Mark</name>
|
||||
<family>FreeSerif</family>
|
||||
<size>14</size>
|
||||
<bold>1</bold>
|
||||
<sizeIsSpatiumDependent>1</sizeIsSpatiumDependent>
|
||||
<frameWidthS>0.2</frameWidthS>
|
||||
<paddingWidthS>0.5</paddingWidthS>
|
||||
<frameRound>20</frameRound>
|
||||
<frameColor r="0" g="0" b="0" a="255"/>
|
||||
<systemFlag>1</systemFlag>
|
||||
</TextStyle>
|
||||
<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.764</Spatium>
|
||||
</Style>
|
||||
<showInvisible>1</showInvisible>
|
||||
|
@ -100,7 +49,8 @@
|
|||
<Staff id="1">
|
||||
<StaffType group="pitched">
|
||||
</StaffType>
|
||||
<barLineSpan>1</barLineSpan>
|
||||
<bracket type="1" span="2" col="0"/>
|
||||
<barLineSpan>2</barLineSpan>
|
||||
</Staff>
|
||||
<Staff id="2">
|
||||
<StaffType group="pitched">
|
||||
|
@ -146,7 +96,6 @@
|
|||
<TimeSig>
|
||||
<sigN>3</sigN>
|
||||
<sigD>4</sigD>
|
||||
<showCourtesySig>1</showCourtesySig>
|
||||
</TimeSig>
|
||||
<Chord>
|
||||
<durationType>quarter</durationType>
|
||||
|
@ -175,6 +124,7 @@
|
|||
<transposingClefType>G</transposingClefType>
|
||||
</Clef>
|
||||
<BarLine>
|
||||
<span>1</span>
|
||||
</BarLine>
|
||||
</Measure>
|
||||
<Measure number="2">
|
||||
|
@ -209,6 +159,7 @@
|
|||
</Note>
|
||||
</Chord>
|
||||
<BarLine>
|
||||
<span>1</span>
|
||||
</BarLine>
|
||||
</Measure>
|
||||
</Staff>
|
||||
|
@ -217,7 +168,6 @@
|
|||
<TimeSig>
|
||||
<sigN>3</sigN>
|
||||
<sigD>4</sigD>
|
||||
<showCourtesySig>1</showCourtesySig>
|
||||
</TimeSig>
|
||||
<Chord>
|
||||
<durationType>eighth</durationType>
|
||||
|
|
|
@ -13,7 +13,9 @@
|
|||
<bracketDistance>0.2</bracketDistance>
|
||||
<clefLeftMargin>0.5</clefLeftMargin>
|
||||
<clefKeyRightMargin>1.75</clefKeyRightMargin>
|
||||
<clefBarlineDistance>0.18</clefBarlineDistance>
|
||||
<minNoteDistance>0.4</minNoteDistance>
|
||||
<barNoteDistance>1.2</barNoteDistance>
|
||||
<measureSpacing>1.14</measureSpacing>
|
||||
<ledgerLineWidth>0.12</ledgerLineWidth>
|
||||
<beamWidth>0.48</beamWidth>
|
||||
|
@ -28,59 +30,6 @@
|
|||
<voltaY>0</voltaY>
|
||||
<keySigNaturals>1</keySigNaturals>
|
||||
<tupletOufOfStaff>0</tupletOufOfStaff>
|
||||
<TextStyle>
|
||||
<halign>center</halign>
|
||||
<valign>baseline</valign>
|
||||
<offsetType>spatium</offsetType>
|
||||
<name>Dynamics</name>
|
||||
<family>FreeSerif</family>
|
||||
<size>12</size>
|
||||
<sizeIsSpatiumDependent>1</sizeIsSpatiumDependent>
|
||||
</TextStyle>
|
||||
<TextStyle>
|
||||
<halign>left</halign>
|
||||
<valign>baseline</valign>
|
||||
<xoffset>0</xoffset>
|
||||
<yoffset>-4</yoffset>
|
||||
<offsetType>spatium</offsetType>
|
||||
<name>Chord Symbol</name>
|
||||
<family>FreeSerif</family>
|
||||
<size>12</size>
|
||||
<sizeIsSpatiumDependent>1</sizeIsSpatiumDependent>
|
||||
</TextStyle>
|
||||
<TextStyle>
|
||||
<halign>center</halign>
|
||||
<valign>baseline</valign>
|
||||
<xoffset>0</xoffset>
|
||||
<yoffset>-3</yoffset>
|
||||
<offsetType>spatium</offsetType>
|
||||
<name>Rehearsal Mark</name>
|
||||
<family>FreeSerif</family>
|
||||
<size>14</size>
|
||||
<bold>1</bold>
|
||||
<sizeIsSpatiumDependent>1</sizeIsSpatiumDependent>
|
||||
<frameWidthS>0.2</frameWidthS>
|
||||
<paddingWidthS>0.5</paddingWidthS>
|
||||
<frameRound>20</frameRound>
|
||||
<frameColor r="0" g="0" b="0" a="255"/>
|
||||
<systemFlag>1</systemFlag>
|
||||
</TextStyle>
|
||||
<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.764</Spatium>
|
||||
</Style>
|
||||
<showInvisible>1</showInvisible>
|
||||
|
@ -102,6 +51,7 @@
|
|||
<Staff id="1">
|
||||
<StaffType group="pitched">
|
||||
</StaffType>
|
||||
<bracket type="-1" span="1" col="0"/>
|
||||
</Staff>
|
||||
<trackName>Flute</trackName>
|
||||
<Instrument>
|
||||
|
@ -136,6 +86,10 @@
|
|||
<Staff id="1">
|
||||
<VBox>
|
||||
<height>10</height>
|
||||
<leftMargin>5</leftMargin>
|
||||
<rightMargin>5</rightMargin>
|
||||
<topMargin>5</topMargin>
|
||||
<bottomMargin>5</bottomMargin>
|
||||
<Text>
|
||||
<style>Title</style>
|
||||
<text><font face="Times New Roman"/>Clefs</text>
|
||||
|
@ -149,7 +103,6 @@
|
|||
<TimeSig>
|
||||
<sigN>4</sigN>
|
||||
<sigD>4</sigD>
|
||||
<showCourtesySig>1</showCourtesySig>
|
||||
</TimeSig>
|
||||
<Chord>
|
||||
<durationType>whole</durationType>
|
||||
|
|
|
@ -12,7 +12,9 @@
|
|||
<bracketDistance>0.25</bracketDistance>
|
||||
<clefLeftMargin>0.5</clefLeftMargin>
|
||||
<clefKeyRightMargin>1.75</clefKeyRightMargin>
|
||||
<clefBarlineDistance>0.18</clefBarlineDistance>
|
||||
<minNoteDistance>0.4</minNoteDistance>
|
||||
<barNoteDistance>1.2</barNoteDistance>
|
||||
<measureSpacing>1.14</measureSpacing>
|
||||
<ledgerLineWidth>0.12</ledgerLineWidth>
|
||||
<beamWidth>0.48</beamWidth>
|
||||
|
@ -26,59 +28,6 @@
|
|||
<voltaY>0</voltaY>
|
||||
<keySigNaturals>1</keySigNaturals>
|
||||
<tupletOufOfStaff>0</tupletOufOfStaff>
|
||||
<TextStyle>
|
||||
<halign>center</halign>
|
||||
<valign>baseline</valign>
|
||||
<offsetType>spatium</offsetType>
|
||||
<name>Dynamics</name>
|
||||
<family>FreeSerif</family>
|
||||
<size>12</size>
|
||||
<sizeIsSpatiumDependent>1</sizeIsSpatiumDependent>
|
||||
</TextStyle>
|
||||
<TextStyle>
|
||||
<halign>left</halign>
|
||||
<valign>baseline</valign>
|
||||
<xoffset>0</xoffset>
|
||||
<yoffset>-4</yoffset>
|
||||
<offsetType>spatium</offsetType>
|
||||
<name>Chord Symbol</name>
|
||||
<family>FreeSerif</family>
|
||||
<size>12</size>
|
||||
<sizeIsSpatiumDependent>1</sizeIsSpatiumDependent>
|
||||
</TextStyle>
|
||||
<TextStyle>
|
||||
<halign>center</halign>
|
||||
<valign>baseline</valign>
|
||||
<xoffset>0</xoffset>
|
||||
<yoffset>-3</yoffset>
|
||||
<offsetType>spatium</offsetType>
|
||||
<name>Rehearsal Mark</name>
|
||||
<family>FreeSerif</family>
|
||||
<size>14</size>
|
||||
<bold>1</bold>
|
||||
<sizeIsSpatiumDependent>1</sizeIsSpatiumDependent>
|
||||
<frameWidthS>0.2</frameWidthS>
|
||||
<paddingWidthS>0.5</paddingWidthS>
|
||||
<frameRound>20</frameRound>
|
||||
<frameColor r="0" g="0" b="0" a="255"/>
|
||||
<systemFlag>1</systemFlag>
|
||||
</TextStyle>
|
||||
<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.764</Spatium>
|
||||
</Style>
|
||||
<showInvisible>1</showInvisible>
|
||||
|
@ -102,6 +51,7 @@
|
|||
<name>perc5Line</name>
|
||||
<keysig>0</keysig>
|
||||
</StaffType>
|
||||
<bracket type="-1" span="1" col="0"/>
|
||||
</Staff>
|
||||
<trackName>Drumset 5 lines</trackName>
|
||||
<Instrument>
|
||||
|
@ -319,7 +269,6 @@
|
|||
<TimeSig>
|
||||
<sigN>4</sigN>
|
||||
<sigD>4</sigD>
|
||||
<showCourtesySig>1</showCourtesySig>
|
||||
</TimeSig>
|
||||
<Chord>
|
||||
<durationType>quarter</durationType>
|
||||
|
|
|
@ -12,7 +12,9 @@
|
|||
<bracketDistance>0.25</bracketDistance>
|
||||
<clefLeftMargin>0.5</clefLeftMargin>
|
||||
<clefKeyRightMargin>1.75</clefKeyRightMargin>
|
||||
<clefBarlineDistance>0.18</clefBarlineDistance>
|
||||
<minNoteDistance>0.4</minNoteDistance>
|
||||
<barNoteDistance>1.2</barNoteDistance>
|
||||
<measureSpacing>1.14</measureSpacing>
|
||||
<ledgerLineWidth>0.12</ledgerLineWidth>
|
||||
<beamWidth>0.48</beamWidth>
|
||||
|
@ -26,59 +28,6 @@
|
|||
<voltaY>0</voltaY>
|
||||
<keySigNaturals>1</keySigNaturals>
|
||||
<tupletOufOfStaff>0</tupletOufOfStaff>
|
||||
<TextStyle>
|
||||
<halign>center</halign>
|
||||
<valign>baseline</valign>
|
||||
<offsetType>spatium</offsetType>
|
||||
<name>Dynamics</name>
|
||||
<family>FreeSerif</family>
|
||||
<size>12</size>
|
||||
<sizeIsSpatiumDependent>1</sizeIsSpatiumDependent>
|
||||
</TextStyle>
|
||||
<TextStyle>
|
||||
<halign>left</halign>
|
||||
<valign>baseline</valign>
|
||||
<xoffset>0</xoffset>
|
||||
<yoffset>-4</yoffset>
|
||||
<offsetType>spatium</offsetType>
|
||||
<name>Chord Symbol</name>
|
||||
<family>FreeSerif</family>
|
||||
<size>12</size>
|
||||
<sizeIsSpatiumDependent>1</sizeIsSpatiumDependent>
|
||||
</TextStyle>
|
||||
<TextStyle>
|
||||
<halign>center</halign>
|
||||
<valign>baseline</valign>
|
||||
<xoffset>0</xoffset>
|
||||
<yoffset>-3</yoffset>
|
||||
<offsetType>spatium</offsetType>
|
||||
<name>Rehearsal Mark</name>
|
||||
<family>FreeSerif</family>
|
||||
<size>14</size>
|
||||
<bold>1</bold>
|
||||
<sizeIsSpatiumDependent>1</sizeIsSpatiumDependent>
|
||||
<frameWidthS>0.2</frameWidthS>
|
||||
<paddingWidthS>0.5</paddingWidthS>
|
||||
<frameRound>20</frameRound>
|
||||
<frameColor r="0" g="0" b="0" a="255"/>
|
||||
<systemFlag>1</systemFlag>
|
||||
</TextStyle>
|
||||
<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>
|
||||
|
@ -100,7 +49,8 @@
|
|||
<Staff id="1">
|
||||
<StaffType group="pitched">
|
||||
</StaffType>
|
||||
<barLineSpan>1</barLineSpan>
|
||||
<bracket type="1" span="2" col="0"/>
|
||||
<barLineSpan>2</barLineSpan>
|
||||
</Staff>
|
||||
<Staff id="2">
|
||||
<StaffType group="pitched">
|
||||
|
@ -141,6 +91,10 @@
|
|||
<Staff id="1">
|
||||
<VBox>
|
||||
<height>10</height>
|
||||
<leftMargin>5</leftMargin>
|
||||
<rightMargin>5</rightMargin>
|
||||
<topMargin>5</topMargin>
|
||||
<bottomMargin>5</bottomMargin>
|
||||
<Text>
|
||||
<style>Title</style>
|
||||
<text><font face="Times New Roman"/>Hairpin</text>
|
||||
|
@ -154,7 +108,6 @@
|
|||
<TimeSig>
|
||||
<sigN>4</sigN>
|
||||
<sigD>4</sigD>
|
||||
<showCourtesySig>1</showCourtesySig>
|
||||
</TimeSig>
|
||||
<Rest>
|
||||
<durationType>measure</durationType>
|
||||
|
@ -402,6 +355,7 @@
|
|||
<duration>4/4</duration>
|
||||
</Rest>
|
||||
<BarLine>
|
||||
<span>1</span>
|
||||
</BarLine>
|
||||
</Measure>
|
||||
</Staff>
|
||||
|
@ -414,7 +368,6 @@
|
|||
<TimeSig>
|
||||
<sigN>4</sigN>
|
||||
<sigD>4</sigD>
|
||||
<showCourtesySig>1</showCourtesySig>
|
||||
</TimeSig>
|
||||
<Rest>
|
||||
<durationType>measure</durationType>
|
||||
|
|
|
@ -13,7 +13,9 @@
|
|||
<bracketDistance>0.2</bracketDistance>
|
||||
<clefLeftMargin>0.5</clefLeftMargin>
|
||||
<clefKeyRightMargin>1.75</clefKeyRightMargin>
|
||||
<clefBarlineDistance>0.18</clefBarlineDistance>
|
||||
<minNoteDistance>0.4</minNoteDistance>
|
||||
<barNoteDistance>1.2</barNoteDistance>
|
||||
<measureSpacing>1.14</measureSpacing>
|
||||
<ledgerLineWidth>0.12</ledgerLineWidth>
|
||||
<beamWidth>0.48</beamWidth>
|
||||
|
@ -28,59 +30,6 @@
|
|||
<voltaY>0</voltaY>
|
||||
<keySigNaturals>1</keySigNaturals>
|
||||
<tupletOufOfStaff>0</tupletOufOfStaff>
|
||||
<TextStyle>
|
||||
<halign>center</halign>
|
||||
<valign>baseline</valign>
|
||||
<offsetType>spatium</offsetType>
|
||||
<name>Dynamics</name>
|
||||
<family>FreeSerif</family>
|
||||
<size>12</size>
|
||||
<sizeIsSpatiumDependent>1</sizeIsSpatiumDependent>
|
||||
</TextStyle>
|
||||
<TextStyle>
|
||||
<halign>left</halign>
|
||||
<valign>baseline</valign>
|
||||
<xoffset>0</xoffset>
|
||||
<yoffset>-4</yoffset>
|
||||
<offsetType>spatium</offsetType>
|
||||
<name>Chord Symbol</name>
|
||||
<family>FreeSerif</family>
|
||||
<size>12</size>
|
||||
<sizeIsSpatiumDependent>1</sizeIsSpatiumDependent>
|
||||
</TextStyle>
|
||||
<TextStyle>
|
||||
<halign>center</halign>
|
||||
<valign>baseline</valign>
|
||||
<xoffset>0</xoffset>
|
||||
<yoffset>-3</yoffset>
|
||||
<offsetType>spatium</offsetType>
|
||||
<name>Rehearsal Mark</name>
|
||||
<family>FreeSerif</family>
|
||||
<size>14</size>
|
||||
<bold>1</bold>
|
||||
<sizeIsSpatiumDependent>1</sizeIsSpatiumDependent>
|
||||
<frameWidthS>0.2</frameWidthS>
|
||||
<paddingWidthS>0.5</paddingWidthS>
|
||||
<frameRound>20</frameRound>
|
||||
<frameColor r="0" g="0" b="0" a="255"/>
|
||||
<systemFlag>1</systemFlag>
|
||||
</TextStyle>
|
||||
<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.764</Spatium>
|
||||
</Style>
|
||||
<showInvisible>1</showInvisible>
|
||||
|
@ -102,6 +51,7 @@
|
|||
<Staff id="1">
|
||||
<StaffType group="pitched">
|
||||
</StaffType>
|
||||
<bracket type="-1" span="1" col="0"/>
|
||||
</Staff>
|
||||
<trackName>Flute</trackName>
|
||||
<Instrument>
|
||||
|
@ -136,6 +86,10 @@
|
|||
<Staff id="1">
|
||||
<HBox>
|
||||
<width>5</width>
|
||||
<leftMargin>5</leftMargin>
|
||||
<rightMargin>5</rightMargin>
|
||||
<topMargin>5</topMargin>
|
||||
<bottomMargin>5</bottomMargin>
|
||||
</HBox>
|
||||
<Measure number="1">
|
||||
<Clef>
|
||||
|
@ -145,7 +99,6 @@
|
|||
<TimeSig>
|
||||
<sigN>4</sigN>
|
||||
<sigD>4</sigD>
|
||||
<showCourtesySig>1</showCourtesySig>
|
||||
</TimeSig>
|
||||
<Rest>
|
||||
<durationType>measure</durationType>
|
||||
|
@ -157,7 +110,6 @@
|
|||
<TimeSig>
|
||||
<sigN>4</sigN>
|
||||
<sigD>4</sigD>
|
||||
<showCourtesySig>1</showCourtesySig>
|
||||
</TimeSig>
|
||||
<Rest>
|
||||
<durationType>measure</durationType>
|
||||
|
|
|
@ -12,7 +12,9 @@
|
|||
<bracketDistance>0.25</bracketDistance>
|
||||
<clefLeftMargin>0.5</clefLeftMargin>
|
||||
<clefKeyRightMargin>1.75</clefKeyRightMargin>
|
||||
<clefBarlineDistance>0.18</clefBarlineDistance>
|
||||
<minNoteDistance>0.4</minNoteDistance>
|
||||
<barNoteDistance>1.2</barNoteDistance>
|
||||
<measureSpacing>1.14</measureSpacing>
|
||||
<ledgerLineWidth>0.12</ledgerLineWidth>
|
||||
<beamWidth>0.48</beamWidth>
|
||||
|
@ -26,59 +28,6 @@
|
|||
<voltaY>0</voltaY>
|
||||
<keySigNaturals>1</keySigNaturals>
|
||||
<tupletOufOfStaff>0</tupletOufOfStaff>
|
||||
<TextStyle>
|
||||
<halign>center</halign>
|
||||
<valign>baseline</valign>
|
||||
<offsetType>spatium</offsetType>
|
||||
<name>Dynamics</name>
|
||||
<family>FreeSerif</family>
|
||||
<size>12</size>
|
||||
<sizeIsSpatiumDependent>1</sizeIsSpatiumDependent>
|
||||
</TextStyle>
|
||||
<TextStyle>
|
||||
<halign>left</halign>
|
||||
<valign>baseline</valign>
|
||||
<xoffset>0</xoffset>
|
||||
<yoffset>-4</yoffset>
|
||||
<offsetType>spatium</offsetType>
|
||||
<name>Chord Symbol</name>
|
||||
<family>FreeSerif</family>
|
||||
<size>12</size>
|
||||
<sizeIsSpatiumDependent>1</sizeIsSpatiumDependent>
|
||||
</TextStyle>
|
||||
<TextStyle>
|
||||
<halign>center</halign>
|
||||
<valign>baseline</valign>
|
||||
<xoffset>0</xoffset>
|
||||
<yoffset>-3</yoffset>
|
||||
<offsetType>spatium</offsetType>
|
||||
<name>Rehearsal Mark</name>
|
||||
<family>FreeSerif</family>
|
||||
<size>14</size>
|
||||
<bold>1</bold>
|
||||
<sizeIsSpatiumDependent>1</sizeIsSpatiumDependent>
|
||||
<frameWidthS>0.2</frameWidthS>
|
||||
<paddingWidthS>0.5</paddingWidthS>
|
||||
<frameRound>20</frameRound>
|
||||
<frameColor r="0" g="0" b="0" a="255"/>
|
||||
<systemFlag>1</systemFlag>
|
||||
</TextStyle>
|
||||
<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.764</Spatium>
|
||||
</Style>
|
||||
<showInvisible>1</showInvisible>
|
||||
|
@ -100,6 +49,7 @@
|
|||
<Staff id="1">
|
||||
<StaffType group="pitched">
|
||||
</StaffType>
|
||||
<bracket type="-1" span="1" col="0"/>
|
||||
</Staff>
|
||||
<trackName>Voice</trackName>
|
||||
<Instrument>
|
||||
|
@ -136,6 +86,10 @@
|
|||
<Staff id="1">
|
||||
<VBox>
|
||||
<height>10</height>
|
||||
<leftMargin>5</leftMargin>
|
||||
<rightMargin>5</rightMargin>
|
||||
<topMargin>5</topMargin>
|
||||
<bottomMargin>5</bottomMargin>
|
||||
<Text>
|
||||
<style>Title</style>
|
||||
<text><font face="Times New Roman"/>keysig</text>
|
||||
|
@ -149,7 +103,6 @@
|
|||
<TimeSig>
|
||||
<sigN>4</sigN>
|
||||
<sigD>4</sigD>
|
||||
<showCourtesySig>1</showCourtesySig>
|
||||
</TimeSig>
|
||||
<Chord>
|
||||
<durationType>quarter</durationType>
|
||||
|
|
|
@ -13,7 +13,9 @@
|
|||
<bracketDistance>0.2</bracketDistance>
|
||||
<clefLeftMargin>0.5</clefLeftMargin>
|
||||
<clefKeyRightMargin>1.75</clefKeyRightMargin>
|
||||
<clefBarlineDistance>0.18</clefBarlineDistance>
|
||||
<minNoteDistance>0.4</minNoteDistance>
|
||||
<barNoteDistance>1.2</barNoteDistance>
|
||||
<measureSpacing>1.14</measureSpacing>
|
||||
<ledgerLineWidth>0.12</ledgerLineWidth>
|
||||
<beamWidth>0.48</beamWidth>
|
||||
|
@ -28,59 +30,6 @@
|
|||
<voltaY>0</voltaY>
|
||||
<keySigNaturals>1</keySigNaturals>
|
||||
<tupletOufOfStaff>0</tupletOufOfStaff>
|
||||
<TextStyle>
|
||||
<halign>center</halign>
|
||||
<valign>baseline</valign>
|
||||
<offsetType>spatium</offsetType>
|
||||
<name>Dynamics</name>
|
||||
<family>FreeSerif</family>
|
||||
<size>12</size>
|
||||
<sizeIsSpatiumDependent>1</sizeIsSpatiumDependent>
|
||||
</TextStyle>
|
||||
<TextStyle>
|
||||
<halign>left</halign>
|
||||
<valign>baseline</valign>
|
||||
<xoffset>0</xoffset>
|
||||
<yoffset>-4</yoffset>
|
||||
<offsetType>spatium</offsetType>
|
||||
<name>Chord Symbol</name>
|
||||
<family>FreeSerif</family>
|
||||
<size>12</size>
|
||||
<sizeIsSpatiumDependent>1</sizeIsSpatiumDependent>
|
||||
</TextStyle>
|
||||
<TextStyle>
|
||||
<halign>center</halign>
|
||||
<valign>baseline</valign>
|
||||
<xoffset>0</xoffset>
|
||||
<yoffset>-3</yoffset>
|
||||
<offsetType>spatium</offsetType>
|
||||
<name>Rehearsal Mark</name>
|
||||
<family>FreeSerif</family>
|
||||
<size>14</size>
|
||||
<bold>1</bold>
|
||||
<sizeIsSpatiumDependent>1</sizeIsSpatiumDependent>
|
||||
<frameWidthS>0.2</frameWidthS>
|
||||
<paddingWidthS>0.5</paddingWidthS>
|
||||
<frameRound>20</frameRound>
|
||||
<frameColor r="0" g="0" b="0" a="255"/>
|
||||
<systemFlag>1</systemFlag>
|
||||
</TextStyle>
|
||||
<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.764</Spatium>
|
||||
</Style>
|
||||
<showInvisible>1</showInvisible>
|
||||
|
@ -102,6 +51,7 @@
|
|||
<Staff id="1">
|
||||
<StaffType group="pitched">
|
||||
</StaffType>
|
||||
<bracket type="-1" span="1" col="0"/>
|
||||
</Staff>
|
||||
<trackName>Flute</trackName>
|
||||
<Instrument>
|
||||
|
@ -147,7 +97,6 @@
|
|||
<TimeSig>
|
||||
<sigN>4</sigN>
|
||||
<sigD>4</sigD>
|
||||
<showCourtesySig>1</showCourtesySig>
|
||||
</TimeSig>
|
||||
<Rest>
|
||||
<durationType>measure</durationType>
|
||||
|
@ -192,7 +141,8 @@
|
|||
</Measure>
|
||||
<Measure number="5">
|
||||
<Marker>
|
||||
<text><font face="Times New Roman"/>Fine</text>
|
||||
<systemFlag>1</systemFlag>
|
||||
<text>Fine</text>
|
||||
<label>fine</label>
|
||||
</Marker>
|
||||
<Rest>
|
||||
|
@ -202,7 +152,8 @@
|
|||
</Measure>
|
||||
<Measure number="6">
|
||||
<Jump>
|
||||
<text><font face="Times New Roman"/>D.C.</text>
|
||||
<systemFlag>1</systemFlag>
|
||||
<text></text>
|
||||
<jumpTo>start</jumpTo>
|
||||
<playUntil>end</playUntil>
|
||||
<continueAt></continueAt>
|
||||
|
@ -214,7 +165,8 @@
|
|||
</Measure>
|
||||
<Measure number="7">
|
||||
<Jump>
|
||||
<text><font face="Times New Roman"/>D.C. al Fine</text>
|
||||
<systemFlag>1</systemFlag>
|
||||
<text></text>
|
||||
<jumpTo>start</jumpTo>
|
||||
<playUntil>fine</playUntil>
|
||||
<continueAt></continueAt>
|
||||
|
@ -229,7 +181,8 @@
|
|||
<subtype>line</subtype>
|
||||
</LayoutBreak>
|
||||
<Jump>
|
||||
<text><font face="Times New Roman"/>D.C. al Coda</text>
|
||||
<systemFlag>1</systemFlag>
|
||||
<text></text>
|
||||
<jumpTo>start</jumpTo>
|
||||
<playUntil>coda</playUntil>
|
||||
<continueAt>codab</continueAt>
|
||||
|
@ -241,7 +194,8 @@
|
|||
</Measure>
|
||||
<Measure number="9">
|
||||
<Jump>
|
||||
<text><font face="Times New Roman"/>D.S. al Coda</text>
|
||||
<systemFlag>1</systemFlag>
|
||||
<text></text>
|
||||
<jumpTo>segno</jumpTo>
|
||||
<playUntil>coda</playUntil>
|
||||
<continueAt>codab</continueAt>
|
||||
|
@ -253,7 +207,8 @@
|
|||
</Measure>
|
||||
<Measure number="10">
|
||||
<Jump>
|
||||
<text><font face="Times New Roman"/>D.S. al Fine</text>
|
||||
<systemFlag>1</systemFlag>
|
||||
<text></text>
|
||||
<jumpTo>segno</jumpTo>
|
||||
<playUntil>fine</playUntil>
|
||||
<continueAt></continueAt>
|
||||
|
@ -265,7 +220,8 @@
|
|||
</Measure>
|
||||
<Measure number="11">
|
||||
<Jump>
|
||||
<text><font face="Times New Roman"/>D.S.</text>
|
||||
<systemFlag>1</systemFlag>
|
||||
<text></text>
|
||||
<jumpTo>segno</jumpTo>
|
||||
<playUntil>end</playUntil>
|
||||
<continueAt></continueAt>
|
||||
|
@ -277,7 +233,8 @@
|
|||
</Measure>
|
||||
<Measure number="12">
|
||||
<Marker>
|
||||
<text><font face="Times New Roman"/>To Coda</text>
|
||||
<systemFlag>1</systemFlag>
|
||||
<text>To Coda</text>
|
||||
<label>coda</label>
|
||||
</Marker>
|
||||
<Rest>
|
||||
|
|
|
@ -12,7 +12,9 @@
|
|||
<bracketDistance>0.25</bracketDistance>
|
||||
<clefLeftMargin>0.5</clefLeftMargin>
|
||||
<clefKeyRightMargin>1.75</clefKeyRightMargin>
|
||||
<clefBarlineDistance>0.18</clefBarlineDistance>
|
||||
<minNoteDistance>0.4</minNoteDistance>
|
||||
<barNoteDistance>1.2</barNoteDistance>
|
||||
<measureSpacing>1.14</measureSpacing>
|
||||
<ledgerLineWidth>0.12</ledgerLineWidth>
|
||||
<beamWidth>0.48</beamWidth>
|
||||
|
@ -26,59 +28,6 @@
|
|||
<voltaY>0</voltaY>
|
||||
<keySigNaturals>1</keySigNaturals>
|
||||
<tupletOufOfStaff>0</tupletOufOfStaff>
|
||||
<TextStyle>
|
||||
<halign>center</halign>
|
||||
<valign>baseline</valign>
|
||||
<offsetType>spatium</offsetType>
|
||||
<name>Dynamics</name>
|
||||
<family>FreeSerif</family>
|
||||
<size>12</size>
|
||||
<sizeIsSpatiumDependent>1</sizeIsSpatiumDependent>
|
||||
</TextStyle>
|
||||
<TextStyle>
|
||||
<halign>left</halign>
|
||||
<valign>baseline</valign>
|
||||
<xoffset>0</xoffset>
|
||||
<yoffset>-4</yoffset>
|
||||
<offsetType>spatium</offsetType>
|
||||
<name>Chord Symbol</name>
|
||||
<family>FreeSerif</family>
|
||||
<size>12</size>
|
||||
<sizeIsSpatiumDependent>1</sizeIsSpatiumDependent>
|
||||
</TextStyle>
|
||||
<TextStyle>
|
||||
<halign>center</halign>
|
||||
<valign>baseline</valign>
|
||||
<xoffset>0</xoffset>
|
||||
<yoffset>-3</yoffset>
|
||||
<offsetType>spatium</offsetType>
|
||||
<name>Rehearsal Mark</name>
|
||||
<family>FreeSerif</family>
|
||||
<size>14</size>
|
||||
<bold>1</bold>
|
||||
<sizeIsSpatiumDependent>1</sizeIsSpatiumDependent>
|
||||
<frameWidthS>0.2</frameWidthS>
|
||||
<paddingWidthS>0.5</paddingWidthS>
|
||||
<frameRound>20</frameRound>
|
||||
<frameColor r="0" g="0" b="0" a="255"/>
|
||||
<systemFlag>1</systemFlag>
|
||||
</TextStyle>
|
||||
<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.764</Spatium>
|
||||
</Style>
|
||||
<showInvisible>1</showInvisible>
|
||||
|
@ -100,6 +49,7 @@
|
|||
<Staff id="1">
|
||||
<StaffType group="pitched">
|
||||
</StaffType>
|
||||
<bracket type="-1" span="1" col="0"/>
|
||||
</Staff>
|
||||
<trackName>Flute</trackName>
|
||||
<Instrument>
|
||||
|
@ -140,7 +90,6 @@
|
|||
<TimeSig>
|
||||
<sigN>4</sigN>
|
||||
<sigD>4</sigD>
|
||||
<showCourtesySig>1</showCourtesySig>
|
||||
</TimeSig>
|
||||
<Chord>
|
||||
<durationType>quarter</durationType>
|
||||
|
|
|
@ -12,7 +12,9 @@
|
|||
<bracketDistance>0.25</bracketDistance>
|
||||
<clefLeftMargin>0.5</clefLeftMargin>
|
||||
<clefKeyRightMargin>1.75</clefKeyRightMargin>
|
||||
<clefBarlineDistance>0.18</clefBarlineDistance>
|
||||
<minNoteDistance>0.4</minNoteDistance>
|
||||
<barNoteDistance>1.2</barNoteDistance>
|
||||
<measureSpacing>1.14</measureSpacing>
|
||||
<ledgerLineWidth>0.12</ledgerLineWidth>
|
||||
<beamWidth>0.48</beamWidth>
|
||||
|
@ -26,59 +28,6 @@
|
|||
<voltaY>0</voltaY>
|
||||
<keySigNaturals>1</keySigNaturals>
|
||||
<tupletOufOfStaff>0</tupletOufOfStaff>
|
||||
<TextStyle>
|
||||
<halign>center</halign>
|
||||
<valign>baseline</valign>
|
||||
<offsetType>spatium</offsetType>
|
||||
<name>Dynamics</name>
|
||||
<family>FreeSerif</family>
|
||||
<size>12</size>
|
||||
<sizeIsSpatiumDependent>1</sizeIsSpatiumDependent>
|
||||
</TextStyle>
|
||||
<TextStyle>
|
||||
<halign>left</halign>
|
||||
<valign>baseline</valign>
|
||||
<xoffset>0</xoffset>
|
||||
<yoffset>-4</yoffset>
|
||||
<offsetType>spatium</offsetType>
|
||||
<name>Chord Symbol</name>
|
||||
<family>FreeSerif</family>
|
||||
<size>12</size>
|
||||
<sizeIsSpatiumDependent>1</sizeIsSpatiumDependent>
|
||||
</TextStyle>
|
||||
<TextStyle>
|
||||
<halign>center</halign>
|
||||
<valign>baseline</valign>
|
||||
<xoffset>0</xoffset>
|
||||
<yoffset>-3</yoffset>
|
||||
<offsetType>spatium</offsetType>
|
||||
<name>Rehearsal Mark</name>
|
||||
<family>FreeSerif</family>
|
||||
<size>14</size>
|
||||
<bold>1</bold>
|
||||
<sizeIsSpatiumDependent>1</sizeIsSpatiumDependent>
|
||||
<frameWidthS>0.2</frameWidthS>
|
||||
<paddingWidthS>0.5</paddingWidthS>
|
||||
<frameRound>20</frameRound>
|
||||
<frameColor r="0" g="0" b="0" a="255"/>
|
||||
<systemFlag>1</systemFlag>
|
||||
</TextStyle>
|
||||
<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.764</Spatium>
|
||||
</Style>
|
||||
<showInvisible>1</showInvisible>
|
||||
|
@ -100,6 +49,7 @@
|
|||
<Staff id="1">
|
||||
<StaffType group="pitched">
|
||||
</StaffType>
|
||||
<bracket type="-1" span="1" col="0"/>
|
||||
</Staff>
|
||||
<trackName>Voice</trackName>
|
||||
<Instrument>
|
||||
|
@ -136,6 +86,10 @@
|
|||
<Staff id="1">
|
||||
<VBox>
|
||||
<height>10</height>
|
||||
<leftMargin>5</leftMargin>
|
||||
<rightMargin>5</rightMargin>
|
||||
<topMargin>5</topMargin>
|
||||
<bottomMargin>5</bottomMargin>
|
||||
<Text>
|
||||
<style>Title</style>
|
||||
<text><font face="Times New Roman"/>notes</text>
|
||||
|
@ -149,7 +103,6 @@
|
|||
<TimeSig>
|
||||
<sigN>4</sigN>
|
||||
<sigD>4</sigD>
|
||||
<showCourtesySig>1</showCourtesySig>
|
||||
</TimeSig>
|
||||
<Chord>
|
||||
<durationType>quarter</durationType>
|
||||
|
|
|
@ -12,7 +12,9 @@
|
|||
<bracketDistance>0.25</bracketDistance>
|
||||
<clefLeftMargin>0.5</clefLeftMargin>
|
||||
<clefKeyRightMargin>1.75</clefKeyRightMargin>
|
||||
<clefBarlineDistance>0.18</clefBarlineDistance>
|
||||
<minNoteDistance>0.4</minNoteDistance>
|
||||
<barNoteDistance>1.2</barNoteDistance>
|
||||
<measureSpacing>1.14</measureSpacing>
|
||||
<ledgerLineWidth>0.12</ledgerLineWidth>
|
||||
<beamWidth>0.48</beamWidth>
|
||||
|
@ -26,59 +28,6 @@
|
|||
<voltaY>0</voltaY>
|
||||
<keySigNaturals>1</keySigNaturals>
|
||||
<tupletOufOfStaff>0</tupletOufOfStaff>
|
||||
<TextStyle>
|
||||
<halign>center</halign>
|
||||
<valign>baseline</valign>
|
||||
<offsetType>spatium</offsetType>
|
||||
<name>Dynamics</name>
|
||||
<family>FreeSerif</family>
|
||||
<size>12</size>
|
||||
<sizeIsSpatiumDependent>1</sizeIsSpatiumDependent>
|
||||
</TextStyle>
|
||||
<TextStyle>
|
||||
<halign>left</halign>
|
||||
<valign>baseline</valign>
|
||||
<xoffset>0</xoffset>
|
||||
<yoffset>-4</yoffset>
|
||||
<offsetType>spatium</offsetType>
|
||||
<name>Chord Symbol</name>
|
||||
<family>FreeSerif</family>
|
||||
<size>12</size>
|
||||
<sizeIsSpatiumDependent>1</sizeIsSpatiumDependent>
|
||||
</TextStyle>
|
||||
<TextStyle>
|
||||
<halign>center</halign>
|
||||
<valign>baseline</valign>
|
||||
<xoffset>0</xoffset>
|
||||
<yoffset>-3</yoffset>
|
||||
<offsetType>spatium</offsetType>
|
||||
<name>Rehearsal Mark</name>
|
||||
<family>FreeSerif</family>
|
||||
<size>14</size>
|
||||
<bold>1</bold>
|
||||
<sizeIsSpatiumDependent>1</sizeIsSpatiumDependent>
|
||||
<frameWidthS>0.2</frameWidthS>
|
||||
<paddingWidthS>0.5</paddingWidthS>
|
||||
<frameRound>20</frameRound>
|
||||
<frameColor r="0" g="0" b="0" a="255"/>
|
||||
<systemFlag>1</systemFlag>
|
||||
</TextStyle>
|
||||
<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.764</Spatium>
|
||||
</Style>
|
||||
<showInvisible>1</showInvisible>
|
||||
|
@ -100,7 +49,8 @@
|
|||
<Staff id="1">
|
||||
<StaffType group="pitched">
|
||||
</StaffType>
|
||||
<barLineSpan>1</barLineSpan>
|
||||
<bracket type="1" span="2" col="0"/>
|
||||
<barLineSpan>2</barLineSpan>
|
||||
</Staff>
|
||||
<Staff id="2">
|
||||
<StaffType group="pitched">
|
||||
|
@ -145,7 +95,6 @@
|
|||
<TimeSig>
|
||||
<sigN>4</sigN>
|
||||
<sigD>4</sigD>
|
||||
<showCourtesySig>1</showCourtesySig>
|
||||
</TimeSig>
|
||||
<Slur id="2">
|
||||
<track>0</track>
|
||||
|
@ -689,6 +638,7 @@
|
|||
<duration>4/4</duration>
|
||||
</Rest>
|
||||
<BarLine>
|
||||
<span>1</span>
|
||||
</BarLine>
|
||||
</Measure>
|
||||
</Staff>
|
||||
|
@ -701,7 +651,6 @@
|
|||
<TimeSig>
|
||||
<sigN>4</sigN>
|
||||
<sigD>4</sigD>
|
||||
<showCourtesySig>1</showCourtesySig>
|
||||
</TimeSig>
|
||||
<Rest>
|
||||
<durationType>measure</durationType>
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
<staffDistance>6</staffDistance>
|
||||
<akkoladeDistance>6.4</akkoladeDistance>
|
||||
<minSystemDistance>8.2</minSystemDistance>
|
||||
<lyricsPosBelow>1.5</lyricsPosBelow>
|
||||
<lyricsMinBottomDistance>5.5</lyricsMinBottomDistance>
|
||||
<systemFrameDistance>6</systemFrameDistance>
|
||||
<frameSystemDistance>6</frameSystemDistance>
|
||||
|
@ -85,59 +84,6 @@
|
|||
<voltaY>0</voltaY>
|
||||
<keySigNaturals>1</keySigNaturals>
|
||||
<tupletOufOfStaff>0</tupletOufOfStaff>
|
||||
<TextStyle>
|
||||
<halign>center</halign>
|
||||
<valign>baseline</valign>
|
||||
<offsetType>spatium</offsetType>
|
||||
<name>Dynamics</name>
|
||||
<family>FreeSerif</family>
|
||||
<size>12</size>
|
||||
<sizeIsSpatiumDependent>1</sizeIsSpatiumDependent>
|
||||
</TextStyle>
|
||||
<TextStyle>
|
||||
<halign>left</halign>
|
||||
<valign>baseline</valign>
|
||||
<xoffset>0</xoffset>
|
||||
<yoffset>-4</yoffset>
|
||||
<offsetType>spatium</offsetType>
|
||||
<name>Chord Symbol</name>
|
||||
<family>FreeSerif</family>
|
||||
<size>12</size>
|
||||
<sizeIsSpatiumDependent>1</sizeIsSpatiumDependent>
|
||||
</TextStyle>
|
||||
<TextStyle>
|
||||
<halign>center</halign>
|
||||
<valign>baseline</valign>
|
||||
<xoffset>0</xoffset>
|
||||
<yoffset>-3</yoffset>
|
||||
<offsetType>spatium</offsetType>
|
||||
<name>Rehearsal Mark</name>
|
||||
<family>FreeSerif</family>
|
||||
<size>14</size>
|
||||
<bold>1</bold>
|
||||
<sizeIsSpatiumDependent>1</sizeIsSpatiumDependent>
|
||||
<frameWidthS>0.2</frameWidthS>
|
||||
<paddingWidthS>0.5</paddingWidthS>
|
||||
<frameRound>20</frameRound>
|
||||
<frameColor r="0" g="0" b="0" a="255"/>
|
||||
<systemFlag>1</systemFlag>
|
||||
</TextStyle>
|
||||
<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.764</Spatium>
|
||||
</Style>
|
||||
<showInvisible>1</showInvisible>
|
||||
|
@ -159,6 +105,7 @@
|
|||
<Staff id="1">
|
||||
<StaffType group="pitched">
|
||||
</StaffType>
|
||||
<bracket type="-1" span="1" col="0"/>
|
||||
</Staff>
|
||||
<trackName>Flute</trackName>
|
||||
<Instrument>
|
||||
|
@ -201,7 +148,6 @@
|
|||
<TimeSig>
|
||||
<sigN>4</sigN>
|
||||
<sigD>4</sigD>
|
||||
<showCourtesySig>1</showCourtesySig>
|
||||
</TimeSig>
|
||||
<Rest>
|
||||
<durationType>measure</durationType>
|
||||
|
@ -209,10 +155,10 @@
|
|||
</Rest>
|
||||
</Measure>
|
||||
<Measure number="1" len="128/4">
|
||||
<multiMeasureRest>32</multiMeasureRest>
|
||||
<TimeSig>
|
||||
<sigN>4</sigN>
|
||||
<sigD>4</sigD>
|
||||
<showCourtesySig>1</showCourtesySig>
|
||||
</TimeSig>
|
||||
<Rest>
|
||||
<durationType>measure</durationType>
|
||||
|
|
|
@ -12,7 +12,9 @@
|
|||
<bracketDistance>0.25</bracketDistance>
|
||||
<clefLeftMargin>0.5</clefLeftMargin>
|
||||
<clefKeyRightMargin>1.75</clefKeyRightMargin>
|
||||
<clefBarlineDistance>0.18</clefBarlineDistance>
|
||||
<minNoteDistance>0.4</minNoteDistance>
|
||||
<barNoteDistance>1.2</barNoteDistance>
|
||||
<measureSpacing>1.14</measureSpacing>
|
||||
<ledgerLineWidth>0.12</ledgerLineWidth>
|
||||
<beamWidth>0.48</beamWidth>
|
||||
|
@ -26,59 +28,6 @@
|
|||
<voltaY>0</voltaY>
|
||||
<keySigNaturals>1</keySigNaturals>
|
||||
<tupletOufOfStaff>0</tupletOufOfStaff>
|
||||
<TextStyle>
|
||||
<halign>center</halign>
|
||||
<valign>baseline</valign>
|
||||
<offsetType>spatium</offsetType>
|
||||
<name>Dynamics</name>
|
||||
<family>FreeSerif</family>
|
||||
<size>12</size>
|
||||
<sizeIsSpatiumDependent>1</sizeIsSpatiumDependent>
|
||||
</TextStyle>
|
||||
<TextStyle>
|
||||
<halign>left</halign>
|
||||
<valign>baseline</valign>
|
||||
<xoffset>0</xoffset>
|
||||
<yoffset>-4</yoffset>
|
||||
<offsetType>spatium</offsetType>
|
||||
<name>Chord Symbol</name>
|
||||
<family>FreeSerif</family>
|
||||
<size>12</size>
|
||||
<sizeIsSpatiumDependent>1</sizeIsSpatiumDependent>
|
||||
</TextStyle>
|
||||
<TextStyle>
|
||||
<halign>center</halign>
|
||||
<valign>baseline</valign>
|
||||
<xoffset>0</xoffset>
|
||||
<yoffset>-3</yoffset>
|
||||
<offsetType>spatium</offsetType>
|
||||
<name>Rehearsal Mark</name>
|
||||
<family>FreeSerif</family>
|
||||
<size>14</size>
|
||||
<bold>1</bold>
|
||||
<sizeIsSpatiumDependent>1</sizeIsSpatiumDependent>
|
||||
<frameWidthS>0.2</frameWidthS>
|
||||
<paddingWidthS>0.5</paddingWidthS>
|
||||
<frameRound>20</frameRound>
|
||||
<frameColor r="0" g="0" b="0" a="255"/>
|
||||
<systemFlag>1</systemFlag>
|
||||
</TextStyle>
|
||||
<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>0.764</Spatium>
|
||||
</Style>
|
||||
<showInvisible>1</showInvisible>
|
||||
|
@ -100,6 +49,7 @@
|
|||
<Staff id="1">
|
||||
<StaffType group="pitched">
|
||||
</StaffType>
|
||||
<bracket type="-1" span="1" col="0"/>
|
||||
</Staff>
|
||||
<trackName>Flute</trackName>
|
||||
<Instrument>
|
||||
|
@ -136,6 +86,10 @@
|
|||
<Staff id="1">
|
||||
<VBox>
|
||||
<height>10</height>
|
||||
<leftMargin>5</leftMargin>
|
||||
<rightMargin>5</rightMargin>
|
||||
<topMargin>5</topMargin>
|
||||
<bottomMargin>5</bottomMargin>
|
||||
<Text>
|
||||
<style>Title</style>
|
||||
<text><font face="Times New Roman"/>Title</text>
|
||||
|
@ -149,7 +103,6 @@
|
|||
<TimeSig>
|
||||
<sigN>4</sigN>
|
||||
<sigD>4</sigD>
|
||||
<showCourtesySig>1</showCourtesySig>
|
||||
</TimeSig>
|
||||
<StaffText>
|
||||
<text><font face="Times New Roman"/>staff text</text>
|
||||
|
@ -184,7 +137,6 @@
|
|||
<Harmony>
|
||||
<root>14</root>
|
||||
<extension>64</extension>
|
||||
<name>7</name>
|
||||
</Harmony>
|
||||
<Rest>
|
||||
<durationType>measure</durationType>
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -12,7 +12,9 @@
|
|||
<bracketDistance>0.25</bracketDistance>
|
||||
<clefLeftMargin>0.5</clefLeftMargin>
|
||||
<clefKeyRightMargin>1.75</clefKeyRightMargin>
|
||||
<clefBarlineDistance>0.18</clefBarlineDistance>
|
||||
<minNoteDistance>0.4</minNoteDistance>
|
||||
<barNoteDistance>1.2</barNoteDistance>
|
||||
<measureSpacing>1.14</measureSpacing>
|
||||
<ledgerLineWidth>0.12</ledgerLineWidth>
|
||||
<beamWidth>0.48</beamWidth>
|
||||
|
@ -26,59 +28,6 @@
|
|||
<voltaY>0</voltaY>
|
||||
<keySigNaturals>1</keySigNaturals>
|
||||
<tupletOufOfStaff>0</tupletOufOfStaff>
|
||||
<TextStyle>
|
||||
<halign>center</halign>
|
||||
<valign>baseline</valign>
|
||||
<offsetType>spatium</offsetType>
|
||||
<name>Dynamics</name>
|
||||
<family>FreeSerif</family>
|
||||
<size>12</size>
|
||||
<sizeIsSpatiumDependent>1</sizeIsSpatiumDependent>
|
||||
</TextStyle>
|
||||
<TextStyle>
|
||||
<halign>left</halign>
|
||||
<valign>baseline</valign>
|
||||
<xoffset>0</xoffset>
|
||||
<yoffset>-4</yoffset>
|
||||
<offsetType>spatium</offsetType>
|
||||
<name>Chord Symbol</name>
|
||||
<family>FreeSerif</family>
|
||||
<size>12</size>
|
||||
<sizeIsSpatiumDependent>1</sizeIsSpatiumDependent>
|
||||
</TextStyle>
|
||||
<TextStyle>
|
||||
<halign>center</halign>
|
||||
<valign>baseline</valign>
|
||||
<xoffset>0</xoffset>
|
||||
<yoffset>-3</yoffset>
|
||||
<offsetType>spatium</offsetType>
|
||||
<name>Rehearsal Mark</name>
|
||||
<family>FreeSerif</family>
|
||||
<size>14</size>
|
||||
<bold>1</bold>
|
||||
<sizeIsSpatiumDependent>1</sizeIsSpatiumDependent>
|
||||
<frameWidthS>0.2</frameWidthS>
|
||||
<paddingWidthS>0.5</paddingWidthS>
|
||||
<frameRound>20</frameRound>
|
||||
<frameColor r="0" g="0" b="0" a="255"/>
|
||||
<systemFlag>1</systemFlag>
|
||||
</TextStyle>
|
||||
<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>
|
||||
|
@ -100,7 +49,8 @@
|
|||
<Staff id="1">
|
||||
<StaffType group="pitched">
|
||||
</StaffType>
|
||||
<barLineSpan>1</barLineSpan>
|
||||
<bracket type="1" span="2" col="0"/>
|
||||
<barLineSpan>2</barLineSpan>
|
||||
</Staff>
|
||||
<Staff id="2">
|
||||
<StaffType group="pitched">
|
||||
|
@ -141,6 +91,10 @@
|
|||
<Staff id="1">
|
||||
<VBox>
|
||||
<height>10</height>
|
||||
<leftMargin>5</leftMargin>
|
||||
<rightMargin>5</rightMargin>
|
||||
<topMargin>5</topMargin>
|
||||
<bottomMargin>5</bottomMargin>
|
||||
<Text>
|
||||
<style>Title</style>
|
||||
<text><font face="Times New Roman"/>title</text>
|
||||
|
@ -166,7 +120,6 @@
|
|||
<TimeSig>
|
||||
<sigN>4</sigN>
|
||||
<sigD>4</sigD>
|
||||
<showCourtesySig>1</showCourtesySig>
|
||||
</TimeSig>
|
||||
<Rest>
|
||||
<durationType>measure</durationType>
|
||||
|
@ -359,6 +312,7 @@
|
|||
<duration>4/4</duration>
|
||||
</Rest>
|
||||
<BarLine>
|
||||
<span>1</span>
|
||||
</BarLine>
|
||||
</Measure>
|
||||
</Staff>
|
||||
|
@ -371,7 +325,6 @@
|
|||
<TimeSig>
|
||||
<sigN>4</sigN>
|
||||
<sigD>4</sigD>
|
||||
<showCourtesySig>1</showCourtesySig>
|
||||
</TimeSig>
|
||||
<Rest>
|
||||
<durationType>measure</durationType>
|
||||
|
|
|
@ -12,7 +12,9 @@
|
|||
<bracketDistance>0.25</bracketDistance>
|
||||
<clefLeftMargin>0.5</clefLeftMargin>
|
||||
<clefKeyRightMargin>1.75</clefKeyRightMargin>
|
||||
<clefBarlineDistance>0.18</clefBarlineDistance>
|
||||
<minNoteDistance>0.4</minNoteDistance>
|
||||
<barNoteDistance>1.2</barNoteDistance>
|
||||
<measureSpacing>1.14</measureSpacing>
|
||||
<ledgerLineWidth>0.12</ledgerLineWidth>
|
||||
<beamWidth>0.48</beamWidth>
|
||||
|
@ -26,59 +28,6 @@
|
|||
<voltaY>0</voltaY>
|
||||
<keySigNaturals>1</keySigNaturals>
|
||||
<tupletOufOfStaff>0</tupletOufOfStaff>
|
||||
<TextStyle>
|
||||
<halign>center</halign>
|
||||
<valign>baseline</valign>
|
||||
<offsetType>spatium</offsetType>
|
||||
<name>Dynamics</name>
|
||||
<family>FreeSerif</family>
|
||||
<size>12</size>
|
||||
<sizeIsSpatiumDependent>1</sizeIsSpatiumDependent>
|
||||
</TextStyle>
|
||||
<TextStyle>
|
||||
<halign>left</halign>
|
||||
<valign>baseline</valign>
|
||||
<xoffset>0</xoffset>
|
||||
<yoffset>-4</yoffset>
|
||||
<offsetType>spatium</offsetType>
|
||||
<name>Chord Symbol</name>
|
||||
<family>FreeSerif</family>
|
||||
<size>12</size>
|
||||
<sizeIsSpatiumDependent>1</sizeIsSpatiumDependent>
|
||||
</TextStyle>
|
||||
<TextStyle>
|
||||
<halign>center</halign>
|
||||
<valign>baseline</valign>
|
||||
<xoffset>0</xoffset>
|
||||
<yoffset>-3</yoffset>
|
||||
<offsetType>spatium</offsetType>
|
||||
<name>Rehearsal Mark</name>
|
||||
<family>FreeSerif</family>
|
||||
<size>14</size>
|
||||
<bold>1</bold>
|
||||
<sizeIsSpatiumDependent>1</sizeIsSpatiumDependent>
|
||||
<frameWidthS>0.2</frameWidthS>
|
||||
<paddingWidthS>0.5</paddingWidthS>
|
||||
<frameRound>20</frameRound>
|
||||
<frameColor r="0" g="0" b="0" a="255"/>
|
||||
<systemFlag>1</systemFlag>
|
||||
</TextStyle>
|
||||
<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.764</Spatium>
|
||||
</Style>
|
||||
<showInvisible>1</showInvisible>
|
||||
|
@ -100,6 +49,7 @@
|
|||
<Staff id="1">
|
||||
<StaffType group="pitched">
|
||||
</StaffType>
|
||||
<bracket type="-1" span="1" col="0"/>
|
||||
</Staff>
|
||||
<trackName>Flute</trackName>
|
||||
<Instrument>
|
||||
|
@ -140,7 +90,6 @@
|
|||
<TimeSig>
|
||||
<sigN>4</sigN>
|
||||
<sigD>4</sigD>
|
||||
<showCourtesySig>1</showCourtesySig>
|
||||
</TimeSig>
|
||||
<Chord>
|
||||
<durationType>whole</durationType>
|
||||
|
|
|
@ -12,7 +12,9 @@
|
|||
<bracketDistance>0.25</bracketDistance>
|
||||
<clefLeftMargin>0.5</clefLeftMargin>
|
||||
<clefKeyRightMargin>1.75</clefKeyRightMargin>
|
||||
<clefBarlineDistance>0.18</clefBarlineDistance>
|
||||
<minNoteDistance>0.4</minNoteDistance>
|
||||
<barNoteDistance>1.2</barNoteDistance>
|
||||
<measureSpacing>1.14</measureSpacing>
|
||||
<ledgerLineWidth>0.12</ledgerLineWidth>
|
||||
<beamWidth>0.48</beamWidth>
|
||||
|
@ -26,59 +28,6 @@
|
|||
<voltaY>0</voltaY>
|
||||
<keySigNaturals>1</keySigNaturals>
|
||||
<tupletOufOfStaff>0</tupletOufOfStaff>
|
||||
<TextStyle>
|
||||
<halign>center</halign>
|
||||
<valign>baseline</valign>
|
||||
<offsetType>spatium</offsetType>
|
||||
<name>Dynamics</name>
|
||||
<family>FreeSerif</family>
|
||||
<size>12</size>
|
||||
<sizeIsSpatiumDependent>1</sizeIsSpatiumDependent>
|
||||
</TextStyle>
|
||||
<TextStyle>
|
||||
<halign>left</halign>
|
||||
<valign>baseline</valign>
|
||||
<xoffset>0</xoffset>
|
||||
<yoffset>-4</yoffset>
|
||||
<offsetType>spatium</offsetType>
|
||||
<name>Chord Symbol</name>
|
||||
<family>FreeSerif</family>
|
||||
<size>12</size>
|
||||
<sizeIsSpatiumDependent>1</sizeIsSpatiumDependent>
|
||||
</TextStyle>
|
||||
<TextStyle>
|
||||
<halign>center</halign>
|
||||
<valign>baseline</valign>
|
||||
<xoffset>0</xoffset>
|
||||
<yoffset>-3</yoffset>
|
||||
<offsetType>spatium</offsetType>
|
||||
<name>Rehearsal Mark</name>
|
||||
<family>FreeSerif</family>
|
||||
<size>14</size>
|
||||
<bold>1</bold>
|
||||
<sizeIsSpatiumDependent>1</sizeIsSpatiumDependent>
|
||||
<frameWidthS>0.2</frameWidthS>
|
||||
<paddingWidthS>0.5</paddingWidthS>
|
||||
<frameRound>20</frameRound>
|
||||
<frameColor r="0" g="0" b="0" a="255"/>
|
||||
<systemFlag>1</systemFlag>
|
||||
</TextStyle>
|
||||
<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.764</Spatium>
|
||||
</Style>
|
||||
<showInvisible>1</showInvisible>
|
||||
|
@ -100,6 +49,7 @@
|
|||
<Staff id="1">
|
||||
<StaffType group="pitched">
|
||||
</StaffType>
|
||||
<bracket type="-1" span="1" col="0"/>
|
||||
</Staff>
|
||||
<trackName>Flute</trackName>
|
||||
<Instrument>
|
||||
|
@ -134,6 +84,10 @@
|
|||
<Staff id="1">
|
||||
<VBox>
|
||||
<height>10</height>
|
||||
<leftMargin>5</leftMargin>
|
||||
<rightMargin>5</rightMargin>
|
||||
<topMargin>5</topMargin>
|
||||
<bottomMargin>5</bottomMargin>
|
||||
<Text>
|
||||
<style>Title</style>
|
||||
<text><font face="Times New Roman"/>Tuplets</text>
|
||||
|
@ -147,7 +101,6 @@
|
|||
<TimeSig>
|
||||
<sigN>4</sigN>
|
||||
<sigD>4</sigD>
|
||||
<showCourtesySig>1</showCourtesySig>
|
||||
</TimeSig>
|
||||
<Beam id="1">
|
||||
<l1>19</l1>
|
||||
|
@ -158,7 +111,6 @@
|
|||
<actualNotes>6</actualNotes>
|
||||
<baseNote>16th</baseNote>
|
||||
<Number>
|
||||
<style>Tuplet</style>
|
||||
<text>6</text>
|
||||
</Number>
|
||||
</Tuplet>
|
||||
|
@ -233,7 +185,6 @@
|
|||
<actualNotes>10</actualNotes>
|
||||
<baseNote>eighth</baseNote>
|
||||
<Number>
|
||||
<style>Tuplet</style>
|
||||
<text>10</text>
|
||||
</Number>
|
||||
</Tuplet>
|
||||
|
@ -327,7 +278,6 @@
|
|||
<actualNotes>3</actualNotes>
|
||||
<baseNote>eighth</baseNote>
|
||||
<Number>
|
||||
<style>Tuplet</style>
|
||||
<text>3</text>
|
||||
</Number>
|
||||
</Tuplet>
|
||||
|
@ -376,7 +326,6 @@
|
|||
<actualNotes>3</actualNotes>
|
||||
<baseNote>16th</baseNote>
|
||||
<Number>
|
||||
<style>Tuplet</style>
|
||||
<text>3</text>
|
||||
</Number>
|
||||
</Tuplet>
|
||||
|
@ -416,7 +365,6 @@
|
|||
<actualNotes>9</actualNotes>
|
||||
<baseNote>16th</baseNote>
|
||||
<Number>
|
||||
<style>Tuplet</style>
|
||||
<text>9</text>
|
||||
</Number>
|
||||
</Tuplet>
|
||||
|
@ -453,7 +401,6 @@
|
|||
<actualNotes>6</actualNotes>
|
||||
<baseNote>64th</baseNote>
|
||||
<Number>
|
||||
<style>Tuplet</style>
|
||||
<text>6</text>
|
||||
</Number>
|
||||
</Tuplet>
|
||||
|
|
|
@ -12,7 +12,9 @@
|
|||
<bracketDistance>0.25</bracketDistance>
|
||||
<clefLeftMargin>0.5</clefLeftMargin>
|
||||
<clefKeyRightMargin>1.75</clefKeyRightMargin>
|
||||
<clefBarlineDistance>0.18</clefBarlineDistance>
|
||||
<minNoteDistance>0.4</minNoteDistance>
|
||||
<barNoteDistance>1.2</barNoteDistance>
|
||||
<measureSpacing>1.14</measureSpacing>
|
||||
<ledgerLineWidth>0.12</ledgerLineWidth>
|
||||
<beamWidth>0.48</beamWidth>
|
||||
|
@ -26,59 +28,6 @@
|
|||
<voltaY>0</voltaY>
|
||||
<keySigNaturals>1</keySigNaturals>
|
||||
<tupletOufOfStaff>0</tupletOufOfStaff>
|
||||
<TextStyle>
|
||||
<halign>center</halign>
|
||||
<valign>baseline</valign>
|
||||
<offsetType>spatium</offsetType>
|
||||
<name>Dynamics</name>
|
||||
<family>FreeSerif</family>
|
||||
<size>12</size>
|
||||
<sizeIsSpatiumDependent>1</sizeIsSpatiumDependent>
|
||||
</TextStyle>
|
||||
<TextStyle>
|
||||
<halign>left</halign>
|
||||
<valign>baseline</valign>
|
||||
<xoffset>0</xoffset>
|
||||
<yoffset>-4</yoffset>
|
||||
<offsetType>spatium</offsetType>
|
||||
<name>Chord Symbol</name>
|
||||
<family>FreeSerif</family>
|
||||
<size>12</size>
|
||||
<sizeIsSpatiumDependent>1</sizeIsSpatiumDependent>
|
||||
</TextStyle>
|
||||
<TextStyle>
|
||||
<halign>center</halign>
|
||||
<valign>baseline</valign>
|
||||
<xoffset>0</xoffset>
|
||||
<yoffset>-3</yoffset>
|
||||
<offsetType>spatium</offsetType>
|
||||
<name>Rehearsal Mark</name>
|
||||
<family>FreeSerif</family>
|
||||
<size>14</size>
|
||||
<bold>1</bold>
|
||||
<sizeIsSpatiumDependent>1</sizeIsSpatiumDependent>
|
||||
<frameWidthS>0.2</frameWidthS>
|
||||
<paddingWidthS>0.5</paddingWidthS>
|
||||
<frameRound>20</frameRound>
|
||||
<frameColor r="0" g="0" b="0" a="255"/>
|
||||
<systemFlag>1</systemFlag>
|
||||
</TextStyle>
|
||||
<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,18 +45,11 @@
|
|||
<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">
|
||||
</StaffType>
|
||||
<bracket type="-1" span="1" col="0"/>
|
||||
</Staff>
|
||||
<trackName>Flute</trackName>
|
||||
<Instrument>
|
||||
|
@ -142,6 +84,10 @@
|
|||
<Staff id="1">
|
||||
<VBox>
|
||||
<height>10</height>
|
||||
<leftMargin>5</leftMargin>
|
||||
<rightMargin>5</rightMargin>
|
||||
<topMargin>5</topMargin>
|
||||
<bottomMargin>5</bottomMargin>
|
||||
<Text>
|
||||
<style>Title</style>
|
||||
<text><font face="Times New Roman"/>Tuplet 1.3 file</text>
|
||||
|
@ -155,14 +101,12 @@
|
|||
<TimeSig>
|
||||
<sigN>4</sigN>
|
||||
<sigD>4</sigD>
|
||||
<showCourtesySig>1</showCourtesySig>
|
||||
</TimeSig>
|
||||
<Tuplet id="1">
|
||||
<normalNotes>8</normalNotes>
|
||||
<actualNotes>9</actualNotes>
|
||||
<baseNote>16th</baseNote>
|
||||
<Number>
|
||||
<style>Tuplet</style>
|
||||
<text>9</text>
|
||||
</Number>
|
||||
</Tuplet>
|
||||
|
@ -174,7 +118,6 @@
|
|||
<actualNotes>3</actualNotes>
|
||||
<baseNote>eighth</baseNote>
|
||||
<Number>
|
||||
<style>Tuplet</style>
|
||||
<text>3:2</text>
|
||||
</Number>
|
||||
</Tuplet>
|
||||
|
@ -219,7 +162,6 @@
|
|||
<actualNotes>6</actualNotes>
|
||||
<baseNote>32nd</baseNote>
|
||||
<Number>
|
||||
<style>Tuplet</style>
|
||||
<text>6:4</text>
|
||||
</Number>
|
||||
</Tuplet>
|
||||
|
@ -293,7 +235,6 @@
|
|||
<actualNotes>6</actualNotes>
|
||||
<baseNote>quarter</baseNote>
|
||||
<Number>
|
||||
<style>Tuplet</style>
|
||||
<text>6</text>
|
||||
</Number>
|
||||
</Tuplet>
|
||||
|
@ -334,7 +275,6 @@
|
|||
<actualNotes>3</actualNotes>
|
||||
<baseNote>eighth</baseNote>
|
||||
<Number>
|
||||
<style>Tuplet</style>
|
||||
<text>3</text>
|
||||
</Number>
|
||||
</Tuplet>
|
||||
|
@ -371,7 +311,6 @@
|
|||
<actualNotes>8</actualNotes>
|
||||
<baseNote>eighth</baseNote>
|
||||
<Number>
|
||||
<style>Tuplet</style>
|
||||
<text>8</text>
|
||||
</Number>
|
||||
</Tuplet>
|
||||
|
@ -462,7 +401,6 @@
|
|||
<actualNotes>10</actualNotes>
|
||||
<baseNote>eighth</baseNote>
|
||||
<Number>
|
||||
<style>Tuplet</style>
|
||||
<text>10</text>
|
||||
</Number>
|
||||
</Tuplet>
|
||||
|
|
|
@ -12,7 +12,9 @@
|
|||
<bracketDistance>0.25</bracketDistance>
|
||||
<clefLeftMargin>0.5</clefLeftMargin>
|
||||
<clefKeyRightMargin>1.75</clefKeyRightMargin>
|
||||
<clefBarlineDistance>0.18</clefBarlineDistance>
|
||||
<minNoteDistance>0.4</minNoteDistance>
|
||||
<barNoteDistance>1.2</barNoteDistance>
|
||||
<measureSpacing>1.14</measureSpacing>
|
||||
<ledgerLineWidth>0.12</ledgerLineWidth>
|
||||
<beamWidth>0.48</beamWidth>
|
||||
|
@ -26,59 +28,6 @@
|
|||
<voltaY>0</voltaY>
|
||||
<keySigNaturals>1</keySigNaturals>
|
||||
<tupletOufOfStaff>0</tupletOufOfStaff>
|
||||
<TextStyle>
|
||||
<halign>center</halign>
|
||||
<valign>baseline</valign>
|
||||
<offsetType>spatium</offsetType>
|
||||
<name>Dynamics</name>
|
||||
<family>FreeSerif</family>
|
||||
<size>12</size>
|
||||
<sizeIsSpatiumDependent>1</sizeIsSpatiumDependent>
|
||||
</TextStyle>
|
||||
<TextStyle>
|
||||
<halign>left</halign>
|
||||
<valign>baseline</valign>
|
||||
<xoffset>0</xoffset>
|
||||
<yoffset>-4</yoffset>
|
||||
<offsetType>spatium</offsetType>
|
||||
<name>Chord Symbol</name>
|
||||
<family>FreeSerif</family>
|
||||
<size>12</size>
|
||||
<sizeIsSpatiumDependent>1</sizeIsSpatiumDependent>
|
||||
</TextStyle>
|
||||
<TextStyle>
|
||||
<halign>center</halign>
|
||||
<valign>baseline</valign>
|
||||
<xoffset>0</xoffset>
|
||||
<yoffset>-3</yoffset>
|
||||
<offsetType>spatium</offsetType>
|
||||
<name>Rehearsal Mark</name>
|
||||
<family>FreeSerif</family>
|
||||
<size>14</size>
|
||||
<bold>1</bold>
|
||||
<sizeIsSpatiumDependent>1</sizeIsSpatiumDependent>
|
||||
<frameWidthS>0.2</frameWidthS>
|
||||
<paddingWidthS>0.5</paddingWidthS>
|
||||
<frameRound>20</frameRound>
|
||||
<frameColor r="0" g="0" b="0" a="255"/>
|
||||
<systemFlag>1</systemFlag>
|
||||
</TextStyle>
|
||||
<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,18 +45,11 @@
|
|||
<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">
|
||||
</StaffType>
|
||||
<bracket type="-1" span="1" col="0"/>
|
||||
</Staff>
|
||||
<trackName>Flute</trackName>
|
||||
<Instrument>
|
||||
|
@ -142,6 +84,10 @@
|
|||
<Staff id="1">
|
||||
<VBox>
|
||||
<height>10</height>
|
||||
<leftMargin>5</leftMargin>
|
||||
<rightMargin>5</rightMargin>
|
||||
<topMargin>5</topMargin>
|
||||
<bottomMargin>5</bottomMargin>
|
||||
<Text>
|
||||
<style>Title</style>
|
||||
<text><font face="Times New Roman"/>Tuplet 1.3 file</text>
|
||||
|
@ -155,14 +101,12 @@
|
|||
<TimeSig>
|
||||
<sigN>4</sigN>
|
||||
<sigD>4</sigD>
|
||||
<showCourtesySig>1</showCourtesySig>
|
||||
</TimeSig>
|
||||
<Tuplet id="1">
|
||||
<normalNotes>8</normalNotes>
|
||||
<actualNotes>9</actualNotes>
|
||||
<baseNote>16th</baseNote>
|
||||
<Number>
|
||||
<style>Tuplet</style>
|
||||
<text>9</text>
|
||||
</Number>
|
||||
</Tuplet>
|
||||
|
@ -174,7 +118,6 @@
|
|||
<actualNotes>3</actualNotes>
|
||||
<baseNote>eighth</baseNote>
|
||||
<Number>
|
||||
<style>Tuplet</style>
|
||||
<text>3:2</text>
|
||||
</Number>
|
||||
</Tuplet>
|
||||
|
@ -219,7 +162,6 @@
|
|||
<actualNotes>6</actualNotes>
|
||||
<baseNote>32nd</baseNote>
|
||||
<Number>
|
||||
<style>Tuplet</style>
|
||||
<text>6:4</text>
|
||||
</Number>
|
||||
</Tuplet>
|
||||
|
|
Loading…
Reference in a new issue