]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/slur-double.ly
2fc2900016883d8a1edcbaf39e3fcb32a8f96382
[lilypond.git] / input / regression / slur-double.ly
1
2 \header {
3     texidoc = "Some composers use slurs both above and below chords.
4  This can be typeset by setting @code{doubleSlurs}"
5 }
6 \version "2.14.0"
7
8 \layout { ragged-right = ##t }
9 \relative c' {
10     \set doubleSlurs = ##t
11     <c e>4 ( <d f> <c e> <d f> )
12 }