Nate Whetsell <[email protected]> writes: > Thanks, but unfortunately using a backtick and commas seems to produce the > same output. If it’s helpful, here’s the same example with a backtick and > commas: > > ``` > \version "2.22.0" > > \paper { > scoreTitleMarkup = \markup { > \column { > \fromproperty #'header:piece > \justify-field #'header:instruction > } > } > }
Well, \justify-field just takes a string, like \justify-string does. Maybe it should check for markup lists and pass them through \justify . -- David Kastrup
