lilypond-user
[Top][All Lists]
Advanced

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

"Dangling" ties.


From: Hwaen Ch'uqi
Subject: "Dangling" ties.
Date: Wed, 20 May 2020 20:28:10 -0400

Greetings,

Is there a way to force LilyPond to engrave ties at the end of a
snippet of music? I was hoping that \set tieWaitForNote = ##t would
work, but it too had no results. Here is the snippet in question:

\score {
  \new PianoStaff <<
    \new Staff {
      \relative c' {
        \key es \major \time 6/8 \clef bass
        r4. \grace { a16[ bes c] } <des f,>4.~ %123
      }
    }
    \new Staff {
      \relative c' {
        \key es \major \time 6/8 \clef bass
        f,,8 r r \grace { s16 s s } <des f des'>4.~ %123
      }
    }
  >>
}

Thank you so much.

Hwaen Ch'uqi



reply via email to

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