Next: , Up: Curves


Slurs

Slurs are entered using parentheses:

     
     f4( g a) a8 b(
     a4 g2 f4)
     <c e>2( <b d>2)

[image of music]

Slurs may be manually placed above or below the notes, see Direction and placement.

     
     c2( d)
     \slurDown
     c2( d)
     \slurNeutral
     c2( d)

[image of music]

Phrasing slurs must be used to print more than one slur at once. For details, see Phrasing slurs.

Slurs can be solid, dotted, or dashed. Solid is the default slur style:

     
     c4( e g2)
     \slurDashed
     g4( e c2)
     \slurDotted
     c4( e g2)
     \slurSolid
     g4( e c2)

[image of music]

Predefined commands

\slurUp, \slurDown, \slurNeutral, \slurDashed, \slurDotted, \slurSolid.

Selected Snippets

Using double slurs for legato chords

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

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

[image of music]

See also

Music Glossary: slur.

Learning Manual: On the un-nestedness of brackets and ties.

Notation Reference: Direction and placement, Phrasing slurs.

Snippets: Expressive marks.

Internals Reference: Slur.

This page is for LilyPond-2.11.58 (development-branch).

Report errors to http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs.

Your suggestions for the documentation are welcome.

Other languages: français, español, deutsch.