lilypond-user
[Top][All Lists]
Advanced

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

Re: increasing the distance between tie and note generally


From: Neil Puttock
Subject: Re: increasing the distance between tie and note generally
Date: Fri, 3 Apr 2009 21:59:48 +0100

2009/4/3 Stefan Thomas <address@hidden>:
> Dear Neil,
> I tried it with
> \relative { c1 ~ c
>  \override Tie #'(details ratio 1.2) \override Tie #'(details heigth-limit 13)
>  c ~ c }
> but without sucess!

Overrides need an equals sign, even if the properties are nested.

\override Tie #'(details ratio) = #1.2

or

\override Tie #'details #'ratio = #1.2

Regards,
Neil




reply via email to

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