Am Mo., 30. Sept. 2024 um 22:57 Uhr schrieb Knute Snortum <ksnor...@gmail.com>: > > How do you change the shape of a tie that's in a chord? In the following > example, neither \shape command has any effect. > > %%% > \version "2.24.4" > > tieShapeA = \shape #'((0 . 0) (0 . -1) (0 . -1) (0 . 0)) \etc > tieShapeB = \shape #'((0 . 0) (0 . -1) (0 . -1) (0 . 0)) Tie > > \relative { > <c'~ g' -\tieShapeA ~ c~>4 q2. > <c~ \single \tieShapeB g'~ c~>4 q2. > } > %%% > > > -- > Knute Snortum >
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. } Cheers, Harm