Replies: 4 comments 5 replies
-
|
@Selion11 Here is what Audiveris recognized: Here is what MuseScore displays (based on Audiveris output): And here is what Finale displays (based on Audiveris output): For me there is no divergence between these three measures. There is no A note in this measure. Perhaps I misunderstood your message. Please clarify. |
Beta Was this translation helpful? Give feedback.
-
|
Your message above displays measure 1 (of the first system). This is not measure 5. How can you find note 17 in this measure? I also checked measure 1 in the PDF input and in Audiveris output / MuseScore and Finale displays. This measure is correctly recognized. And in the lower staff, bass clef, we have an A3 note (La) |
Beta Was this translation helpful? Give feedback.
-
|
I disagree. Here is the content of the MusicXML file for measure 1: <part id="P1">
<!--=======================================================-->
<measure number="1" width="265">
<print>
<system-layout>
<system-margins>
<left-margin>90</left-margin>
<right-margin>63</right-margin>
</system-margins>
<top-system-distance>230</top-system-distance>
</system-layout>
<staff-layout number="2">
<staff-distance>76</staff-distance>
</staff-layout>
<measure-numbering>system</measure-numbering>
</print>
<attributes>
<divisions>1</divisions>
<time>
<beats>4</beats>
<beat-type>4</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>
<staff-details print-object="yes"></staff-details>
</attributes>
<note default-x="92">
<pitch>
<step>A</step>
<octave>4</octave>
</pitch>
<duration>1</duration>
<voice>1</voice>
<type>quarter</type>
<stem default-y="10">up</stem>
<staff>1</staff>
<notations>
<slur type="start" number="1" placement="above" default-x="26" default-y="6" bezier-x="32" bezier-y="21"></slur>
</notations>
</note>
<note default-x="135">
<pitch>
<step>G</step>
<alter>1</alter>
<octave>4</octave>
</pitch>
<duration>1</duration>
<voice>1</voice>
<type>quarter</type>
<accidental>sharp</accidental>
<stem default-y="5">up</stem>
<staff>1</staff>
</note>
<note default-x="178">
<pitch>
<step>A</step>
<octave>4</octave>
</pitch>
<duration>1</duration>
<voice>1</voice>
<type>quarter</type>
<stem default-y="10">up</stem>
<staff>1</staff>
</note>
<note default-x="222">
<pitch>
<step>C</step>
<octave>5</octave>
</pitch>
<duration>1</duration>
<voice>1</voice>
<type>quarter</type>
<stem default-y="-50">down</stem>
<staff>1</staff>
<notations>
<slur type="stop" number="1" default-x="8" default-y="1" bezier-x="-32" bezier-y="26"></slur>
</notations>
</note>
<backup>
<duration>4</duration>
</backup>
<note default-x="88">
<pitch>
<step>A</step> <=== HERE
<octave>3</octave> <=== HERE
</pitch>
<duration>4</duration>
<voice>5</voice>
<type>whole</type>
<staff>2</staff> <=== HERE
</note>
</measure>
<!--=======================================================-->Look at the end of the measure data, the last note element. It says:
This is an A note, not an E note! |
Beta Was this translation helpful? Give feedback.
-
|
@Selion11 |
Beta Was this translation helpful? Give feedback.





Uh oh!
There was an error while loading. Please reload this page.
-
I am currently trying to profess the following file
iniciales.pdf
The first 16 notes are correctly recognized but from note 17 onwards and its gigivng me all the wrong notes by an octave more or less. Its telling me the note is E (Mi) intead of A (La) how can i correct this types of mistakes?
Beta Was this translation helpful? Give feedback.
All reactions