2014-10-18 19:58 GMT+02:00 Knute Snortum <[email protected]>: > Thanks for that. It works pretty well, except that in my case one of the > ties isn't placed well. I'm trying to use \shape to change the tie but it > doesn't seem to work. > > %%--- Start > \version "2.19.15" > \language "english" > > shapeTieOne = \shape #'((0.7 . 0.7) (0.0 . 0.3) (0.0 . 0.2) (0.0 . 0.0)) Tie > > \relative c''' { > \set tieWaitForNote = ##t > \stemDown > a,,=8 ~ e''16 ~ \shapeTieOne b ~ g ~ ds'8. ~ <e ds b g a,>2 ~ | q1 ~ | q1 > } > %%--- End > > \shapeTieOne doesn't seem to affect the tie between the two b's.
Strange. I couldn't get it to work either. You may try overriding tie-configuration instead, but then you'll probably have to put it before the chord and specify positioning of all ties. best, Janek _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
