-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8e6c853
commit af5c82f
Showing
5 changed files
with
852 additions
and
0 deletions.
There are no files selected for viewing
139 changes: 139 additions & 0 deletions
139
src/importexport/musicxml/tests/data/testDuplicateFermataOnGraceNote.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,139 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 3.1 Partwise//EN" "http://www.musicxml.org/dtds/partwise.dtd"> | ||
<score-partwise version="3.1"> | ||
<identification> | ||
<encoding> | ||
<software>MuseScore 3.4.2</software> | ||
<encoding-date>2020-05-08</encoding-date> | ||
<supports element="accidental" type="yes"/> | ||
<supports element="beam" type="yes"/> | ||
<supports element="print" attribute="new-page" type="yes" value="yes"/> | ||
<supports element="print" attribute="new-system" type="yes" value="yes"/> | ||
<supports element="stem" type="yes"/> | ||
</encoding> | ||
<source>http://musescore.com/score/658031</source> | ||
</identification> | ||
<defaults> | ||
<scaling> | ||
<millimeters>7.056</millimeters> | ||
<tenths>40</tenths> | ||
</scaling> | ||
<page-layout> | ||
<page-height>1683.67</page-height> | ||
<page-width>1190.48</page-width> | ||
<page-margins type="even"> | ||
<left-margin>56.6893</left-margin> | ||
<right-margin>56.6893</right-margin> | ||
<top-margin>56.6893</top-margin> | ||
<bottom-margin>113.379</bottom-margin> | ||
</page-margins> | ||
<page-margins type="odd"> | ||
<left-margin>56.6893</left-margin> | ||
<right-margin>56.6893</right-margin> | ||
<top-margin>56.6893</top-margin> | ||
<bottom-margin>113.379</bottom-margin> | ||
</page-margins> | ||
</page-layout> | ||
<word-font font-family="FreeSerif" font-size="10"/> | ||
<lyric-font font-family="FreeSerif" font-size="11"/> | ||
</defaults> | ||
<credit page="1"> | ||
<credit-words default-x="1133.79" default-y="1449.99" justify="right" valign="bottom" font-family="Times New Roman" font-size="12">Franz Liszt | ||
</credit-words> | ||
<credit-words>(1811 - 1886)</credit-words> | ||
</credit> | ||
<credit page="1"> | ||
<credit-words default-x="595.238" default-y="1626.98" justify="center" valign="top" font-family="Times New Roman" font-size="24">Mephisto Waltz No. 1</credit-words> | ||
</credit> | ||
<credit page="1"> | ||
<credit-words default-x="595.238" default-y="1570.3" justify="center" valign="top" font-family="Times New Roman" font-size="14">S. 514</credit-words> | ||
</credit> | ||
<part-list> | ||
<score-part id="P1"> | ||
<part-name>Piano</part-name> | ||
<score-instrument id="P1-I1"> | ||
<instrument-name>Piano</instrument-name> | ||
</score-instrument> | ||
<midi-device id="P1-I1" port="1"></midi-device> | ||
<midi-instrument id="P1-I1"> | ||
<midi-channel>1</midi-channel> | ||
<midi-program>1</midi-program> | ||
<volume>78.7402</volume> | ||
<pan>0</pan> | ||
</midi-instrument> | ||
</score-part> | ||
</part-list> | ||
<part id="P1"> | ||
<measure number="1" width="166.78"> | ||
<print> | ||
<system-layout> | ||
<system-margins> | ||
<left-margin>21.00</left-margin> | ||
<right-margin>0.00</right-margin> | ||
</system-margins> | ||
<top-system-distance>246.99</top-system-distance> | ||
</system-layout> | ||
<staff-layout number="2"> | ||
<staff-distance>65.00</staff-distance> | ||
</staff-layout> | ||
</print> | ||
<attributes> | ||
<divisions>480</divisions> | ||
<key> | ||
<fifths>1</fifths> | ||
</key> | ||
<time> | ||
<beats>3</beats> | ||
<beat-type>8</beat-type> | ||
</time> | ||
<staves>2</staves> | ||
<clef number="1"> | ||
<sign>G</sign> | ||
<line>2</line> | ||
</clef> | ||
<clef number="2"> | ||
<sign>F</sign> | ||
<line>4</line> | ||
</clef> | ||
</attributes> | ||
<direction placement="above"> | ||
<direction-type> | ||
<words default-x="-34.94" relative-y="20.00" font-weight="bold" font-family="Times New Roman" font-size="12">Allegro vivace (quasi presto)</words> | ||
</direction-type> | ||
<staff>1</staff> | ||
<sound tempo="194"/> | ||
</direction> | ||
<note default-x="367.51" default-y="15.00"> | ||
<grace/> | ||
<pitch> | ||
<step>B</step> | ||
<octave>5</octave> | ||
</pitch> | ||
<voice>1</voice> | ||
<type>16th</type> | ||
<stem>up</stem> | ||
<staff>1</staff> | ||
<beam number="1">begin</beam> | ||
<beam number="2">begin</beam> | ||
<notations> | ||
<fermata type="upright"/> | ||
<fermata type="upright"/> | ||
</notations> | ||
</note> | ||
<note default-x="401.16" default-y="20.00"> | ||
<pitch> | ||
<step>C</step> | ||
<octave>5</octave> | ||
</pitch> | ||
<duration>960</duration> | ||
<voice>1</voice> | ||
<type>half</type> | ||
<stem>down</stem> | ||
<staff>1</staff> | ||
</note> | ||
<barline location="right"> | ||
<bar-style>light-heavy</bar-style> | ||
</barline> | ||
</measure> | ||
</part> | ||
</score-partwise> |
143 changes: 143 additions & 0 deletions
143
src/importexport/musicxml/tests/data/testDuplicateFermataOnGraceNoteAndMainNote.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,143 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 3.1 Partwise//EN" "http://www.musicxml.org/dtds/partwise.dtd"> | ||
<score-partwise version="3.1"> | ||
<identification> | ||
<encoding> | ||
<software>MuseScore 3.4.2</software> | ||
<encoding-date>2020-05-08</encoding-date> | ||
<supports element="accidental" type="yes"/> | ||
<supports element="beam" type="yes"/> | ||
<supports element="print" attribute="new-page" type="yes" value="yes"/> | ||
<supports element="print" attribute="new-system" type="yes" value="yes"/> | ||
<supports element="stem" type="yes"/> | ||
</encoding> | ||
<source>http://musescore.com/score/658031</source> | ||
</identification> | ||
<defaults> | ||
<scaling> | ||
<millimeters>7.056</millimeters> | ||
<tenths>40</tenths> | ||
</scaling> | ||
<page-layout> | ||
<page-height>1683.67</page-height> | ||
<page-width>1190.48</page-width> | ||
<page-margins type="even"> | ||
<left-margin>56.6893</left-margin> | ||
<right-margin>56.6893</right-margin> | ||
<top-margin>56.6893</top-margin> | ||
<bottom-margin>113.379</bottom-margin> | ||
</page-margins> | ||
<page-margins type="odd"> | ||
<left-margin>56.6893</left-margin> | ||
<right-margin>56.6893</right-margin> | ||
<top-margin>56.6893</top-margin> | ||
<bottom-margin>113.379</bottom-margin> | ||
</page-margins> | ||
</page-layout> | ||
<word-font font-family="FreeSerif" font-size="10"/> | ||
<lyric-font font-family="FreeSerif" font-size="11"/> | ||
</defaults> | ||
<credit page="1"> | ||
<credit-words default-x="1133.79" default-y="1449.99" justify="right" valign="bottom" font-family="Times New Roman" font-size="12">Franz Liszt | ||
</credit-words> | ||
<credit-words>(1811 - 1886)</credit-words> | ||
</credit> | ||
<credit page="1"> | ||
<credit-words default-x="595.238" default-y="1626.98" justify="center" valign="top" font-family="Times New Roman" font-size="24">Mephisto Waltz No. 1</credit-words> | ||
</credit> | ||
<credit page="1"> | ||
<credit-words default-x="595.238" default-y="1570.3" justify="center" valign="top" font-family="Times New Roman" font-size="14">S. 514</credit-words> | ||
</credit> | ||
<part-list> | ||
<score-part id="P1"> | ||
<part-name>Piano</part-name> | ||
<score-instrument id="P1-I1"> | ||
<instrument-name>Piano</instrument-name> | ||
</score-instrument> | ||
<midi-device id="P1-I1" port="1"></midi-device> | ||
<midi-instrument id="P1-I1"> | ||
<midi-channel>1</midi-channel> | ||
<midi-program>1</midi-program> | ||
<volume>78.7402</volume> | ||
<pan>0</pan> | ||
</midi-instrument> | ||
</score-part> | ||
</part-list> | ||
<part id="P1"> | ||
<measure number="1" width="166.78"> | ||
<print> | ||
<system-layout> | ||
<system-margins> | ||
<left-margin>21.00</left-margin> | ||
<right-margin>0.00</right-margin> | ||
</system-margins> | ||
<top-system-distance>246.99</top-system-distance> | ||
</system-layout> | ||
<staff-layout number="2"> | ||
<staff-distance>65.00</staff-distance> | ||
</staff-layout> | ||
</print> | ||
<attributes> | ||
<divisions>480</divisions> | ||
<key> | ||
<fifths>1</fifths> | ||
</key> | ||
<time> | ||
<beats>3</beats> | ||
<beat-type>8</beat-type> | ||
</time> | ||
<staves>2</staves> | ||
<clef number="1"> | ||
<sign>G</sign> | ||
<line>2</line> | ||
</clef> | ||
<clef number="2"> | ||
<sign>F</sign> | ||
<line>4</line> | ||
</clef> | ||
</attributes> | ||
<direction placement="above"> | ||
<direction-type> | ||
<words default-x="-34.94" relative-y="20.00" font-weight="bold" font-family="Times New Roman" font-size="12">Allegro vivace (quasi presto)</words> | ||
</direction-type> | ||
<staff>1</staff> | ||
<sound tempo="194"/> | ||
</direction> | ||
<note default-x="367.51" default-y="15.00"> | ||
<grace/> | ||
<pitch> | ||
<step>B</step> | ||
<octave>5</octave> | ||
</pitch> | ||
<voice>1</voice> | ||
<type>16th</type> | ||
<stem>up</stem> | ||
<staff>1</staff> | ||
<beam number="1">begin</beam> | ||
<beam number="2">begin</beam> | ||
<notations> | ||
<fermata type="upright"/> | ||
<fermata type="upright"/> | ||
</notations> | ||
</note> | ||
<note default-x="401.16" default-y="20.00"> | ||
<pitch> | ||
<step>C</step> | ||
<octave>5</octave> | ||
</pitch> | ||
<duration>960</duration> | ||
<voice>1</voice> | ||
<type>half</type> | ||
<stem>down</stem> | ||
<staff>1</staff> | ||
<notations> | ||
<fermata type="upright"/> | ||
<fermata type="upright"/> | ||
</notations> | ||
</note> | ||
<barline location="right"> | ||
<bar-style>light-heavy</bar-style> | ||
</barline> | ||
</measure> | ||
</part> | ||
</score-partwise> |
Oops, something went wrong.