lilypond-user
[Top][All Lists]
Advanced

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

Re: newbie: where's the slur?


From: Bax
Subject: Re: newbie: where's the slur?
Date: Thu, 19 Apr 2007 06:35:06 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Michael <ehzone <at> gmail.com> writes:


> I've got two chords, the <e c a> and the <d c a>.  I want ties between the
> respective c's and the a's, and a slur between the e and the d.  The ties
> appear but the slur is missing.
[...]
> \version "2.10.5"
> \new Staff { 
>   \time 2/2 <e'( c'~ a~>2 <d') c' a> 
> }


The following works for me:

\version "2.10.20"

\paper {
  indent = 0
  raggedright = ##t
  line-width = 6\cm
}

\new Staff {
  \time 2/2 \relative c'' { <e c a>2( ~ <d c a>) }
}

but the tie connecting the c's starts _inside_ the e.

HTH






reply via email to

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