lilypond-user
[Top][All Lists]
Advanced

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

Re: stanza question


From: Simon Albrecht
Subject: Re: stanza question
Date: Mon, 5 Dec 2016 18:21:26 +0100

On 05.12.2016 14:03, MING TSANG wrote:
Dear lilyponders:

Is it possible to box (or circle, triangle) the stanza text. it is a bold text now.

To make it non-bold (medium), you can either use
\set stanza = \markup { \box \normal-text "1." }
or
\layout {
  \context {
    \Lyrics
    \override StanzaNumber.font-series = #'medium
  }
}

Best, Simon



reply via email to

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