Comment #1 on issue 1567 by [email protected]: Add documentation for footnotes
http://code.google.com/p/lilypond/issues/detail?id=1567

note from mike on user:

Footnotes in markups only work in top level markups.  You'd have to trigger an annotation event during the timestep that the InstrumentName grob is created and then footnote it as a grob.

For now, a workaround:

\new Staff { \set Staff.instrumentName = "foo*" \footnoteGrob #'TextScript #'(0 . 0) "" "* bar" a'1^"" }

Cheers,
MS

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

Reply via email to