Re: Nwctxt to Harmonica Tab
Reply #1 –
I don't play the harmonica, but my career was as a programmer and have manipulated NWC data from clipboards before nwctxt came along. One suggestion if I may is to examine the nwctxt files before and after you insert your output as lyric text. Your program, instead of just creating a text file you (or a user) would have to insert back into the lyrics, would create a new nwctxt file. In this simple scale:NoteWorthyComposer(2.0)
|SongInfo|Title:""|Author:"<Name>"|Lyricist:""|Copyright1:"Copyright ⌐ 2007 <Name>"|Copyright2:"All Rights Reserved"
|AddStaff|Name:"Staff"
|Lyrics|Placement:Bottom|Align:Standard Rules|Offset:0
|Lyric1|Text:"Do re mi fa so la ti do\r\n"
|Clef|Type:Treble
|TimeSig|Signature:Common
|Note|Dur:4th|Pos:-6
|Note|Dur:4th|Pos:-5
|Note|Dur:4th|Pos:-4
|Note|Dur:4th|Pos:-3
|Bar
|Note|Dur:4th|Pos:-2
|Note|Dur:4th|Pos:-1
|Note|Dur:4th|Pos:0
|Note|Dur:4th|Pos:1
!NoteWorthyComposer-End
the lyrics would be inserted just after the "AddStaff" command line. Those two lines were missing before lyrics were added.
HTH