Originally created by: *anonymous
Originally created by: ColinPKC...@gmail.com
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 }
>>
Originally posted by: fedel...@gmail.com
Here's the link to the discussion in lilypond-bug:
http://lists.gnu.org/archive/html/bug-lilypond/2010-12/msg00300.html
This bug affects a doc snippet (Documentation/snippets/slides-in-tablature.ly): NR 2.4.1
Originally posted by: fedel...@gmail.com
If you use tab full notation:
\new TabStaff { \tabFullNotation \bug }
the bug disappears: maybe a good hint for fixing it?
Originally posted by: fedel...@gmail.com
http://lists.gnu.org/archive/html/lilypond-devel/2011-04/msg00370.html
Originally posted by: fedel...@gmail.com
I can't reproduce this error in 2.15.36: no unwanted mark is printed.
However, it would be nice to make \hideNotes work also for notes in TabStaff.
I remember that there was a discussion with Carl about it, but I cannot find in the archives right now. I don't think it's as easy as adding in the appropriate places of property-init.ly:
\override TabNoteHead #'transparent = ##t
\revert TabNoteHead #'transparent
It's probably more complex.
However, this change would make the slides-in-tablature.ly snippet look good in TabStaff (see file attached).
Originally posted by: fedel...@gmail.com
It was discussed in the tablature list:
http://lilypond-s-support-for-tablatures.3383434.n2.nabble.com/Re-tie-bug-in-2-13-10-td4291079.html#a4453220
Another interesting thread:
http://lists.gnu.org/archive/html/lilypond-user/2010-01/msg00634.html
Originally posted by: pkx1...@gmail.com
(No comment was entered for this change.)
Labels: -Type-Defect -Priority-Low Type-Ugly
Originally posted by: fedel...@gmail.com
Request for including TabNoteHead in hideNotes moved to issue 2480
Status: Fixed
Originally posted by: Elu...@gmail.com
(No comment was entered for this change.)
Status: Verified