-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjust template for all examples with optional elements
- Loading branch information
1 parent
794d477
commit 7c4fc56
Showing
281 changed files
with
20,513 additions
and
9,964 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
@@ -1,16 +1,54 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<note default-x="36"> | ||
<pitch> | ||
<step>A</step> | ||
<octave>4</octave> | ||
</pitch> | ||
<duration>4</duration> | ||
<voice>1</voice> | ||
<type>half</type> | ||
<stem default-y="10">up</stem> | ||
<notations> | ||
<articulations> | ||
<accent default-x="-1" default-y="-55" placement="below"/> | ||
</articulations> | ||
</notations> | ||
</note> | ||
<?xml version="1.0" encoding="utf-8" standalone="no"?> | ||
<!DOCTYPE score-partwise PUBLIC | ||
"-//Recordare//DTD MusicXML 4.0 Partwise//EN" | ||
"http://www.musicxml.org/dtds/partwise.dtd"> | ||
<score-partwise version="4.0"> | ||
<defaults> | ||
</defaults> | ||
<part-list> | ||
<score-part id="P1"> | ||
<part-name>placeholder</part-name> | ||
</score-part> | ||
</part-list> | ||
<part id="P1"> | ||
<measure number="1"> | ||
<attributes> | ||
<divisions>1</divisions> | ||
<key> | ||
<fifths>0</fifths> | ||
</key> | ||
<time> | ||
<beats>4</beats> | ||
<beat-type>4</beat-type> | ||
</time> | ||
<clef> | ||
<sign>G</sign> | ||
<line>2</line> | ||
</clef> | ||
</attributes> | ||
<harmony> | ||
<root> | ||
<root-step>C</root-step> | ||
</root> | ||
<kind use-symbols="yes">major-seventh</kind> | ||
</harmony> | ||
<note default-x="36"> | ||
<pitch> | ||
<step>A</step> | ||
<octave>4</octave> | ||
</pitch> | ||
<duration>4</duration> | ||
<voice>1</voice> | ||
<type>half</type> | ||
<stem default-y="10">up</stem> | ||
<notations> | ||
<articulations> | ||
<accent default-x="-1" default-y="-55" placement="below"/> | ||
</articulations> | ||
</notations> | ||
</note> | ||
<print> | ||
</print> | ||
</measure> | ||
</part> | ||
</score-partwise> |
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 |
---|---|---|
@@ -1,13 +1,51 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<note default-x="83"> | ||
<pitch> | ||
<step>A</step> | ||
<alter>1</alter> | ||
<octave>4</octave> | ||
</pitch> | ||
<duration>2</duration> | ||
<voice>1</voice> | ||
<type>quarter</type> | ||
<accidental>sharp</accidental> | ||
<stem default-y="10">up</stem> | ||
</note> | ||
<?xml version="1.0" encoding="utf-8" standalone="no"?> | ||
<!DOCTYPE score-partwise PUBLIC | ||
"-//Recordare//DTD MusicXML 4.0 Partwise//EN" | ||
"http://www.musicxml.org/dtds/partwise.dtd"> | ||
<score-partwise version="4.0"> | ||
<defaults> | ||
</defaults> | ||
<part-list> | ||
<score-part id="P1"> | ||
<part-name>placeholder</part-name> | ||
</score-part> | ||
</part-list> | ||
<part id="P1"> | ||
<measure number="1"> | ||
<attributes> | ||
<divisions>1</divisions> | ||
<key> | ||
<fifths>0</fifths> | ||
</key> | ||
<time> | ||
<beats>4</beats> | ||
<beat-type>4</beat-type> | ||
</time> | ||
<clef> | ||
<sign>G</sign> | ||
<line>2</line> | ||
</clef> | ||
</attributes> | ||
<harmony> | ||
<root> | ||
<root-step>C</root-step> | ||
</root> | ||
<kind use-symbols="yes">major-seventh</kind> | ||
</harmony> | ||
<note default-x="83"> | ||
<pitch> | ||
<step>A</step> | ||
<alter>1</alter> | ||
<octave>4</octave> | ||
</pitch> | ||
<duration>2</duration> | ||
<voice>1</voice> | ||
<type>quarter</type> | ||
<accidental>sharp</accidental> | ||
<stem default-y="10">up</stem> | ||
</note> | ||
<print> | ||
</print> | ||
</measure> | ||
</part> | ||
</score-partwise> |
66 changes: 52 additions & 14 deletions
66
test/data/examples/accidental-mark-element-notation.musicxml
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 |
---|---|---|
@@ -1,14 +1,52 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<note default-x="84"> | ||
<pitch> | ||
<step>D</step> | ||
<octave>5</octave> | ||
</pitch> | ||
<duration>2</duration> | ||
<voice>1</voice> | ||
<type>quarter</type> | ||
<stem default-y="-45">down</stem> | ||
<notations> | ||
<accidental-mark default-y="22">sharp</accidental-mark> | ||
</notations> | ||
</note> | ||
<?xml version="1.0" encoding="utf-8" standalone="no"?> | ||
<!DOCTYPE score-partwise PUBLIC | ||
"-//Recordare//DTD MusicXML 4.0 Partwise//EN" | ||
"http://www.musicxml.org/dtds/partwise.dtd"> | ||
<score-partwise version="4.0"> | ||
<defaults> | ||
</defaults> | ||
<part-list> | ||
<score-part id="P1"> | ||
<part-name>placeholder</part-name> | ||
</score-part> | ||
</part-list> | ||
<part id="P1"> | ||
<measure number="1"> | ||
<attributes> | ||
<divisions>1</divisions> | ||
<key> | ||
<fifths>0</fifths> | ||
</key> | ||
<time> | ||
<beats>4</beats> | ||
<beat-type>4</beat-type> | ||
</time> | ||
<clef> | ||
<sign>G</sign> | ||
<line>2</line> | ||
</clef> | ||
</attributes> | ||
<harmony> | ||
<root> | ||
<root-step>C</root-step> | ||
</root> | ||
<kind use-symbols="yes">major-seventh</kind> | ||
</harmony> | ||
<note default-x="84"> | ||
<pitch> | ||
<step>D</step> | ||
<octave>5</octave> | ||
</pitch> | ||
<duration>2</duration> | ||
<voice>1</voice> | ||
<type>quarter</type> | ||
<stem default-y="-45">down</stem> | ||
<notations> | ||
<accidental-mark default-y="22">sharp</accidental-mark> | ||
</notations> | ||
</note> | ||
<print> | ||
</print> | ||
</measure> | ||
</part> | ||
</score-partwise> |
72 changes: 55 additions & 17 deletions
72
test/data/examples/accidental-mark-element-ornament.musicxml
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 |
---|---|---|
@@ -1,17 +1,55 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<note default-x="229"> | ||
<pitch> | ||
<step>E</step> | ||
<octave>5</octave> | ||
</pitch> | ||
<duration>2</duration> | ||
<voice>1</voice> | ||
<type>quarter</type> | ||
<stem default-y="-40">down</stem> | ||
<notations> | ||
<ornaments> | ||
<trill-mark/> | ||
<accidental-mark placement="above">natural</accidental-mark> | ||
</ornaments> | ||
</notations> | ||
</note> | ||
<?xml version="1.0" encoding="utf-8" standalone="no"?> | ||
<!DOCTYPE score-partwise PUBLIC | ||
"-//Recordare//DTD MusicXML 4.0 Partwise//EN" | ||
"http://www.musicxml.org/dtds/partwise.dtd"> | ||
<score-partwise version="4.0"> | ||
<defaults> | ||
</defaults> | ||
<part-list> | ||
<score-part id="P1"> | ||
<part-name>placeholder</part-name> | ||
</score-part> | ||
</part-list> | ||
<part id="P1"> | ||
<measure number="1"> | ||
<attributes> | ||
<divisions>1</divisions> | ||
<key> | ||
<fifths>0</fifths> | ||
</key> | ||
<time> | ||
<beats>4</beats> | ||
<beat-type>4</beat-type> | ||
</time> | ||
<clef> | ||
<sign>G</sign> | ||
<line>2</line> | ||
</clef> | ||
</attributes> | ||
<harmony> | ||
<root> | ||
<root-step>C</root-step> | ||
</root> | ||
<kind use-symbols="yes">major-seventh</kind> | ||
</harmony> | ||
<note default-x="229"> | ||
<pitch> | ||
<step>E</step> | ||
<octave>5</octave> | ||
</pitch> | ||
<duration>2</duration> | ||
<voice>1</voice> | ||
<type>quarter</type> | ||
<stem default-y="-40">down</stem> | ||
<notations> | ||
<ornaments> | ||
<trill-mark/> | ||
<accidental-mark placement="above">natural</accidental-mark> | ||
</ornaments> | ||
</notations> | ||
</note> | ||
<print> | ||
</print> | ||
</measure> | ||
</part> | ||
</score-partwise> |
Oops, something went wrong.