[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Footnote to lyrics
From: |
David Kastrup |
Subject: |
Re: Footnote to lyrics |
Date: |
Tue, 04 Sep 2012 10:51:00 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux) |
"address@hidden" <address@hidden> writes:
> On 4 sept. 2012, at 01:36, Mogens Lemvig Hansen <address@hidden> wrote:
>
>> Dear List,
>>
>> How do I add a footnote to lyrics printed with the music?
>> The code below does, of course, not work, but I hope it explains what I want.
>>
>> \version "2.16.0"
>>
>> \score { <<
>> { a' b' c'' d'' }
>> \addlyrics { One two three \footnote "The note" four }
>>>>
>> }
>
> \score { <<
> { a' b' c'' d'' }
> \addlyrics {
> One two three
> \footnote #"*" #'(1 . 1) #'LyricText #"The note" \default
> four
> }
>>>
> }
>
> I'm not sure why \default needs to be used here. My guess is that
> Lilypond does not recognize "four" as a music expression,
Your guess seems to be correct. Unfortunately, LilyPond has no business
_not_ recognizing "four" as a music expression in this context.
Looks like a bug.
--
David Kastrup
- bookpart, titles and table-of-contents, Federico Bruni, 2012/09/02
- Re: bookpart, titles and table-of-contents, Christopher R. Maden, 2012/09/02
- Re: bookpart, titles and table-of-contents, Federico Bruni, 2012/09/02
- Re: bookpart, titles and table-of-contents, Christopher R. Maden, 2012/09/02
- Re: bookpart, titles and table-of-contents, Federico Bruni, 2012/09/03
- Re: bookpart, titles and table-of-contents, Federico Bruni, 2012/09/03
- Footnote to lyrics, Mogens Lemvig Hansen, 2012/09/03
- Re: Footnote to lyrics, address@hidden, 2012/09/04
- Re: Footnote to lyrics,
David Kastrup <=
Re: bookpart, titles and table-of-contents, Thomas Morley, 2012/09/02