]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/using-double-slurs-for-legato-chords.ly
3bb1663d22537381599df857edabc25389778268
[lilypond.git] / Documentation / snippets / using-double-slurs-for-legato-chords.ly
1 %% Do not edit this file; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% This file is in the public domain.
4 \version "2.13.39"
5
6 \header {
7   lsrtags = "expressive-marks"
8
9 %% Translation of GIT committish: 5160eccb26cee0bfd802d844233e4a8d795a1e94
10   texidoces = "
11 Algunos compositores escriben dos ligaduras cuando quieren acordes
12 legato.  Esto se puede conseguir estableciendo @code{doubleSlurs}.
13
14 "
15   doctitlees = "Utilizar ligaduras dobles para acordes legato"
16
17
18 %% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
19 texidocde = "
20 Einige Komponisten schreiben doppelte Bögen, wenn Legato-Akkorde notiert
21 werden.  Das kann mit der Eigenschaft @code{doubleSlurs} erreicht werden.
22
23 "
24   doctitlede = "Doppelte Bögen für Legato-Akkorde benutzen"
25
26 %% Translation of GIT committish: 217cd2b9de6e783f2a5c8a42be9c70a82195ad20
27   texidocfr = "
28 Certains auteurs utilisent deux liaisons lorsqu'ils veulent
29 lier des accords. Dans LilyPond, il faut pour cela activer
30 la propriété @code{doubleSlurs} :
31
32 "
33   doctitlefr = "Accords et double liaison d'articulation"
34
35
36   texidoc = "
37 Some composers write two slurs when they want legato chords.  This can
38 be achieved by setting @code{doubleSlurs}.
39
40 "
41   doctitle = "Using double slurs for legato chords"
42 } % begin verbatim
43
44 \relative c' {
45   \set doubleSlurs = ##t
46   <c e>4( <d f> <c e> <d f>)
47 }
48