bug-lilypond
[Top][All Lists]
Advanced

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

Re: footnote duplicated when using StaffGroup


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

Il 10/06/2012 15:21, address@hidden 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 }
    >>
  >>
}



reply via email to

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