bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 1567 in lilypond: Add documentation for footnotes


From: lilypond
Subject: Re: Issue 1567 in lilypond: Add documentation for footnotes
Date: Sat, 02 Apr 2011 16:51:54 +0000


Comment #1 on issue 1567 by address@hidden: 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


reply via email to

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