lilypond-user
[Top][All Lists]
Advanced

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

Re: trying to change tie-configuration


From: Urs Liska
Subject: Re: trying to change tie-configuration
Date: Fri, 05 Aug 2011 11:12:20 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.18) Gecko/20110617 Lightning/1.0b2 Thunderbird/3.1.11

If I understand you correctly you want to change the appearance (the curve) of a single Tie?

Then you can use the shapeTie function that was discussed here lately.
Have a look at the attached "shapeXXX.ily" which exports functions to shape Ties Slurs and PhrasingSlurs. Maybe this is what you need?
Look in the mailing list for the thread about broken Slurs for the discussions and credits.

HTH
Urs

Am 05.08.2011 09:21, schrieb Stefan Thomas:
Dear community,
I try to change the configuration of ties.
If read in lilypond snippet repository that

Ties may be engraved manually by changing the tie-configuration property of the TieColumn object. The first number indicates the distance from the center of the staff in staff-spaces, and the second number indicates the direction (1 = up, -1 = down).
So far anything is clear, but I have no idea what the other numbers will do.
What I actually would like to do is to change the shape of the tie "slur".
Can I do it with code like the below quoted?

\version "2.14.2"
music = \relative c'' { c1 ~ c }

\new Staff {
  \music
   \override TieColumn #'tie-configuration = #'((20 . 1) (0.0 . 1) (0.0 . 1))
   % this moves the tie up,
    \music
    \override TieColumn #'tie-configuration = #'((2 . 1) (0.0 . 1) (115 . 1))
    % this seems to do nothing!
    \music
     \override TieColumn #'tie-configuration = #'((2 . 1) (-11111 . 1) (0 . 1))
      % this seems to do nothing to!
      \music
      \override Tie #'height-limit = #0.00001
      % has also no effect
    \music
}
 
_______________________________________________ lilypond-user mailing list address@hidden https://lists.gnu.org/mailman/listinfo/lilypond-user

Attachment: shapeXXX.ily
Description: Text document


reply via email to

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