lilypond-user
[Top][All Lists]
Advanced

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

Tie question.


From: Hwaen Ch'uqi
Subject: Tie question.
Date: Sun, 15 Apr 2012 18:36:42 -0400

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{
  }
}



reply via email to

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