NoteWorthy Composer Forum

Forums => General Discussion => Topic started by: Tim on 2004-09-07 02:55 PM

Title: end of line being cut off when printing (using boxmarks font)
Post by: Tim on 2004-09-07 02:55 PM
I'm working on a percussion part, so I'm using lots of multiple measure rests. I do that using boxmark2 font and setting the text property to preserve spacing. I noticed that when printing, it's sometimes cutting off part of the line at the end (not allowing enough space for the "text" I'm assuming) even though it looks ok in editing (it appears in print preview too)

Here's a sample of what I'm seeing. I'm using a staff size of 22 with user font 1 set to boxmark2, 22pt, bold

Code: [Select · Download]
!NoteWorthyComposerClip(2.0,Single)
|Clef|Type:Treble
|Key|Signature:Bb,Eb,Ab
|Text|Text:"  [ 6 ]  "|Font:User1|Pos:-1|Wide:Y
|Bar|Style:Double|Visibility:Always
|Text|Text:"  [ 8 ]  "|Font:User1|Pos:-1|Wide:Y
|Bar|Style:Double|Visibility:Always
|Text|Text:"  [ 8 ]  "|Font:User1|Pos:-1|Wide:Y
|Bar|Style:Double|Visibility:Always
|Text|Text:"  [ 9 ]  "|Font:User1|Pos:-1|Wide:Y
|Bar|Style:Double|Visibility:Always
|Key|Signature:F#,C#,G#,D#
|Text|Text:"  [ 2 ]  "|Font:User1|Pos:-1|Wide:Y
|Bar
|Text|Text:"bells"|Font:StaffItalic|Pos:7
|Rest|Dur:4th
|Note|Dur:Half|Pos:0
|Note|Dur:4th|Pos:0^
|Bar
|Note|Dur:4th|Pos:0
|Note|Dur:Half|Pos:0
|Note|Dur:4th|Pos:0^
|Bar
|Note|Dur:8th|Pos:0
|Rest|Dur:8th
|Rest|Dur:4th
|Rest|Dur:Half
|Bar
|Rest|Dur:Whole
|Bar|Style:Double|Visibility:Always
|Text|Text:"  [ 5 ]  "|Font:User1|Pos:-1|Wide:Y
|Bar|Style:Double|Visibility:Always
!NoteWorthyComposerClip-End
Title: Re: end of line being cut off when printing (using boxmarks font)
Post by: NoteWorthy Online on 2004-09-07 03:07 PM
This is caused by the fact that none of your simulated multi-measures have any real durations in them. NWC uses note duration as a basis for system breaks. If you simply add a hidden rest in one or more of the multi-measure spaces, these regions will get better handling in the print formatter.
Title: Re: end of line being cut off when printing (using boxmarks font)
Post by: Tim on 2004-09-07 04:01 PM
I'll give that a try; thanks!

I don't remember having to do that in NWC1 though.
Title: Re: end of line being cut off when printing (using boxmarks font)
Post by: David Palmquist on 2004-09-08 02:04 AM
Tim, try this for multibar rests.  The userfont is Boxmark2, if I recall:

Code: [Select · Download]
!NoteWorthyComposerClip(2.0,Single)
|Bar|Style:Double
|Text|Text:"E"|Font:User2|Pos:13|Justify:Right|Placement:AsStaffSignature|Visibility:TopStaff
|Rest|Dur:Whole|Visibility:Never
|Text|Text:"  [ 12 ]            "|Font:User2|Pos:-1|Wide:Y|Placement:AsStaffSignature
|Bar|Visibility:Never
|Rest|Dur:Whole|Visibility:Never
|Bar|Visibility:Never
|Rest|Dur:Whole|Visibility:Never
|Bar|Visibility:Never
|Rest|Dur:Whole|Visibility:Never
|Bar|Visibility:Never
|Rest|Dur:Whole|Visibility:Never
|Bar|Visibility:Never
|Rest|Dur:Whole|Visibility:Never
|Bar|Visibility:Never
|Rest|Dur:Whole|Visibility:Never
|Bar|Visibility:Never
|Rest|Dur:Whole|Visibility:Never
|Bar|Visibility:Never
|Rest|Dur:Whole|Visibility:Never
|Bar|Visibility:Never
|Rest|Dur:Whole|Visibility:Never
|Bar|Visibility:Never
|Rest|Dur:Whole|Visibility:Never
|Bar|Visibility:Never
|Rest|Dur:Whole|Visibility:Never
|Bar|Style:Double|SysBreak:Y
|Text|Text:"F"|Font:User2|Pos:13|Justify:Right|Placement:AsStaffSignature|Visibility:TopStaff
!NoteWorthyComposerClip-End
Title: Re: end of line being cut off when printing (using boxmarks font)
Post by: NoteWorthy Online on 2004-09-08 02:52 PM
NWC1 is substantially the same, although hidden notes will occupy more space in version 1.