]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/using-double-slurs-for-legato-chords.ly
Doc: update snippet committishes.
[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.10"
5
6 \header {
7   lsrtags = "expressive-marks"
8
9 %% Translation of GIT committish: 45fc8488655f9ea122d1ec6e3328892618bd6971
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: d96023d8792c8af202c7cb8508010c0d3648899d
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: ae814f45737bd1bdaf65b413a4c37f70b84313b7
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