lilypond-user
[Top][All Lists]
Advanced

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

Re: Lengthening ties


From: Thomas Morley
Subject: Re: Lengthening ties
Date: Mon, 10 Aug 2015 13:20:51 +0200

2015-08-10 13:12 GMT+02:00 Thomas Morley <address@hidden>:
> 2015-08-10 12:35 GMT+02:00 Andrew Bernard <address@hidden>:
>> In the following situation, how can one lengthen the ties between the grace
>> notes and the normal music?
>>
>> \version "2.19.24"
>>
>> \relative c'' {
>>   c
>>   \grace {
>>     <g ~ g' ~>8
>>   }
>>   <g g'>16 ees' aes,8 c4 c |
>> }
>>
>> I was hoping they would be longer by default.
>>
>> Andrew
>
>
>
> Add
> \once \override Tie.minimum-length = 3
> or put it in startGraceMusic/stopGraceMusic (commented)
>
> \version "2.19.24"
> %
> % startGraceMusic =  {

I should have deleted this line and the according one in stopGraceMusic.
It comes from the other thread at:
http://lists.gnu.org/archive/html/lilypond-user/2015-08/msg00143.html

> %   \temporary \override Tie.stencil = #ly:tie::print
> %   \temporary \override Tie.minimum-length = 3
> % }
> %
> % stopGraceMusic =  {
> %   \revert Tie.stencil
> %   \revert Tie.minimum-length
> % }
> %
> \relative c'' {
>   c
>   \grace {
>     \once \override Tie.minimum-length = 3
>     <g ~ g' ~>8
>   }
>   <g g'>16 ees' aes,8 c4 c |
> }
>
>
> HTH,
>   Harm



reply via email to

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