]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/using-double-slurs-for-legato-chords.ly
87777d8490d97ed22ff7326219ad39947404cc79
[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.16"
5
6 \header {
7   lsrtags = "expressive-marks"
8
9 %% Translation of GIT committish: 2b0dc29608d6c3f5a03ead4877ae514c647adb74
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 %% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
18 texidocde = "
19 Einige Komponisten schreiben doppelte Bögen, wenn Legato-Akkorde notiert
20 werden.  Das kann mit der Eigenschaft @code{doubleSlurs} erreicht werden.
21
22 "
23   doctitlede = "Doppelte Bögen für Legato-Akkorde benutzen"
24 %% Translation of GIT committish: 217cd2b9de6e783f2a5c8a42be9c70a82195ad20
25   texidocfr = "
26 Certains auteurs utilisent deux liaisons lorsqu'ils veulent
27 lier des accords. Dans LilyPond, il faut pour cela activer
28 la propriété @code{doubleSlurs} :
29
30 "
31   doctitlefr = "Accords et double liaison d'articulation"
32
33
34   texidoc = "
35 Some composers write two slurs when they want legato chords.  This can
36 be achieved by setting @code{doubleSlurs}.
37
38 "
39   doctitle = "Using double slurs for legato chords"
40 } % begin verbatim
41
42 \relative c' {
43   \set doubleSlurs = ##t
44   <c e>4( <d f> <c e> <d f>)
45 }
46