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
    >>
  >>
}



_______________________________________________
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to