Dies ist das Archiv des alten Forums (bis März 2017). Das aktuelle Forum ist unter https://lilypondforum.de zu finden. This is the archive of the old forum (until March 2017). You can find the current forum at https://lilypondforum.de.
\version "2.18.2"fn = #(define-music-function (parser location n) (ly:music?) #{ $n^\markup{hallo} % <-- das geht nicht. #}){ \fn c'4 }
\version "2.18.2"fn = #(define-music-function (parser location n) (ly:music?) (set! (ly:music-property n 'articulations) (cons (make-music 'TextScriptEvent 'direction 1 'text (markup #:line (#:simple "hallo"))) (ly:music-property n 'articulations))) n){ \fn c'4 }