Re: 2.24 medium = \normal-weight in 2.26
Lukas-Fabian Moser <[email protected]>
| Newsgroups | gmane.comp.gnu.lilypond.general |
|---|---|
| Message-ID | <[email protected]> |
Hi Richard, Am 13.08.26 um 10:55 schrieb Richard Shann: > Is there a way of putting something like > medium = \normal-weight > in a header file to convert from uses of \medium in markup in LilyPond > 2.24 to pass 2.26 (so as to aviud going through physically replacing > \medium with \normal-weight?) > The above doesn't work, I guess because it's being invoked inside > markup... The syntax is a bit more complicated in the case of markup functions: \markup medium = \markup \normal-weight \etc Lukas