Re: NWCCONVERTOR
Thank you! - works!
What is a little strange: In m.6, in the S./A. staff, there is a "hidden? eighth rest" - MuseScore shows it in light grey. This pause is not converted into the nwctxt file, so that from there on, all the bar lines are shifted by one eighth. Could such "grey"/"hidden?" rests also be converted?
H.M.
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.