lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 2819 in lilypond: \auto-footnote does not work in


From: lilypond
Subject: [Lilypond-auto] Issue 2819 in lilypond: \auto-footnote does not work in lyrics
Date: Fri, 07 Sep 2012 08:06:35 +0000

Status: Accepted
Owner: ----
Labels: Type-Defect

New issue 2819 by address@hidden: \auto-footnote does not work in lyrics
http://code.google.com/p/lilypond/issues/detail?id=2819

When used in lyrics the markup command \auto-footnote
fails to insert a mark and the footnote mark and
text do not appear at the bottom of the page.  Automatic
footnotes are often seen in lyrics and \auto-footnote
is the obvious tool to use.  The same command works
correctly at top level.

\markup { \auto-footnote "one" "i" }

\score {
  <<
    { a' b' c'' d'' }
    \addlyrics {
      One
      \markup { \auto-footnote "two" "ii" }
      three four
    }
  >>
}

This gives:

programming error: Cannot find correct footnote for a markup object.



Attachments:
        test1.pdf  21.0 KB




reply via email to

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