On 2021-12-12 3:48 pm, David Kastrup wrote:
Aaron Hill <lilyp...@hillvisions.com> writes:
On 2021-12-12 3:19 pm, David Kastrup wrote:
and one could instead define it as
make-dynamic-script =
#(define-event-function (str) (ly:markup?)
(make-music 'AbsoluteDynamicEvent 'text str))
Did you mean just markup? or is ly:markup? a special predicate?
Ouch. Of course the former.
Just checking. It would not have surprised me if I had overlooked
something in the software. When doing Scheme work especially, I find
there is often something Guile provides as a built-in that I wasted time
creating myself.
-- Aaron Hill