Skip to content

Better Looking Fermatas

Sharon Rosner edited this page Mar 29, 2016 · 2 revisions

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)
Clone this wiki locally