Hi all,

In order to emulate the appearance of some editions, I want to set the instrument name at the top left of the first page, instead of below the titles.

I have code that works; I just override bookTitleMarkup and add:

%%%

\fill-line {
  { \large \underline \fromproperty #'header:instrument }
  ""
}

%%%

At the top of the \column. This works well when the instrument name is set, but when it isn't, I get a warning:

warning: Found infinity or nan in output. Substituting 0.0

And everything gets set slightly lower than it should be. How can I avoid this?

Reply via email to