We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The stock fermatas are placed too close to notes. To systematically set the padding for fermatas, the command is redefined as follows:
fermata = #(let ((m (make-articulation "fermata"))) (set! (ly:music-property m 'tweaks) (acons 'padding 1 (ly:music-property m 'tweaks))) m)