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?

Thanks,
Joe
    \version "2.19.15"

%\include "bend.ly"
%\include "notation-snippets/guitar-string-bending/definitions.ily"
\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 {
  \melody %\new Staff 
%  \layout { }
%  \midi { }
}

Attachment: i_m_going_home.pdf
Description: Adobe PDF document

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to