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 <[email protected]> wrote:

> 2014-12-29 14:05 GMT+01:00 <[email protected]>:
> 
> > 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.

\version "2.19.15"
\include "notation-snippets_guitar-string-bending_definitions.ily"

\header {
  title = "I'm going home"
  composer = "Alvin Lee, 10 Years After"
}



melody = \relative c'' {
  \clef treble
  \key c \major
  \time 4/4

  \partial 4. a8 c8. d16 |
  \once \override Glissando #'minimum-length = #5
  \once \override Glissando #'springs-and-rods = #ly:spanner::set-spacing-rods
  \once \override Glissando #'extra-dy = #-0.5
  \times 2/3 { dis8\glissando d( c) } d8. a16 d8. a16 c8. d16 |
   c4 a8. g16 \autoBeamOff a8 a8 \autoBeamOn \times 2/3 {c8 e fis} |
   a8. a16 c8. dis16 d8. c16 \times 2/3 {d8 c a} c4 a8. g16 a4 c4 |
   \times 4/6 {dis8[ c d c a c]} \times 4/6 {dis[ c d c a c]}
   dis c gis g e g 
   \times 2/3 {bis8\glissando b c}
   g2( a)  a, \glissando b a~ a b d4( e\2) a( g) \bendOn a( g) \bendOff
}
\score {
  \new Staff {
    \new Voice {
      \melody
    }
  }
  \layout { }
%  \midi { }
}

Attachment: i_m_going_home_01.pdf
Description: Adobe PDF document

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to