Hi,

You might want to do something like this:

\version "2.12.1"

stuff = \relative c'' {
  \time 2/4 \tieUp \slurDown
  \partial 8 \stemUp <g d'~>8(   |
  <fis d'>) <g d'~>[( <fis d'>]) \stemDown <b d~>(   |
  <c d>) \stemUp <b d~>[( <fis d'>]) <g d'~>8(   |
  <fis d'>) <g d'~>[( <fis d'>]) \stemDown <b d~>(   |
  <c d>) <a d~>[-\tweak #'extra-offset #'(0.3 . 3) ( <b d>]) \tieDown \slurUp 
<d~ g> (<d fis>)
}

\score { \stuff }

Notice I also introduced the \partial (pickup), to accurately represent the 
music.

Hope this helps!
Kieren.

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

Reply via email to