]> 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 af401ccd8d4fdd1c6a748812e076894f25dab1eb..8a16d3de606fcbdbb50917076cb4ff8c7a48d2d5 100644 (file)
@@ -4,21 +4,11 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.0"
+\version "2.16.0"
 
 \header {
   lsrtags = "expressive-marks, tweaks-and-overrides"
 
-%% Translation of GIT committish: 70f5f30161f7b804a681cd080274bfcdc9f4fe8c
-  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"
-
-
-
   texidoc = "
 Slurs can be made asymmetric to match an asymmetric pattern of notes
 better.
@@ -27,6 +17,7 @@ better.
   doctitle = "Asymmetric slurs"
 } % begin verbatim
 
+
 slurNotes = { d,8( a' d f a f' d, a) }
 
 \relative c' {
@@ -36,4 +27,3 @@ slurNotes = { d,8( a' d f a f' d, a) }
   \once \override Slur #'eccentricity = #3.0
   \slurNotes
 }
-