]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/using-double-slurs-for-legato-chords.ly
LSR: Update.
[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.4"
5
6 \header {
7   lsrtags = "expressive-marks"
8
9 %% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
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: d96023d8792c8af202c7cb8508010c0d3648899d
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   texidoc = "
27 Some composers write two slurs when they want legato chords.  This can
28 be achieved by setting @code{doubleSlurs}.
29
30 "
31   doctitle = "Using double slurs for legato chords"
32 } % begin verbatim
33
34 \relative c' {
35   \set doubleSlurs = ##t
36   <c e>4( <d f> <c e> <d f>)
37 }
38