]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/using-double-slurs-for-legato-chords.ly
Split WWW target in two stages WWW-1 and WWW-2
[lilypond.git] / input / lsr / using-double-slurs-for-legato-chords.ly
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.11.46"
4
5 \header {
6   lsrtags = "expressive-marks"
7
8   texidoc = "
9 Some composers write two slurs when they want legato chords.  This can
10 be achieved by setting @code{doubleSlurs}. 
11
12 "
13   doctitle = "Using double slurs for legato chords"
14 } % begin verbatim
15 \relative c' {
16   \set doubleSlurs = ##t
17   <c e>4( <d f> <c e> <d f>)
18 }