2015-08-22 16:50 GMT+02:00 Stephen MacNeil <[email protected]>: > hi mike1951 > > As i said i only used tab for setting up certain functions - and only looked > at full-notation once - i think. > So I have absolutely no idea what you are after or what it should look like. > My knowledge on tab is limited to perhaps only a few days of > experimentation. Perhaps someone familiar with tab would know. Or post an > image of the desired output and I can see the differences. > > Stephen
This thread is missing two things: 1) The initial post, it didn't appear on the mailinglist up to now. I now c/p from nabble http://lilypond.1069038.n5.nabble.com/Tablature-Hiding-Tied-Notes-td179883.html " 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 " 2) An example. Containing the above definition, using it (how? where?) and the versions: when did it work? when did it stop working? Cheers, Harm _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
