lilypond-user
[Top][All Lists]
Advanced

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

Re: Changing the shape of a tie in a chord


From: Knute Snortum
Subject: Re: Changing the shape of a tie in a chord
Date: Tue, 1 Oct 2024 07:45:37 -0700

On Tue, Oct 1, 2024 at 2:05 AM Thomas Morley <thomasmorley65@gmail.com> wrote:

I've to run for my regular job, no time for explanations.
Please study:



\relative {
  <c'~ g'~ c~>4 q2.
  <c~ g'~ c~>4 \once \override TieColumn.positioning-done = ##t q2.
  <c~ g'~ c^~>4 \once \override TieColumn.positioning-done = ##t q2.
  <
    c
    -\shape #'((0 . 0) (0 . -15) (0 . -1) (0 . 0))
    ~
    g'
    -\shape #'((0 . 0) (0 . -10) (0 . -1) (0 . 0))
    ~
    c
    -\shape #'((0 . 0) (0 . 5) (0 . 1) (0 . 0))
    ^~
  >4
  \once \override TieColumn.positioning-done = ##t
  q2.
}

Thanks, that works perfectly!


--
Knute Snortum



reply via email to

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