I've started using \footnote today, so I might miss something. Here the footnote is printed twice, first in Staff, then in TabStaff:
\version "2.15.40"
#(set-default-paper-size "a8landscape")
\header { tagline = ##f }
music = \relative c' {
\footnote #'(1 . 1)
\markup { Text text }
c
}
\score {
\new StaffGroup <<
\new Staff <<
\context Voice { \clef "G_8" \music }
>>
\new TabStaff <<
\context TabVoice { \clef "moderntab" \music }
>>
>>
}
<<attachment: footnote_staffgroup.png>>
_______________________________________________ bug-lilypond mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-lilypond
