|
From: | Knute Snortum |
Subject: | Re: Changing the shape of a tie in a chord |
Date: | Tue, 1 Oct 2024 07:45:37 -0700 |
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.
}
[Prev in Thread] | Current Thread | [Next in Thread] |