]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/asymmetric-slurs.ly
resolve merge
[lilypond.git] / Documentation / snippets / asymmetric-slurs.ly
diff --git a/Documentation/snippets/asymmetric-slurs.ly b/Documentation/snippets/asymmetric-slurs.ly
new file mode 100644 (file)
index 0000000..af401cc
--- /dev/null
@@ -0,0 +1,39 @@
+%% DO NOT EDIT this file manually; it is automatically
+%% generated from LSR http://lsr.dsi.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.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.
+
+"
+  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
+  \slurNotes
+}
+