Re: 2.24 medium = \normal-weight in 2.26
Richard Shann <[email protected]>
| Newsgroups | gmane.comp.gnu.lilypond.general |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 2026-08-13 at 11:05 +0200, Lukas-Fabian Moser wrote: > 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 Perfect! Thank you very much. Richard > > Lukas >