Yes - it's combining a legato slide with a bend that is the problem.
Fortunately, I've been sent a lovely set of code by Stephen MacNeil that does a
great job at handling guitar music.
Martyn
From: Federico Bruni <[email protected]>
To: Martyn Quick <[email protected]>
Cc: "[email protected]" <[email protected]>
Sent: Tuesday, 12 May 2015, 7:49
Subject: Re: Guitar bends together with slides
Il giorno lun 11 mag 2015 alle 18:03, Martyn Quick
<[email protected]> ha scritto:
> For those of us who use Lilypond to typeset guitar music, we are
> aware that one has to apply some slightly dirty tricks to make bends
> work together with hammer-on/pull-offs. This is well established,
> can be found referred to in the documentation for the guitar bends
> code, and has been discussed on this list.
>
> What about combining bends with slides? Essentially one needs to do
> the same sort of thing, so I guess one would have to use hidden
> notes, adjust the shape of the slurs, but also do something with the
> glissando notation. Any advice?
Yes, IIUC your question it's just the same issue.
I can't see any specific problem with \glissando. The problem is when
you have a legato slide, which uses \glissando *and* slurs.
This works fine:
\version "2.19.16"
\include "notation-snippets/guitar-string-bending/definitions.ily"
\paper {
ragged-last = ##f
}
music = \relative c' {
\bendOn
d8( dis) \glissando e4\2 r2 |
R1
}
\score {
\new StaffGroup <<
\new Staff <<
\new Voice { \clef "G_8" \music }
>>
\new TabStaff <<
\new TabVoice { \clef "moderntab" \music }
>>
>>
}
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user