Il giorno lun 11 mag 2015 alle 18:03, Martyn Quick <martyn_qu...@yahoo.co.uk> 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
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to