Gagi Petrovic <[email protected]> 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


_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to