bug-lilypond
[Top][All Lists]
Advanced

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

bug with tablature and pitchedTrills


From: Marc Hohl
Subject: bug with tablature and pitchedTrills
Date: Tue, 14 Dec 2010 09:49:58 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> I am not top posting.

The snipped below shows a small note head even in the Tab Staff where a
fret number should appear.

\version "2.13.42"

noteTrills = \relative c' {
        \pitchedTrill c2\startTrillSpan d bes2\stopTrillSpan
}

\score {
  <<
  \new Staff {
    \new Voice {
      \noteTrills
    }
  }
  \new TabStaff {
    \new TabVoice {
      \noteTrills
    }
  }
  >>
}





reply via email to

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