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: Jean Abou Samra
Subject: Re: Adding to header using module-define! and alist with markups
Date: Fri, 3 Dec 2021 18:07:39 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.3.1

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]