I figured out the solution.
The snippet I mentioned in my post was used in the following statement,
which would have (I suppose) taken care of a tied-to note at the beginning
of a measure:

      \override Tie  #'after-line-breaking =
#tie::tab-clear-tied-fret-numbers

Adding the following statement just below it solved my problem:

      \override Tie  #'before-line-breaking =
#tie::tab-clear-tied-fret-numbers

Bother overrides are in the \layout block in the \TabStaff context.  I use a
lot of intra-measure ties for aesthetic reasons, so I was getting tired of
keying "\hide" before every tied-to note.

I'd still like to know why I didn't need the 2nd override back in Fedora 17. 
The behavior changed some time after release and was present in F21, the
release I installed after F17.  It's hard to eliminate all ignorance.  




--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Tablature-Hiding-Tied-Notes-tp179883p179936.html
Sent from the User mailing list archive at Nabble.com.

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

Reply via email to