Jump to content

Using double slurs for legato chords

From LilyPond wiki

Some composers write two slurs when they want legato chords. This can be achieved by setting doubleSlurs.

\version "2.24.0"

\relative c' {
  \set doubleSlurs = ##t
  <c e>4( <d f> <c e> <d f>)
}