lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Tablature - Hiding Tied Notes


From: mike1951
Subject: RE: Tablature - Hiding Tied Notes
Date: Sat, 22 Aug 2015 08:30:19 -0700 (MST)

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]