Skip to main content
Recent Posts
61
General Discussion / Sound problem
Last post by tarala -
I've used Noteworthy for 20 years with no real problems. I have checked and it appears to be updated. What's happening is, the sound when two or more staffs are played together is awful; at first I thought I must have entered completely wrong notes. When each staff is played individually, the sound is fine. Not much of a techie here, any suggestions? Thanks.
63
General Discussion / Re: REINSTALL nwc after computer crash
Last post by aboltenko -
I'm in a similar situation. I've replaced the hard disk on my iMac where Parallels, Windows 10 and Noteworthy Composer were. Now I have new disk, Windows 11, Parallels but no Noteworthy Composer and no installation disk lost in the flood last year. Is buying an new NWC the only option or is there another way of retrieving my data and reinstalling the NWC?
66
General Discussion / Re: Help find NWC after installing Windows 11
Last post by aboltenko -
I do understand now that all NWC files were gone when I installed Windows 11. The question is how can I restore my license and my software. Ater the flood last year I cannot find my 1.75 CD with all the info. Is there a way to restore that info?
69
User Tools / Re: NWCCONVERTOR
Last post by Opagust -
I replaced the zip file, pencil icon s now included.

I've noted for following release:
- replace special characters with escape values
- solve problem opening with Musescore.
70
User Tools / Re: NWCCONVERTOR
Last post by Flurmy -
you could specifically check for these problems during conversion and either delete or replace them with a flag - maybe "BLANK"?
In the xml he following chars are reserved and must be "escaped", that is:
"  replaced with  "
'   replaced with  '
<  replaced with  &lt;
>  replaced with &gt;
& replaced with  &amp;
(whatever similitude to html is...  ;) )
This is NOT my idea. This is the standard!
https://www.w3.org/TR/xml11/#NT-Char
- 2.4 Character Data and Markup