NoteWorthy Composer Forum

Forums => General Discussion => Topic started by: hfsitumo2001 on 2013-05-13 07:23 am

Title: Number Note
Post by: hfsitumo2001 on 2013-05-13 07:23 am
Hello,

In Indonesia we learn song by using number note such as 1, 2,3......7  upto seven notes, we pronouce 1, 2, 3,  as do, re, mi, pa, sol, la, ti,

Is that possible to insert number in NWC?, and can it be line up with the note and lyrics.

Thanks for any ideas.

Frank
Title: Re: Number Note
Post by: Haymo on 2013-05-13 10:19 am
Welcome.

I cannot help you with "number note" - but for a font for "do, re, mi, .."
try Lawrie Pardy's fonts at
http://nwc-scriptorium.org/helpful.html#Fonts 
Title: Re: Number Note
Post by: Rick G. on 2013-05-13 03:21 pm
You might try something like this:
Code: (nwc) [Select · Download]
!NoteWorthyComposer(2.5)
|PgSetup|StaffSize:18
|Font|Style:StaffLyric|Size:8
|Font|Style:User1|Typeface:"Arial"|Size:9
|AddStaff|Name:"Staff"
|StaffProperties|EndingBar:Open (hidden)
|Lyrics|Align:Standard Rules
|Lyric1|Text:"do re mi fa\r\n"
|Clef|Type:Treble
|Key|Signature:F#,C#|Tonic:D
|TimeSig|Signature:Common
|Text|Text:"1"|Font:User1|Pos:7|Justify:Center|Placement:AtNextNote
|Note|Dur:4th|Pos:-5
|Text|Text:"2"|Font:User1|Pos:7|Justify:Center|Placement:AtNextNote
|Note|Dur:4th|Pos:-4
|Text|Text:"3"|Font:User1|Pos:7|Justify:Center|Placement:AtNextNote
|Note|Dur:4th|Pos:-3
|Text|Text:"4"|Font:User1|Pos:7|Justify:Center|Placement:AtNextNote
|Note|Dur:4th|Pos:-2
|Bar
!NoteWorthyComposer-End