Skip to main content
Topic: Number Note (Read 2413 times) previous topic - next topic

Number Note

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


 

Re: Number Note

Reply #2
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
Registered user since 1996