lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Adding to header using module-define! and alist with markups


From: David Kastrup
Subject: Re: Adding to header using module-define! and alist with markups
Date: Thu, 02 Dec 2021 17:35:47 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Nate Whetsell <nathan.whetsell@gmail.com> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]