Status: Accepted
Owner: ----
Labels: Type-Ugly

New issue 3066 by [email protected]: tie in TabStaff (using q) displays one of the unisone notes in a chord
http://code.google.com/p/lilypond/issues/detail?id=3066

Reported by Federico Bruni
http://lists.gnu.org/archive/html/bug-lilypond/2012-12/msg00206.html

In default tablature tied notes are hidden. But if a chord contains two identical pitches (played on different strings), one of them is displayed (the one with the string number indication).

See this example:

\version "2.17.9"

music =  \relative c' {
  <b\3 b g'>8 ~ q
  <g\4 g d'>8 ~ q
}

\score {
  \new StaffGroup <<
    \new Staff <<
      \context Voice { \clef "G_8" \music }
    >>
    \new TabStaff  <<
      \context TabVoice { \clef "moderntab" \music }
    >>
  >>
}

Attachments:
        bug.preview.png  4.5 KB


Reply via email to