Re: to move the < to the upper side of staff
Reply #1 –
Hi Frank,
the only way to control the vertical placement of a < or > (cresc./decresc.) is to position a dynamic somewhere in FRONT of it and move the dynamic to the required vertical position. This dynamic may be hidden if you wish. The < or > will follow it up and down.
Dynamics that follow a < or > have no impact on the vertical position of any < or > that precede them.
Please see this example:
!NoteWorthyComposerClip(2.751,Single)
|Clef|Type:Treble
|Key|Signature:C|Tonic:C
|TimeSig|Signature:4/4
|Dynamic|Style:f|Pos:-8.5|Justify:Right
|Note|Dur:4th|Pos:-6|Opts:Crescendo
|Note|Dur:4th|Pos:-5|Opts:Crescendo
|Note|Dur:4th|Pos:-4|Opts:Crescendo
|Note|Dur:4th|Pos:-3|Opts:Crescendo
|Bar
|Dynamic|Style:ff|Pos:-11.5|Justify:Right
|Note|Dur:4th|Pos:-2|Opts:Diminuendo
|Note|Dur:4th|Pos:-3|Opts:Diminuendo
|Note|Dur:4th|Pos:-4|Opts:Diminuendo
|Note|Dur:4th|Pos:-5|Opts:Diminuendo
|Bar
|Dynamic|Style:p|Pos:9|Justify:Right|Visibility:Never
|Note|Dur:4th|Pos:-6|Opts:Crescendo
|Note|Dur:4th|Pos:-4|Opts:Crescendo
|Note|Dur:4th|Pos:-2|Opts:Crescendo
|Note|Dur:4th|Pos:b0|Opts:Crescendo
|Bar
|Dynamic|Style:f|Pos:11.5|Justify:Right|Visibility:Never
|Note|Dur:4th|Pos:1|Opts:Diminuendo
|Note|Dur:4th|Pos:b0|Opts:Diminuendo
|Note|Dur:4th|Pos:-2|Opts:Diminuendo
|Note|Dur:4th|Pos:-4|Opts:Diminuendo
|Bar
|Dynamic|Style:pp|Pos:9
|Note|Dur:Whole|Pos:-6
!NoteWorthyComposerClip-End