I used to add a snippet to my Lilypond tablature files that would
automatically hide the tied-to note, but newer versions have broken the
snippet.  Is there another (elegant) way to do this?  I'm using '\hide'  for
now, but I do a lot of ties, so I'd like it to be the default behavior.  The
snippet I used, but no longer works is:

#(define (tie::tab-clear-tied-fret-numbers grob)
         (let* ((tied-fret-nr (ly:spanner-bound grob RIGHT)))
                 (ly:grob-set-property! tied-fret-nr 'transparent #t)))

Can this be fixed?

Thanks for any help.

Mike





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

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to