Dear Immanuel,Ming

please always try to create a minimal working example (MWE).

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

You can use any markup, e.g. this:

%%%%%%%%%%%%%%%%%%%%%%%
\version "2.19.51"

music = \repeat unfold 10 { c' }
lyric = \lyricmode {
  \set stanza = \markup { \box "1" }
  \repeat unfold 10 { la }
}

{ \music \addlyrics \lyric }
%%%%%%%%%%%%%%%%%%%%%%%

HTH,
Michael
--
Michael Gerdau       email: m...@qata.de
GPG-keys available on request or at public keyserver

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to