lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Single note slurred to chord tone


From: Doug Asherman
Subject: Single note slurred to chord tone
Date: Fri, 30 Apr 2004 15:18:00 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040117

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
  }
}




reply via email to

[Prev in Thread] Current Thread [Next in Thread]