NoteWorthy Composer Forum

Forums => General Discussion => Topic started by: ItmightbeJB on 2009-08-11 09:40 PM

Title: Measure Widths
Post by: ItmightbeJB on 2009-08-11 09:40 PM
Is there a way to control the widths of individual measures?  I want to place text in a measure other than the lyric and have it be large enough to read it but it often bleeds into the next measure.  If I could force the measure to be wide enough for the text that would be great.
Title: Re: Measure Widths
Post by: Rick G. on 2009-08-11 10:06 PM
I usually do something like this:
Quote
!NoteWorthyComposerClip(2.0,Single)
|Clef|Type:Treble
|Key|Signature:F#
|TimeSig|Signature:Common
|Note|Dur:Half|Pos:0
|Note|Dur:4th|Pos:0
|Note|Dur:8th|Pos:0|Opts:Stem=Down,Beam=First
|Note|Dur:8th|Pos:0|Opts:Stem=Down,Beam=End
|Bar
|Note|Dur:Half|Pos:0
|Text|Text:"   "|Font:PageSmallText|Pos:6|Wide:Y|Placement:AtNextNote
|Note|Dur:4th|Pos:0
|Text|Text:"  "|Font:PageSmallText|Pos:6|Wide:Y|Placement:AtNextNote
|Note|Dur:8th|Pos:0|Opts:Stem=Down,Beam=First
|Text|Text:" "|Font:PageSmallText|Pos:6|Wide:Y|Placement:AtNextNote
|Note|Dur:8th|Pos:0|Opts:Stem=Down,Beam=End
|Bar
|Rest|Dur:Whole
!NoteWorthyComposerClip-End
It makes the measure wider while preserving the relative spacing of the notes.
It can be quite time consuming to get it to look right as much depends on accidentals and the contents of other staves, but I have no easier way that produces acceptable results.
Title: Re: Measure Widths
Post by: William Ashworth on 2009-08-12 04:18 AM
Rick's method is necessary to get the notes spaced properly. If all you need is to keep the text from overlapping barlines or notes, just check the "preserve width" box on the "expression placement" tab of the Notation Properties dialog box for the text entry you're working with.

Bill
Title: Re: Measure Widths
Post by: David Palmquist on 2009-08-12 04:26 AM
Depending on how many text entries you have, you could try right justifying some, and align them "to next bar/note." then place them after the note but before the bar line.