lilypond-user
[Top][All Lists]
Advanced

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

Re: Guitar bends together with slides


From: Martyn Quick
Subject: Re: Guitar bends together with slides
Date: Tue, 12 May 2015 12:41:09 +0000 (UTC)

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 <address@hidden>
To: Martyn Quick <address@hidden>
Cc: "address@hidden" <address@hidden>
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



<address@hidden> 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 }

    >>
  >>
}







reply via email to

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