]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/using-double-slurs-for-legato-chords.ly
Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond into...
[lilypond.git] / Documentation / snippets / 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.13.1"
4
5 \header {
6   lsrtags = "expressive-marks"
7
8 %% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
9   texidoces = "
10 Algunos compositores escriben dos ligaduras cuando quieren acordes
11 legato.  Esto se puede conseguir estableciendo @code{doubleSlurs}.
12
13 "
14   doctitlees = "Utilizar ligaduras dobles para acordes legato"
15   
16 %% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d
17 texidocde = "
18 Einige Komponisten schreiben doppelte Bögen, wenn Legato-Akkorde notiert
19 werden.  Das kann mit der Eigenschaft @code{doubleSlurs} erreicht werden.
20
21 "
22   doctitlede = "Doppelte Bögen für Legato-Akkorde benutzen"
23
24   texidoc = "
25 Some composers write two slurs when they want legato chords.  This can
26 be achieved by setting @code{doubleSlurs}. 
27
28 "
29   doctitle = "Using double slurs for legato chords"
30 } % begin verbatim
31
32 \relative c' {
33   \set doubleSlurs = ##t
34   <c e>4( <d f> <c e> <d f>)
35 }
36