Menu

#1459 \hideNotes in tablature adds unwanted marks

Verified
nobody
None
Ugly
2012-04-19
2010-12-19
Anonymous
No

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

1 Attachments

Discussion

  • Google Importer

    Google Importer - 2011-04-18

    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?

     
  • Google Importer

    Google Importer - 2012-04-13

    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).

     
  • Google Importer

    Google Importer - 2012-04-14

    Originally posted by: pkx1...@gmail.com

    (No comment was entered for this change.)

    Labels: -Type-Defect -Priority-Low Type-Ugly

     
  • Google Importer

    Google Importer - 2012-04-15

    Originally posted by: fedel...@gmail.com

    Request for including TabNoteHead in hideNotes moved to issue 2480

    Status: Fixed

     
  • Google Importer

    Google Importer - 2012-04-19

    Originally posted by: Elu...@gmail.com

    (No comment was entered for this change.)

    Status: Verified

     
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.