I'm seeing something that I'd like to be able to fix, but I don't know if it's possible.

I've got a case where I want to slur from a single-note g to an a that's part of a chord. But the slur goes from the a to the lowest note of the chord. I can fix this by setting \slurUp, but because this is one of two voices on the staff, that's not workable.

I've appended some lilypond source at the end of this letter that demonstrates the problem I'm having.

Any help would be appreciated.

Thanks,

Doug


\version "2.2.0"


\header {
  title = "would like the last slur to go from g to a instead of g to d,"
}
#(set-global-staff-size 26)

melody = \notes \relative c' {
  \time 3/4 \key c \major
  a4 cis'8[ a(] a) g)
  <d, a''>4) a''8 d, <a a'>4
}

\score {
  \context Staff = one {
    \melody
  }
  \paper {
    raggedright = ##t
  }
}


_______________________________________________ lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to