lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: possible bug: putting accordion register symbol in title section lea


From: Davide Bonetti
Subject: Re: possible bug: putting accordion register symbol in title section leads to an error
Date: Sun, 31 Jan 2021 16:38:35 +0100
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0

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

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