Please automate courtesy accidentals and parenthesis
Rather than having to enter courtesy accidentals manually and then add parenthesis if needed, it'd be great to have the option of having these things added automatically, with a setting to either enable or disable automated insertion, as used in Sibelius.
Comments
see #12496: Single-click courtesy accidentals
There is a nice plugin which I use:
https://musescore.org/sv/project/courtesyaccidentals
If you want parenthesis, you will have to modify the file in one place:
change line 29 in the file addCourtesyAccidentals.qml from
property bool useBracket: false
to
property bool useBracket: true
/Andreas
There's also a configurable version of the plugin, which allows to parenthesize accidentals without having to change the source code. I just updated the description page for the plugin.