NoteWorthy Composer Forum

Forums => General Discussion => Topic started by: SEBC on 2019-11-08 07:21 pm

Title: Text running off the printed page
Post by: SEBC on 2019-11-08 07:21 pm
Sometimes when I go to print, I find my text running off the printed page. It might be a label, such as "Children". This often happens after I have changed something and the text measure gets bumped over to a different position. When I first insert the label, I check to see that it looks ok.

Is there anything that I can do to keep the text from doing this?
Title: Re: Text running off the printed page
Post by: Rick G. on 2019-11-08 07:38 pm
Unless the text is short, placing text before a bar line is almost always wrong unless you right justify it.

A few years ago, when I was still writing user objects, I wrote one to add text markup to a bar line. It used a field to specify what and where to put text if the bar was at the right edge of the page and another field to specify what and where to put text if the bar was anywhere else. My "markup" concepts were not well received here, so I never published it.
Title: Re: Text running off the printed page
Post by: David Palmquist on 2019-11-09 06:41 pm
I agree with Rick about right-justifying the text string at a bar line.

One caveat - if the text string is too long and now appears at the end of the first measure of the new staff, if may then spill over the left margin.  The solution is to break the text into a couple of shorter text entries: 
Allegro ma non troppo
becomes
Allegro [break]
ma non troppo.


Title: Re: Text running off the printed page
Post by: SEBC on 2019-11-13 02:49 am
I agree with Rick about right-justifying the text string at a bar line.

One caveat - if the text string is too long and now appears at the end of the first measure of the new staff, if may then spill over the left margin.  The solution is to break the text into a couple of shorter text entries: 
Allegro ma non troppo
becomes
Allegro [break]
ma non troppo.




Is there a way to do that break within one text function or does it require two text entries?
Title: Re: Text running off the printed page
Post by: hmmueller on 2019-11-13 07:24 am
Is there a way to do that break within one text function or does it require two text entries?
You might want to try (again?) the XText object (https://forum.noteworthycomposer.com/?topic=9737.0). It can do line breaks with %br% in the text.

H.M.
Title: Re: Text running off the printed page
Post by: SEBC on 2019-12-09 02:24 pm
I was out of the country and realize that I didn't thank you all for your help.

I tend to press x for text entries but will use the J xtext object when I have a longer text entry to make.