lilypond-user
[Top][All Lists]
Advanced

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

Tying only one note of a chord?


From: Trevor Bača
Subject: Tying only one note of a chord?
Date: Wed, 26 Jul 2006 22:40:34 -0500

Hi,

Is it possible to tie only one note of a chord? This snippet using the
tie-configuration property of the TieColumn is basically what I'm
looking for, except that the tie prints three times, giving too heavy
a weight.

%%% BEGIN %%%

\version "2.9.13"

\new Staff {
  <
     c'
     e'
     g'
  >4 ~
  \once \override TieColumn #'tie-configuration = #'((-4 . -1) (-4 .
-1) (-4 . -1))
  <
     c'
     e'
     g'
  >4
}

%%% END %%%

Is there a way to say explicitly "tie only the e in the chord"?



--
Trevor Bača
address@hidden
... like the dew, or like lightning ...

Attachment: one-tie.png
Description: PNG image


reply via email to

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