Unfolding tremolo repeats: Difference between revisions

Created page with "Under normal circumstances, <code><note>:<duration></code>, the shortcut of <code>\repeat tremolo</code> is not unfolded by <code>\unfoldRepeats</code>. This function works around that: <lilypond version="2.24"> fixTremolos = #(define-music-function (music) (ly:music?) (music-map (lambda (m) (let ((event (any (lambda (a) (and (music-is-of-type? a 'tremolo-event) a)) (ly:music-pr..."
 
m added categories
Line 32: Line 32:
}
}
</lilypond>
</lilypond>
[[Category:Repeats]]
[[Category:Tweaks and overrides]]