Am 16. April 2012 00:36 schrieb Hwaen Ch'uqi <hwaench...@gmail.com>:
> 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
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user

Hi,

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

HTH,
  Harm

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to