-
Consider this small MusicXML snippet. <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 4.0 Partwise//EN"
"http://www.musicxml.org/dtds/partwise.dtd">
<score-partwise version="4.0">
<part-list>
<score-part id="P1"><part-name></part-name></score-part>
</part-list>
<part id="P1">
<measure number="1">
<attributes><divisions>1</divisions></attributes>
<direction placement="above">
<direction-type>
<words default-x="50" default-y="50">(50,50)</words>
</direction-type>
</direction>
<direction placement="below">
<direction-type>
<words default-x="-50" default-y="-150">(-50,-150)</words>
</direction-type>
</direction>
<note>
<pitch><step>F</step><octave>4</octave></pitch>
<duration>4</duration>
<type>whole</type>
</note>
</measure>
</part>
</score-partwise> Here are the rendering results of Finale and MuseScore: I've also tested Verovio and SoundSlice. Only Finale honours
is not popular while importing MusicXML... Interestingly, the files in the My conclusion is that |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Just for the record: this is how MuseScore 2.3.2 renders it: |
Beta Was this translation helpful? Give feedback.
-
The |
Beta Was this translation helpful? Give feedback.
The
<offset>
element is indeed generally better for horizontal positioning. It better matches the way many, if not most, notation applications store this information.