Hi,

Using the \shape command to length repeat ties works great between notes.
But weird behavior seems to arise with lengthened repeat ties between
chords:


### BEGIN ###

\version "2.19.17"
\language "english"


\new Staff \with {
    \shape #'((-2 . 0) (-1 . 0) (-0.5 . 0) (0 . 0)) RepeatTie

    \override RepeatTie.X-extent = ##f
} {
    <c' g'>1
    <c' g'>1 \repeatTie
    <c' g'>1 \repeatTie
    <c' g'>1 \repeatTie
}

### END ###


(Image attached.)

Would anyone have any clues as to how to make the repeat ties all have the
same length?

Trevor.

-- 
Trevor Bača
trevorb...@gmail.com
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to