bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

footnote duplicated when using StaffGroup


From: Federico Bruni
Subject: footnote duplicated when using StaffGroup
Date: Sun, 10 Jun 2012 15:16:16 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:10.0.4) Gecko/20120510 Icedove/10.0.4

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
Description: PNG image


reply via email to

[Prev in Thread] Current Thread [Next in Thread]