]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/asymmetric-slurs.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / asymmetric-slurs.ly
index 46052714a4bfeda3304a00d7c38364f428fbffdd..8a16d3de606fcbdbb50917076cb4ff8c7a48d2d5 100644 (file)
@@ -4,29 +4,10 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.2"
+\version "2.16.0"
 
 \header {
-%% Translation of GIT committish: 85394d425536d267ed0cb71d17023849f1611180
-  texidocfr = "
-Une liaison peut adopter une courbe asymétrique afin de s'adapter au
-mieux à la ligne mélodique.
-
-"
-  doctitlefr = "Liaison asymétrique"
-
-  lsrtags = "tweaks-and-overrides, expressive-marks"
-
-
-%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
-  texidoces = "
-Se puede hacer que una ligadura de expresión sea asimétrica para
-adaptarse mejor a un patrón asimétrico de notas.
-
-"
-  doctitlees = "Ligaduras asimétricas"
-
-
+  lsrtags = "expressive-marks, tweaks-and-overrides"
 
   texidoc = "
 Slurs can be made asymmetric to match an asymmetric pattern of notes
@@ -46,4 +27,3 @@ slurNotes = { d,8( a' d f a f' d, a) }
   \once \override Slur #'eccentricity = #3.0
   \slurNotes
 }
-