lilypond-user
[Top][All Lists]
Advanced

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

Re: stanza question


From: Gerdau, Michael
Subject: Re: stanza question
Date: Mon, 5 Dec 2016 14:22:58 +0100 (CET)

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: address@hidden
GPG-keys available on request or at public keyserver



reply via email to

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