lilypond-user
[Top][All Lists]
Advanced

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

Re: Using lyrics in a markup


From: Jean-Charles Malahieude
Subject: Re: Using lyrics in a markup
Date: Tue, 18 Jan 2011 21:34:47 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101209 Fedora/3.1.7-0.35.b3pre.fc14 Thunderbird/3.1.7

Le 18/01/2011 20:21, Marc Hohl disait :
Am 18.01.2011 18:56, schrieb Graham Percival:
On Tue, Jan 18, 2011 at 05:24:11PM +0100, Marc Hohl wrote:
These functions should be bundled in a snippet, or perhaps
included in the lilypond distribution?
Start by adding it to LSR.

Done.

http://lsr.dsi.unimi.it/LSR/Snippet?id=744


Just wonderful. When you have several verses, you even may do :

\new Voice { \melody }
\addlyrics { \wordsA }
\addlyrics { \wordsB }

textA = #(lyrics->text wordsA)
textB = #(lyrics->text wordsB)

\markup{ Verse 1. }
#(markup* (make-line-markup textA))

\markup { Verse 2.}
#(markup* (make-line-markup textB))


for those who don't read music!

Thank you Marc.

Cheers,
Jean-Charles



reply via email to

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