lilypond-user
[Top][All Lists]
Advanced

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

Re: Tablature - Hiding Tied Notes


From: Thomas Morley
Subject: Re: Tablature - Hiding Tied Notes
Date: Sat, 22 Aug 2015 17:10:40 +0200

2015-08-22 16:50 GMT+02:00 Stephen MacNeil <address@hidden>:
> 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



reply via email to

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