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: Mats Bengtsson
Subject: Re: newbie: where's the slur?
Date: Thu, 19 Apr 2007 09:51:31 +0200
User-agent: Thunderbird 1.5.0.10 (X11/20070221)



Bax wrote:
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>) }
}

Right! You can only slur chords, not individual notes within the chord.
but the tie connecting the c's starts _inside_ the e.
This is a bug that has been corrected in the latest development version.

   /Mats




reply via email to

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