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

New issue 1459 by ColinPKCampbell: \hideNotes in tablature adds unwanted marks
http://code.google.com/p/lilypond/issues/detail?id=1459

When \hideNotes is used in tablature, either a small vertical line or
a dot is typeset in addition to the tab notehead. Here is a tiny
example:

\version "2.13.44"

bug =  {
   \hideNotes
   g4\3
   \unHideNotes
   c'4\3
}

\new TabStaff  { \bug }

<<
   \new Staff { \bug }
   \new TabStaff { \bug }
 >>


Attachments:
        line.png  6.5 KB


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to