lilypond-user
[Top][All Lists]
Advanced

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

Re: strange phenomenon from guitar bends snippet


From: Federico Bruni
Subject: Re: strange phenomenon from guitar bends snippet
Date: Tue, 30 Dec 2014 17:09:48 +0100

2014-12-30 16:43 GMT+01:00 <address@hidden>:
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
}




reply via email to

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