If anyone has begun using the hairpins, you may have noticed a glitch (aside from the one where you need a previous dynamic marking to govern its vertical position).
Consider the following scenario. A note has a dynamic marking beneath it. The decrescendo also begins on that same note. It lasts until the end of the note. Go ahead, type it in and see what happens.
Here's the first instance I typed and noticed it in:
!NoteWorthyComposerClip(2.0,Single)
|DynamicVariance|Style:Sforzando|Pos:-11
|Chord|Dur:Half|Pos:-2,3|Opts:Diminuendo
!NoteWorthyComposerClip-End
While I'm not extremely satisfied with the layout of the solution I've been able to come up with, here it is. It's done by adding an invisible dynamic 5 positions lower:
!NoteWorthyComposerClip(2.0,Single)
|DynamicVariance|Style:Sforzando|Pos:-11|
|DynamicVariance|Style:Sforzando|Pos:-16|Visibility:Never
|Chord|Dur:Half|Pos:-2,3|Opts:Diminuendo
!NoteWorthyComposerClip-End
The other option I see is to use the hairpins included in the Crescendo font or a related font. But that's not the point. I'd like to see more functionality in this built-in feature. If a hairpin requires a dynamic in front of it, it should at least let you put it there and be able to read it.
Anyone else have strong feelings about this?