lilypond-user
[Top][All Lists]
Advanced

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

Polyphony and TabStaff Context


From: alexander . rose
Subject: Polyphony and TabStaff Context
Date: Wed, 29 Sep 2004 16:43:54 +0200
User-agent: Mutt/1.5.6i

Hi all,

it seams, that there is a problem with polyphony and TabStaff context.

The notes get drawn twice in \context Staff and none in \context
TabStaff

greetings
Alexander


example:

\version "2.2.5"

partition = \notes {
  \relative c' {
  \time 3/4
  c4 << { f d e  } \\ { b c2 } >>
  }
}

\score {
  \context StaffGroup <<
    \context Staff <<
        \clef "G_8"
        \partition
    >>
    \context TabStaff <<
        \partition
    >>
  >>
}





reply via email to

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