Re: colliding accidentals
Reply #4 –
Here is a situation where you may want to use a Text accidental:
!NoteWorthyComposer(2.5)
|AddStaff|Name:"Staff"
|StaffProperties|EndingBar:Open (hidden)|WithNextStaff:Layer
|Note|Dur:4th,Grace|Pos:b0|Opts:Muted|Visibility:Never
|Text|Text:"f _"|Font:StaffSymbols|Pos:0|Justify:Right|Placement:AtNextNote
|Note|Dur:4th|Pos:0|Opts:Stem=Up
|AddStaff|Name:"Staff-1"
|StaffProperties|EndingBar:Open (hidden)
|Chord|Dur:4th|Pos:-4,-3|Opts:Stem=Down
!NoteWorthyComposer-End
The drawback is that the sharp doesn't highlight during playback.