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