]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/asymmetric-slurs.ly
lilypond-manuals.css: edit color scheme and some spacing
[lilypond.git] / Documentation / snippets / asymmetric-slurs.ly
index 46052714a4bfeda3304a00d7c38364f428fbffdd..eda9c7fb29e95d0631f4f22f68771ff5618cb7e7 100644 (file)
@@ -1,32 +1,13 @@
 %% DO NOT EDIT this file manually; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
+%% 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.14.2"
+\version "2.18.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
@@ -36,14 +17,12 @@ better.
   doctitle = "Asymmetric slurs"
 } % begin verbatim
 
-
 slurNotes = { d,8( a' d f a f' d, a) }
 
 \relative c' {
   \stemDown
   \slurUp
   \slurNotes
-  \once \override Slur #'eccentricity = #3.0
+  \once \override Slur.eccentricity = #3.0
   \slurNotes
 }
-