Hello kind community folk,

how do I make \wordwrap act correctly on the argument to this markup function?

And why does \line not make \box act on the markup as a whole, as it is said to do?

Best, Simon

\version "2.25.14"

#(define-markup-command (freely layout props width-param text) (number? markup?)
   "Format text for one bar of 'width-param' quarter notes’ length"
   (interpret-markup layout props
                     #{\markup\box \line { \override #'(line-width . 10) \wordwrap { #text }} #}))

\markup\freely #1 { test test test test test test }

Attachment: document.pdf
Description: Adobe PDF document

Reply via email to