lilypond-user
[Top][All Lists]
Advanced

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

Re: footnote in markup within music expression


From: David Kastrup
Subject: Re: footnote in markup within music expression
Date: Wed, 08 May 2013 11:01:20 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Gagi Petrovic <address@hidden> writes:

> Dear Ponders, the LilyPond documentation on 2.16 gives roughly two options
> for implementing footnotes:
>
> - in music expressions
> - in stand-alone text
>
> I can't find out though how to put footnotes in a text markup *within* a
> music expression.
>
> So this works fine (footnote_standalone.pdf):
> \book {
>   \header { tagline = ##f }
>   \markup {
>     "A simple tune"
>     \footnote "*" \italic "* By me"
>     "is shown below."
>   }
>   \relative c' {
>     a'4 b8 e c4 d
>   }
> }
>
> But this fails silently (footnote_asmarkup.pdf):
> \book {
>   \header { tagline = ##f }
>   \relative c' {
>     a'4 ^\markup {
>         "A simple tune"
>         \footnote "*" \italic "* By me"
>         "is shown below."
>
>       }   b8 e c4 d
>   }
> }
>
> Does anyone have some advice for me? I would appreciate it greatly.

That's essentially the same issue as
Issue 2819: \auto-footnote does not work in lyrics
<URL:http://code.google.com/p/lilypond/issues/detail?id=2819>

You can try to get Mike interested.

-- 
David Kastrup




reply via email to

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