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
[EMAIL PROTECTED]
... like the dew, or like lightning ...

Attachment: one-tie.png
Description: PNG image

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to