NoteWorthy Composer Forum

Forums => General Discussion => Topic started by: ItmightbeJB on 2018-07-03 10:21 pm

Title: Page Numbering
Post by: ItmightbeJB on 2018-07-03 10:21 pm
Can I make the page numbers bigger?  How so?
Title: Re: Page Numbering
Post by: Richard Woodroffe on 2018-07-03 11:09 pm
Yes!

If you use the user objects PageTxtMaestro.nw  and PageTxt.nw   you can set the page number font and  size to what you wish as well as other objects that appear on the page.
Title: Re: Page Numbering
Post by: ItmightbeJB on 2018-07-03 11:18 pm
Thank you sir.
Title: Re: Page Numbering
Post by: Rick G. on 2018-07-04 12:03 am
Page numbers are rendered in Page Small Text. If you are not using the Copyright fields, you can make it as large as you want.
Code: (nwc) [Select · Download]
!NoteWorthyComposer(2.751)
|SongInfo|Title:"Title"|Author:"Author"|Lyricist:"Lyricist"
|PgSetup|PageNumbers:1
|Font|Style:PageSmallText|Size:14|Bold:Y|CharSet:1
|AddStaff|Name:"Staff"
|RestMultiBar|NumBars:8|PrintOnce:N|WhenHidden:ShowBars,ShowRests
|Bar
|Boundary|Style:NewSystem|NewPage:Y
|RestMultiBar|NumBars:8|PrintOnce:N|WhenHidden:ShowBars,ShowRests
|Bar
|Boundary|Style:NewSystem|NewPage:Y
|RestMultiBar|NumBars:8|PrintOnce:N|WhenHidden:ShowBars,ShowRests
|Bar
|Boundary|Style:NewSystem|NewPage:Y
!NoteWorthyComposer-End