On 10 juin 2012, at 15:16, Federico Bruni wrote:
> 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 }
> >>
> >>
> }
> <footnote_staffgroup.png>_______________________________________________
You can have multiple footnotes at the same moment (just as the notes are
recycled in the staves, so too are the footnotes). You can use tags as a
workaround.
Cheers,
MS
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond