Thanks Harm for the workaround.

As you pointed it works only putting

#(use-modules (scm accreg))

in every header where is needed, so in a book with multiple scores it's
a quite tedious.

I think accordion registers is the only markup that need use-modules.

Is there a way to get rid of use-modules for accordion registers?

Thanks again (and sorry for the bad english)

Cheers

Davide

Il 31/01/2021 16:20, Thomas Morley ha scritto:
The used module (scm accreg) is not present in any header.
This holds for other modules as well.

Not sure if I'd call it a bug.

You could workaround with instantiating the module in every header:

\version "2.22.0"

#(use-modules (scm accreg))

\header {
   #(use-modules (scm accreg))
   title = \markup \discant "1"
}

\score {
  { c4 d e f}
  \header {
       #(use-modules (scm accreg))
    subtitle = \markup \discant "1"
  }
}

\markup \discant "1"

Tedious, but working.

Cheers,
   Harm

--
Questa e-mail รจ stata controllata per individuare virus con Avast antivirus.
https://www.avast.com/antivirus


Reply via email to