2015-08-10 12:35 GMT+02:00 Andrew Bernard <[email protected]>:
> 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 = {
% \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
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user