]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/using-double-slurs-for-legato-chords.ly
Merge master into nested-bookparts
[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.62"
4
5 \header {
6   lsrtags = "expressive-marks"
7
8   texidoces = "
9 Algunos compositores escriben dos ligaduras cuando quieren acordes
10 legato.  Esto se puede conseguir estableciendo @code{doubleSlurs}.
11
12 "
13   doctitlees = "Utilizar ligaduras dobles para acordes legato"
14
15   texidoc = "
16 Some composers write two slurs when they want legato chords.  This can
17 be achieved by setting @code{doubleSlurs}. 
18
19 "
20   doctitle = "Using double slurs for legato chords"
21 } % begin verbatim
22 \relative c' {
23   \set doubleSlurs = ##t
24   <c e>4( <d f> <c e> <d f>)
25 }