Comment #6 on 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

not only TimeSignature, also RehearsalMark has the same problem:

\version "2.15.40"
#(set-default-paper-size "a8landscape")
\header { tagline = ##f }
\new Voice {
  \footnote #'(1 . 1) #'RehearsalMark "Mark A" \default
  \mark \default
  s1
  \footnote #'(1 . 1) #'RehearsalMark "Mark B" \default
  \mark \default
  s1
}


Attachments:
        rehearsal.png  5.2 KB


Reply via email to