]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/slur-double.ly
Merge commit 'origin' into beamlets2
[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.12.0"
7
8 \layout { ragged-right = ##t }
9 \relative {
10     \set doubleSlurs = ##t
11     <c e>4 ( <d f> <c e> <d f> )
12 }