Re: Smoothing out RepeatTie irregularities between chords?

2015-04-30 Thread Trevor Bača
Hi David and Pierre, Ok, it looks like both solutions will work for me, so thank you very much. And I guess this means it's not necessary to file a bug report, either. Thanks! Trevor. On Fri, Apr 17, 2015 at 6:31 AM, David Nalesnik david.nales...@gmail.com wrote: Hi, 2015-04-16 3:36

Re: Smoothing out RepeatTie irregularities between chords?

2015-04-17 Thread Pierre Perol-Schneider
Hi Trevor, No clue what's going on here... Here's a workaround (to be addapted to your needs): \version 2.19.17 \language english repeatTieExtend = #(define-music-function (parser location arg-repeat-tie-extend) (number?) #{ -\tweak X-extent #(cons (* (+ arg-repeat-tie-extend 4) -1) 0)

Re: Smoothing out RepeatTie irregularities between chords?

2015-04-17 Thread David Nalesnik
Hi, 2015-04-16 3:36 GMT+02:00 Trevor Bača trevorb...@gmail.com: 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

Smoothing out RepeatTie irregularities between chords?

2015-04-15 Thread Trevor Bača
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