bug-lilypond
[Top][All Lists]
Advanced

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

Missing \medium


From: Fairchild
Subject: Missing \medium
Date: Thu, 4 Aug 2005 10:41:48 -0500

Doing some guessing --

The antonym of \italic is \upright.  The antonym of \bold is \medium.

In 2.4.6 the definition for \medium is missing from
...\usr\share\lilypond\2.4.6\scm\define-markup-commands.scm.  Need to add:

(def-markup-command (medium layout props arg) (markup?)
  "Switch to medium font-series"
  (interpret-markup layout (prepend-alist-chain 'font-series 'medium props)
arg))

Also need to add

\medium arg (markup)
       Switch to medium font-series

to the list of text markup commands in the doc.

                                            - Bruce


reply via email to

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