lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 2547 in lilypond: Fix documentation of making


From: lilypond
Subject: Re: [Lilypond-auto] Issue 2547 in lilypond: Fix documentation of making footnotes work via tweak.
Date: Thu, 30 Aug 2012 21:36:22 +0000


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

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