diff options
author | John Mandereau <john.mandereau@gmail.com> | 2012-07-17 18:18:47 +0200 |
---|---|---|
committer | John Mandereau <john.mandereau@gmail.com> | 2012-07-17 18:18:47 +0200 |
commit | f22c889b1389cb7d761580762fe77973780f2f86 (patch) | |
tree | d325b60ea9e43c4094814635d61ab92bc2f68046 /Documentation/snippets/asymmetric-slurs.ly | |
parent | 2d52187d5492ce7492c78fc8f1dca4aa7b702ba0 (diff) |
Update snippets from today's LSR with changed makelsr.py
Diffstat (limited to 'Documentation/snippets/asymmetric-slurs.ly')
-rw-r--r-- | Documentation/snippets/asymmetric-slurs.ly | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/Documentation/snippets/asymmetric-slurs.ly b/Documentation/snippets/asymmetric-slurs.ly index 5a8283a73c..7e754c8526 100644 --- a/Documentation/snippets/asymmetric-slurs.ly +++ b/Documentation/snippets/asymmetric-slurs.ly @@ -9,24 +9,6 @@ \header { lsrtags = "expressive-marks, tweaks-and-overrides" -%% 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" - - - -%% 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" - texidoc = " Slurs can be made asymmetric to match an asymmetric pattern of notes better. @@ -45,4 +27,3 @@ slurNotes = { d,8( a' d f a f' d, a) } \once \override Slur #'eccentricity = #3.0 \slurNotes } - |