Re: Adding text to slurs

2018-11-08 Thread pablocordal
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::

Re: Modified slur stencil with added markup

2018-11-04 Thread pablocordal
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