lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 3066 in lilypond: tie in TabStaff (using q) displa


From: lilypond
Subject: [Lilypond-auto] Issue 3066 in lilypond: tie in TabStaff (using q) displays one of the unisone notes in a chord
Date: Wed, 26 Dec 2012 19:54:07 +0000

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

New issue 3066 by address@hidden: 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

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