]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/using-double-slurs-for-legato-chords.ly
lilypond-book robustness: ensure EOL at the end of @verbatim
[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.13.1"
4
5 \header {
6   lsrtags = "expressive-marks"
7
8 %% Translation of GIT committish: dff50e8e1d3134657a6b6203b9c93826dc4cef65
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: 6ce7f350682dfa99af97929be1dec6b9f1cbc01a
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