Hi everyone!
I really have a special need with this function we have been talking about:
annotatedSlur =
#(define-music-function (parser location padding text) (number? markup?)
#{
\once \override Slur.after-line-breaking =
#(lambda (grob)
(let*
((stencil (ly:slur::
Hi Urs and Torsten,
This snippet is exactly what I need. I'm trying to test it, but when I copy
your code in Frescobaldi (which uses Lilypond underneath) and try to compile
it I receive this error:
error: syntax error, unexpected LYRIC_ELEMENT
\markup "hin."
I don't know