lilypond-user
[Top][All Lists]
Advanced

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

Re: Tie question.


From: Thomas Morley
Subject: Re: Tie question.
Date: Mon, 16 Apr 2012 00:49:46 +0200

Am 16. April 2012 00:36 schrieb Hwaen Ch'uqi <address@hidden>:
> Greetings All,
>          I am attempting to tie two notes of an arpeggiated chord into the
> chord proper. However, one of the ties appears more as a tiny dot
> rather than a curve. Can anyone explain the reason for this and offer
> a solution? Please find the code below.
>          Many thanks.
> Hwaen Ch'uqi
>
> \version "2.14.2"
>
> \score{
>  \new Staff{
>    \key f \major \time 2/4 \clef treble \relative{
>      \tieDown
>      \set tieWaitForNote = ##t
>      \grace {cis16[ d~ g~]} <bes g d>2
>    }
>  }
>  \layout{
>  }
> }
>
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user

Hi,

try:
\override Tie #'minimum-length = #3

HTH,
  Harm



reply via email to

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