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
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond