NoteWorthy Composer Forum

Forums => General Discussion => Topic started by: fathafluff on 2022-11-20 02:04 am

Title: Placing objects at left edge of staff
Post by: fathafluff on 2022-11-20 02:04 am
I tried to research this before posting a question, but I couldn't find anything which worked. 1. I have a bar with "force system break" set. Immediately following it I place text. I want the text to align with the left edge of the staff. I thought that Properties: Justification: Left, and Alignment/Placement: As Staff Signature would do that, but it doesn't seem to. I can get what I want with trial and error using center or right justification and spaces inserted before or after the text, but that is a lot of work. 2. With a single staff, how do I put a bar line at the beginning of each printed staff?
Title: Re: Placing objects at left edge of staff
Post by: Peter Edwards on 2022-11-20 07:28 am
2. With a single staff, how do I put a bar line at the beginning of each printed staff?

Just put a single bar line before the first clef. But why would you want to: it's not generally considered correct?
And this doesn't work with any other bar line style!
Title: Re: Placing objects at left edge of staff
Post by: Flurmy on 2022-11-20 08:49 am
I thought that Properties: Justification: Left, and Alignment/Placement: As Staff Signature would do that
Did you try "Justification: Right" and "Alignment/Placement: At next note/bar"?
It seems to me the most logical combination.
Title: Re: Placing objects at left edge of staff
Post by: Lawrie Pardy on 2022-11-20 11:20 am
I have successfully left aligned text entries at the start of a system using the following:

Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.751,Single)
|Clef|Type:Treble|AutoSys:N
|TimeSig|Signature:4/4
|Rest|Dur:Whole
|Bar
|Rest|Dur:Whole
|Bar
|Rest|Dur:Whole
|Bar
|Rest|Dur:Whole
|Bar|SysBreak:Y
|Clef|Type:Treble|AutoSys:N
|Rest|Dur:Whole
|Bar
|Rest|Dur:Whole
|Bar
|Rest|Dur:Whole
|Bar
|Rest|Dur:Whole
|Bar|SysBreak:Y
|Text|Text:"Text Entry"|Font:StaffItalic|Pos:11|Placement:AtNextNote
|Bar|Style:Transparent
|Clef|Type:Treble
|Rest|Dur:Whole
|Bar
|Rest|Dur:Whole
|Bar
|Rest|Dur:Whole
|Bar
|Rest|Dur:Whole
|Bar|SysBreak:Y
|Rest|Dur:Whole
|Bar
|Rest|Dur:Whole
|Bar
|Rest|Dur:Whole
|Bar
|Rest|Dur:Whole
|Bar|Style:SectionClose|SysBreak:Y
!NoteWorthyComposerClip-End
Title: Re: Placing objects at left edge of staff
Post by: fathafluff on 2022-11-20 02:05 pm
Just put a single bar line before the first clef. But why would you want to: it's not generally considered correct?
And this doesn't work with any other bar line style!
I saw it in a piece of percussion music on a single line staff. When I tried to recreate it, one line at a time, it put the bar line indented about a quarter inch from the left edge of the staff.
Did you try "Justification: Right" and "Alignment/Placement: At next note/bar"?
It seems to me the most logical combination.
That works, except you have to pad the text with spaces to line it up where you want it. For multiple lines, this is a lot of trial and error.
I have successfully left aligned text entries at the start of a system using the following:
This seems much more complicated than using right alignment and padding with spaces.
Thanks to all for your replies. I don't know what "Alignment/Placement: As Staff Signature" does. It seems from its name that it would do what I want.