lilypond-user
[Top][All Lists]
Advanced

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

Re: stanza question


From: MING TSANG
Subject: Re: stanza question
Date: Mon, 5 Dec 2016 13:44:01 +0000 (UTC)

Dear Michael,

Thank you very much for answering mu question.  Thank you for showing me a sample MME that I will remember next time I ask question to the list.

 Ming



From: "Gerdau, Michael" <address@hidden>
To: Lilypond-usermailinglist <address@hidden>; MING TSANG <address@hidden>
Sent: Monday, December 5, 2016 8:22 AM
Subject: Re: stanza question

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]