bug-lilypond
[Top][All Lists]
Advanced

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

tie in TabStaff displays one of the unisone notes in a chord


From: Federico Bruni
Subject: tie in TabStaff displays one of the unisone notes in a chord
Date: Wed, 26 Dec 2012 16:32:29 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:10.0.11) Gecko/20121123 Icedove/10.0.11

In default tablature tied notes are hided. 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 }
    >>
  >>
}

Attachment: TabStaff_tie_unison-chord.png
Description: PNG image


reply via email to

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