NoteWorthy Composer Forum

Forums => General Discussion => Topic started by: pianist14 on 2016-07-24 07:05 pm

Title: Positioning accidentals
Post by: pianist14 on 2016-07-24 07:05 pm
When adding extra space to a note with an accidental, the accidental does not move with this manual adjustment. The same happens if extra space is added to an accidental.  How do you get the note and its accidental to move?  (This is horizontal movement)
Title: Re: Positioning accidentals
Post by: William Ashworth on 2016-07-24 10:48 pm
Placing a spacer ("Ins" key) before a note will move both the note and its accidental in the same direction.  (It will also move everything else in front of the spacer, however, so some care is required.) The adjustments on the "Notes" tab of the "Properties" dialog are primarily there to adjust the note in relation to notes in the same chord but on different layers, so that the chord and its accidentals will line up properly.
Title: Re: Positioning accidentals
Post by: Warren Porter on 2016-07-24 11:09 pm
Select a note/chord and then Cntl/E. One of the options is "Extra Accidental Spacing" in addition to "Extra Note Spacing".  This comes in handy when notes/chords on different staves are layered and the accidentals or notes are on top of each other.  If you download the first attachment from this thread (https://forum.noteworthycomposer.com/?topic=6992.msg47914#msg47914), this page (http://www.wjporter.com/nwc/spacepart.htm) fixes the note collisions upstairs and accidental collusions downstairs.
Title: Re: Positioning accidentals
Post by: Rick G. on 2016-07-24 11:20 pm
If your intent is to tuck an accidental above/below a second interval, extra note/accidental space won't help.
Text can be used if you don't care if it highlights during playback. A layer is needed if you do:
Code: (nwc) [Select · Download]
!NoteWorthyComposer(2.75)
|AddStaff|Name:"Staff"
|StaffProperties|EndingBar:Open (hidden)|WithNextStaff:Layer
|Chord|Dur:4th|Pos:#-3,2,3
|Bar
|Note|Dur:4th,Grace|Pos:#-3|Opts:Muted|Visibility:Never
|Text|Text:"d _"|Font:StaffSymbols|Pos:-3|Justify:Right|Placement:AtNextNote
|Chord|Dur:4th|Pos:-3,2,3
|Bar
|Chord|Dur:4th|Pos:2,3
|Bar
|AddStaff|Name:"Staff-1"
|StaffProperties|EndingBar:Open (hidden)|BoundaryTop:10|BoundaryBottom:10
|StaffProperties|Channel:2
|Rest|Dur:4th|Visibility:Never
|Bar|Visibility:Never
|Rest|Dur:4th|Visibility:Never
|Bar|Visibility:Never
|RestChord|Dur:4th|Opts:Stem=Up,ArticulationsOnStem,HideRest|Dur2:4th|Pos2:#-3
|Bar
!NoteWorthyComposer-End
Title: Re: Positioning accidentals
Post by: pianist14 on 2016-07-25 08:26 pm
Placing a spacer ("Ins" key) before a note will move both the note and its accidental in the same direction.  (It will also move everything else in front of the spacer, however, so some care is required.) The adjustments on the "Notes" tab of the "Properties" dialog are primarily there to adjust the note in relation to notes in the same chord but on different layers, so that the chord and its accidentals will line up properly.

Thank you!  However I found that the spacer will only work at a bar line.  So I added an invisible bar line (excluded from count) before the note and then inserted a space. Since it allows increments of .25 I was able to position the note and accidental so that it lines up properly with the layered staff.

Thanks again for the tip. 
Title: Re: Positioning accidentals
Post by: pianist14 on 2016-07-25 08:36 pm
Select a note/chord and then Cntl/E. One of the options is "Extra Accidental Spacing" in addition to "Extra Note Spacing".  This comes in handy when notes/chords on different staves are layered and the accidentals or notes are on top of each other.  If you download the first attachment from this thread (https://forum.noteworthycomposer.com/?topic=6992.msg47914#msg47914), this page (http://www.wjporter.com/nwc/spacepart.htm) fixes the note collisions upstairs and accidental collusions downstairs.
I have not encountered this particular problem thus far.  However if it should happen I will refer to this thread.  Reply #1 seemed to address my issue.   Thank you for your help.
Title: Re: Positioning accidentals
Post by: pianist14 on 2016-07-25 08:44 pm
If your intent is to tuck an accidental above/below a second interval, extra note/accidental space won't help.
Text can be used if you don't care if it highlights during playback. A layer is needed if you do:
Code: (nwc) [Select · Download]
!NoteWorthyComposer(2.75)
|AddStaff|Name:"Staff"
|StaffProperties|EndingBar:Open (hidden)|WithNextStaff:Layer
|Chord|Dur:4th|Pos:#-3,2,3
|Bar
|Note|Dur:4th,Grace|Pos:#-3|Opts:Muted|Visibility:Never
|Text|Text:"d _"|Font:StaffSymbols|Pos:-3|Justify:Right|Placement:AtNextNote
|Chord|Dur:4th|Pos:-3,2,3
|Bar
|Chord|Dur:4th|Pos:2,3
|Bar
|AddStaff|Name:"Staff-1"
|StaffProperties|EndingBar:Open (hidden)|BoundaryTop:10|BoundaryBottom:10
|StaffProperties|Channel:2
|Rest|Dur:4th|Visibility:Never
|Bar|Visibility:Never
|Rest|Dur:4th|Visibility:Never
|Bar|Visibility:Never
|RestChord|Dur:4th|Opts:Stem=Up,ArticulationsOnStem,HideRest|Dur2:4th|Pos2:#-3
|Bar
!NoteWorthyComposer-End

Thank you, I have reviewed this and the sample you sent.  It is another option to achieve the desired result.
Title: Re: Positioning accidentals
Post by: Rick G. on 2016-07-26 12:29 am
I found that the spacer will only work at a bar line. 
Keep seeking ...
If you tire of the search, an example of what you are trying to do might help someone guide you.
Title: Re: Positioning accidentals
Post by: William Ashworth on 2016-07-27 02:05 am
The spacer should actually work anywhere. You may have to add several before you begin to see an effect.
Title: Re: Positioning accidentals
Post by: Warren Porter on 2016-07-27 11:21 am
This is my page to insert/modify spacers. Spacer.htm (http://wjporter.com/nwc/Spacer.htm)