lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Indicate a broken chord should ring.


From: Janek Warchoł
Subject: Re: Indicate a broken chord should ring.
Date: Sun, 19 Oct 2014 10:26:40 +0200

2014-10-18 19:58 GMT+02:00 Knute Snortum <address@hidden>:
> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]