Skip to main content
Topic: end of line being cut off when printing (using boxmarks font) (Read 2624 times) previous topic - next topic

end of line being cut off when printing (using boxmarks font)

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

Re: end of line being cut off when printing (using boxmarks font)

Reply #1
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.

Re: end of line being cut off when printing (using boxmarks font)

Reply #2
I'll give that a try; thanks!

I don't remember having to do that in NWC1 though.

Re: end of line being cut off when printing (using boxmarks font)

Reply #3
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

 

Re: end of line being cut off when printing (using boxmarks font)

Reply #4
NWC1 is substantially the same, although hidden notes will occupy more space in version 1.