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
   }
 }
 >>
}



_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to