Il 10/06/2012 15:21, [email protected] ha scritto:
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.

Ok, easy in the minimal example.
I'm having trouble with a real score, but I'll try to figure out what's the problem.

\version "2.15.40"
#(set-default-paper-size "a8landscape")
\header { tagline = ##f }

music =  \relative c' {
  \tag #'foot { \footnote #'(1 . 1) \markup { Text text } c }
  \tag #'nofoot { c }
}

\score {
  \new StaffGroup <<
    \new Staff <<
      \context Voice { \clef "G_8" \removeWithTag #'nofoot \music }
    >>
    \new TabStaff  <<
      \context TabVoice { \clef "moderntab" \removeWithTag #'foot \music }
    >>
  >>
}

_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to