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

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

Reply via email to