X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fusing-double-slurs-for-legato-chords.ly;h=4e1eaf7837124efddfd17e0f66867310560c58da;hb=54aa0c7c30cdfb1d2b8ff2fd0662f589df65d7da;hp=592dffc5bffadc8d78c0e07ce7112dd42e04bdd6;hpb=70ff1f9ec002479b4b34e6e470c0e479d6060a57;p=lilypond.git diff --git a/Documentation/snippets/using-double-slurs-for-legato-chords.ly b/Documentation/snippets/using-double-slurs-for-legato-chords.ly index 592dffc5bf..4e1eaf7837 100644 --- a/Documentation/snippets/using-double-slurs-for-legato-chords.ly +++ b/Documentation/snippets/using-double-slurs-for-legato-chords.ly @@ -1,41 +1,17 @@ -%% Do not edit this file; it is automatically -%% generated from LSR http://lsr.dsi.unimi.it +%% DO NOT EDIT this file manually; it is automatically +%% generated from LSR http://lsr.di.unimi.it +%% Make any changes in LSR itself, or in Documentation/snippets/new/ , +%% and then run scripts/auxiliar/makelsr.py +%% %% This file is in the public domain. -\version "2.13.4" +\version "2.18.0" \header { lsrtags = "expressive-marks" -%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca - texidoces = " -Algunos compositores escriben dos ligaduras cuando quieren acordes -legato. Esto se puede conseguir estableciendo @code{doubleSlurs}. - -" - doctitlees = "Utilizar ligaduras dobles para acordes legato" - - -%% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d -texidocde = " -Einige Komponisten schreiben doppelte Bögen, wenn Legato-Akkorde notiert -werden. Das kann mit der Eigenschaft @code{doubleSlurs} erreicht werden. - -" - doctitlede = "Doppelte Bögen für Legato-Akkorde benutzen" - -%% Translation of GIT committish: ae814f45737bd1bdaf65b413a4c37f70b84313b7 - texidocfr = " -Certains auteurs utilisent deux liaisons lorsqu'ils veulent -lier des accords. Dans LilyPond, il faut pour cela activer -la propriété @code{doubleSlurs} : - -" - doctitlefr = "Accords et double liaison d'articulation" - - texidoc = " Some composers write two slurs when they want legato chords. This can -be achieved by setting @code{doubleSlurs}. +be achieved by setting @code{doubleSlurs}. " doctitle = "Using double slurs for legato chords" @@ -45,4 +21,3 @@ be achieved by setting @code{doubleSlurs}. \set doubleSlurs = ##t 4( ) } -