10 Jun 2012 15:16
footnote duplicated when using StaffGroup
Federico Bruni <fedelogy <at> gmail.com>
2012-06-10 13:16:16 GMT
2012-06-10 13:16:16 GMT
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 }
>>
>>
}
_______________________________________________ bug-lilypond mailing list bug-lilypond <at> gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond(Continue reading)
RSS Feed