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