bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1466 in lilypond: Bug with tablature and pitchedTrill


From: lilypond
Subject: Issue 1466 in lilypond: Bug with tablature and pitchedTrill
Date: Wed, 29 Dec 2010 15:08:54 +0000

Status: Accepted
Owner: ----
Labels: Type-Defect Priority-High

New issue 1466 by RalphBugList: Bug with tablature and pitchedTrill
http://code.google.com/p/lilypond/issues/detail?id=1466

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]