Comment #13 on issue 2547 by [email protected]: Fix documentation of making footnotes work via tweak.
http://code.google.com/p/lilypond/issues/detail?id=2547

One of the examples in http://codereview.appspot.com/6261048
is
\version "2.16.0"
\book {
  \header { tagline = ##f }
  \relative c'' {
    < \footnote #'(-1 . -3) #'Accidental "Flat" aes
      c
      ees >4
    \footnote #'(0 . -2) #'Beam "A beam" d8 d
    \footnote #'(-1 . 2) #'Stem "A stem" ees2
  }
}
The line from the footnote mark to the beam does not
connect to the actual beam.  It seems to think it is
extended further than it is.  It's ironic that an
example supposedly showing what footnote can do should
demonstrate a bug.

Attachments:
        footnote-error.jpg  4.2 KB


Reply via email to