Re: Change dynamics font size
Reply #1 –
What you observe is correct; the dynamics markings are rendered using the Staff Symbols font. One workaround that is possible is to insert the dynamic markings as text, using the Staff Symbols font, and then adjust the Scaling (%) to make them slightly smaller. However, the text version of the dynamic won't control the playback dynamics, so if that is important for your score, you should insert a real dynamic at the same location in your score, with the visibility set to Never.
Here is an example of this approach:
!NoteWorthyComposerClip(2.751,Single)
|Clef|Type:Treble
|Key|Signature:F#,C#|Tonic:D
|TimeSig|Signature:4/4
|Text|Text:""|Font:StaffSymbols|Scale:80|Pos:-6.5
|Dynamic|Style:pp|Pos:-5|Visibility:Never
|Note|Dur:4th|Pos:0
!NoteWorthyComposerClip-End
Perhaps as a future enhancement, the Scaling factor might be added for dynamic markings (and perhaps other things such as flow control items).