My reply was actually: AFAIK you **must** use a TabStaff / TabVoice and I
sent a file with this score block:

\score {
  \new StaffGroup <<
    \new Voice { \clef "treble_8" \melody }
    \new TabVoice { \clef "moderntab" \melody }
  >>
  \layout {
    \omit StringNumber
    \context {
      \StaffGroup
      \override StaffGrouper.staff-staff-spacing.padding = #5
    }
  }
}

Maybe if you change the \bendOn and \bendOff definitions and remove the
lines where TabVoice is used it _might_work.
But I won't test it since I want to use TabStaff.



2014-12-29 17:02 GMT+01:00 <list_lilyp...@infopower.nl>:

> OMG! Did I really use hidemyass.com for that snippet? :)
>
> Ok, I put the voice context in place.
> I don't know whether I did that the way you were aiming at, because the
> 'TAB' phenomena are still there.
>
> See attachments.
>
> regards,
> Joe
>
>
>
> On Mon, 29 Dec 2014 16:24:31 +0100
> Federico Bruni <fedel...@gmail.com> wrote:
>
> > 2014-12-29 14:05 GMT+01:00 <list_lilyp...@infopower.nl>:
> >
> > > I'm trying to write out Alvin Lee's (phenomenal) guitar solo from
> > > his Woodstock performance of I'm going home with 10 Years After, and
> > > for the bends got the guitar-string-bending notation-snippet
> > >
> > >
> http://3.hidemyass.com/ip-1/encoded/czovL2dpdGh1Yi5jb20vb3BlbmxpbHlsaWIvb3BlbmxpbHlsaWIvYmxvYi9tYXN0ZXIvbm90YXRpb24tc25pcHBldHMvZ3VpdGFyLXN0cmluZy1iZW5kaW5nL2RlZmluaXRpb25zLmlseQ%3D%3D
> > >
> > > However, after invocation of the snippet (see .ly file attached) I
> > > get two TAB 'phenomena' in the pdf output file (see .pdf file
> > > attached).
> > >
> > > Can anyone guide me on how to prevent/remove those?
> > >
> > >
> > Hi Joe
> >
> > I think that it happens because it assumes that you want to use a
> > TabStaff context.
> > Also, Marc Hohl recommended me (in a private email) to use voice
> > contexts or you may have some problems. I'll add it to the README on
> > github.
> >
> > Finally, there are issues when a bend occurs at a line break. Very
> > annoying because it happens all of a sudden as the page formatting
> > changes. Harm sent me a modified version of the \bendOn function,
> > which seems to work fine on my files.
> > I intended to test it more but I think that I'd better push it to
> > github so others (including you) can test and report any problem.
> >
> > I'll do it tonight.
>
>
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to