]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/adjusting-the-shape-of-falls-and-doits.ly
Change stringTunings from list of semitones to list of pitches
[lilypond.git] / Documentation / snippets / adjusting-the-shape-of-falls-and-doits.ly
index e4aa49d2b19a586c33dcb35e5bb4261cdb1b55e8..32fb8d3e4cf729d5472ea49194dc01950c3aca7c 100644 (file)
@@ -1,12 +1,12 @@
 %% Do not edit this file; it is automatically
 %% generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.13.16"
+\version "2.13.39"
 
 \header {
   lsrtags = "expressive-marks"
 
-%% Translation of GIT committish: 2b0dc29608d6c3f5a03ead4877ae514c647adb74
+%% Translation of GIT committish: a874fda3641c9e02f61be5c41b215b8304b8ed00
   texidoces = "
 Puede ser necesario trucar la propiedad
 @code{shortest-duration-space} para poder ajustar el tamaño de las
@@ -15,6 +15,7 @@ caídas y subidas de tono («falls» y «doits»).
 "
   doctitlees = "Ajustar la forma de las subidas y caídas de tono"
 
+
 %% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
 texidocde = "
 Die @code{shortest-duration-space}-Eigenschaft kann verändert werden, um
@@ -22,6 +23,7 @@ das Aussehen von unbestimmten Glissandi anzupassen.
 
 "
   doctitlede = "Das Aussehen von unbestimmten Glissandi anpassen"
+
 %% Translation of GIT committish: 217cd2b9de6e783f2a5c8a42be9c70a82195ad20
   texidocfr = "
 La propriété @code{shortest-duration-space} peut devoir être retouchée
@@ -42,8 +44,8 @@ adjust the shape of falls and doits.
 \relative c'' {
   \override Score.SpacingSpanner #'shortest-duration-space = #4.0
   c2-\bendAfter #5
-  c2-\bendAfter #-3
-  c2-\bendAfter #8
+  c2-\bendAfter #-4.75
+  c2-\bendAfter #8.5
   c2-\bendAfter #-6
 }