Il giorno lun 20 giu 2016 alle 20:28, Federico Bruni <f...@inventati.org> ha scritto:
If I copy your file to my git repository (to see the differences), I see a lot of "garbage". Don't know where it comes from... Would you mind sending a .diff file against the file I sent in this thread?

I mean, it's just this, right?
It works!

$ git diff
diff --git a/ly/tablature/bending.ily b/ly/tablature/bending.ily
index 41f768a..7814bab 100644
--- a/ly/tablature/bending.ily
+++ b/ly/tablature/bending.ily
@@ -224,7 +224,11 @@ thickness begin-x line-y end-x line-y))))
                            2)))

           (set! begin-x (+ begin-x x-offset))
- (ly:grob-set-property! right-tab-note-head 'transparent #t)))
+           (for-each
+             (lambda (tab-note-head)
+ (if (grob::has-interface tab-note-head 'tab-note-head-interface) + (ly:grob-set-property! tab-note-head 'transparent #t))) + (ly:grob-array->list (ly:grob-object right-bound 'note-heads)))))

     ;; draw resulting bend arrow
     (grob-interpret-markup grob




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

Reply via email to