Status: Accepted
Owner: ----
CC: [email protected]
New issue 2574 by [email protected]: Footnote on first time signature gets mark
but no footnote text
http://code.google.com/p/lilypond/issues/detail?id=2574
#(set-default-paper-size "a8landscape")
\header { tagline = ##f }
\new Voice {
\footnote #'(1 . 1) #'TimeSignature "3/4" \default \time 3/4
c' c' c'
\footnote #'(1 . 1) #'TimeSignature "2/4" \default \time 2/4
c' c'
}
produces the attached image. This would appear to be a problem in the
backend, possibly lily/page-layout-problem.cc.
Attachments:
junk.png 5.8 KB