Re: NWCCONVERTOR
Reply #44 –
Yes, I noticed it too.
In my program, invisible rests are created, when a part has more than 1 staff/voice and the summed duration of the notes/rests of a
following staff/voice < the duration in the first.
But in this case, it's a single staff/single voice part and in measure six, there's really missing a 8th duration, acccording to the time signature. See this snippet from the input file:
<measure number="6" width="185">
<note default-x="17">
<pitch>
<step>B</step>
<alter>-1</alter>
<octave>4</octave>
</pitch>
<duration>12</duration>
<voice>1</voice>
<type>quarter</type>
<dot/>
<stem default-y="-55.5">down</stem>
<lyric default-y="-84" number="1">
<syllabic>single</syllabic>
<text>hills,</text>
</lyric>
</note>
<direction>
<direction-type>
<wedge spread="12" type="stop"/>
</direction-type>
</direction>
<note default-x="85">
<rest/>
<duration>8</duration>
<voice>1</voice>
<type>quarter</type>
</note>
</measure>
So in that case, my program shows a red warning, as it does also when the duration should be > the time signature.