2014-12-30 16:43 GMT+01:00 <list_lilyp...@infopower.nl>:

> It's working here.
> Nothing special done yet.
>
> Except that commenting out all the lines with
> "\once \override Tab*" gets rid of the spurious TabStaffs in the
> output.
>


You should comment these two lines only in bend.ly:

%%% music functions

bendOn =
#(define-music-function (parser location note) (ly:music?)
#{
  \override Voice.Slur #'stencil = #slur::draw-pointed-slur
 % \override TabVoice.Slur #'stencil = #slur::draw-bend-arrow
  $note \noBreak
#})

bendOff = {
  \revert Voice.Slur #'stencil
%  \override TabVoice.Slur #'stencil = #slur::draw-tab-slur
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to