lilypond-user
[Top][All Lists]
Advanced

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

Re: Footnotes to lyrics


From: Noeck
Subject: Re: Footnotes to lyrics
Date: Thu, 28 Feb 2013 07:56:13 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130221 Thunderbird/17.0.3

> Can anyone recommend a workaround in the meantime?

You could place a working footnote nearby and fake the number in the lyrics:

\version "2.17.12"
{
  a b
  \footnote " " #'(0.0 . 0) \markup { \super 1 Footnote for lyrics. }
  c' c'
}
\addlyrics { The Ly -- \markup \concat { ric\super 1 } test. }

That's ugly, but it would look like a footnote.

Cheers,
Joram



reply via email to

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