NoteWorthy Composer Forum

Forums => General Discussion => Topic started by: ItmightbeJB on 2018-09-11 09:28 PM

Title: Page Text and Page Numbering
Post by: ItmightbeJB on 2018-09-11 09:28 PM
Hello.  I'm wondering if there's a way to gives more descriptive names to the user fonts to better keep track of them?  Also, the page numbering font is a little.... no, WAY too small for these old eyes.  How do I make them way bigger?
Title: Re: Page Text and Page Numbering
Post by: Rick G. on 2018-09-11 10:04 PM
Page numbers are rendered in PageSmallText. Making it bigger will also make the Copyright bigger:
Code: (nwc) [Select · Download]
!NoteWorthyComposer(2.751)
|PgSetup|PageNumbers:1
|Font|Style:PageSmallText|Size:16|CharSet:1
|RestMultiBar|NumBars:8
|Bar
|Boundary|Style:NewSystem|NewPage:Y
|RestMultiBar|NumBars:8
|Bar
|Boundary|Style:NewSystem|NewPage:Y
|RestMultiBar|NumBars:8
|Bar
|Boundary|Style:NewSystem|NewPage:Y
!NoteWorthyComposer-End
Or you can use MarkupPage.rg
Perhaps, like this:
Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.751,Single)
|User|MarkupPage.rg|Pos:0|Class:StaffSig|Opts:,3,,,,,,,,4,3|m1:/f6.5/p0|m2:/f6.5/p0
|RestMultiBar|NumBars:8|
|Bar
|Boundary|Style:NewSystem|NewPage:Y
|RestMultiBar|NumBars:8|
|Bar
|Boundary|Style:NewSystem|NewPage:Y
|RestMultiBar|NumBars:8|
|Bar
|Boundary|Style:NewSystem|NewPage:Y
!NoteWorthyComposerClip-End
Title: Re: Page Text and Page Numbering
Post by: Flurmy on 2018-09-12 06:24 PM
I always found the use of MarkupPage.rg quite cryptic.
Now I think I got it but... good luck!