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: Nate Whetsell
Subject: Re: Adding to header using module-define! and alist with markups
Date: Fri, 3 Dec 2021 12:10:10 -0500

🤦🏻‍♂️

That did it, thank you!

> On Dec 3, 2021, at 12:07 PM, Jean Abou Samra <jean@abou-samra.fr> wrote:
> 
> Le 03/12/2021 à 18:04, Nate Whetsell a écrit :
>> Thanks for your help!
>> 
>> Using \justify as
>> 
>> ```
>> \paper {
>>  scoreTitleMarkup = \markup {
>>    \column {
>>      \fromproperty #'header:piece
>>      \justify { #'header:instruction }
>>    }
>>  }
>> }
>> ```
>> 
>> may be on the right track, but this results in (for all cases):
>> 
>> ```
>> test.ly <http://test.ly>:7:17: error: not a markup
>>      \justify {
>>                 #'header:instruction }
>> ```
>> 
>> Hopefully I’m missing something simple.
> 
> \justify { \fromproperty #'header:instruction } ?
> 
> Best,
> Jean
> 




reply via email to

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