X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fchanging-beam-knee-gap.ly;h=190be19f394955c857751cf80c71f231c57433eb;hb=730d4eb3e0328e8ba0b376f8191a5bb6ae7f904c;hp=090ae5f43ac610cc05c4e8cea126719477f40a07;hpb=d7a465a71d44e4710602cfe618edddddd437872a;p=lilypond.git diff --git a/Documentation/snippets/changing-beam-knee-gap.ly b/Documentation/snippets/changing-beam-knee-gap.ly index 090ae5f43a..190be19f39 100644 --- a/Documentation/snippets/changing-beam-knee-gap.ly +++ b/Documentation/snippets/changing-beam-knee-gap.ly @@ -1,56 +1,14 @@ %% 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.12.2" +\version "2.18.0" \header { lsrtags = "rhythms" -%% Translation of GIT committish: 91eeed36c877fe625d957437d22081721c8c6345 - texidoces = " -Se insertan automáticamente barras en ángulo cuando se detecta un -intervalo muy grande entre las notas. Se puede hacer un ajuste -fino de este comportamiento a través de la propiedad -@code{auto-knee-gap}. Se traza una barra doblada si el salto es -mayor que el valor de @code{auto-knee-gap} más el ancho del objeto -barra (que depende de la duración de las notas y de la inclinación -de la barra). De forma predeterminada @code{auto-knee-gap} está -establecido a 5.5 espacios de pentagrama. - -" - doctitlees = "Cambiar el salto de las barras en ángulo" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 -texidocde = " -Balken mit Hälsen in unterschiedliche Richtungen werden automatisch -erstellt, wenn ein großer Sprung zwischen Tonhöhen gefunden wird. Dieses -Verhalten kann durch die @code{auto-knee-gap}-Eigenschaft beeinflusst -werden. Ein derartiger Knie-Balken wird erstellt, wenn der Abstand größer -ist als der Wert von @code{auto-knee-gap} plus der Dicke des Balkens -(was von der Notendauer und der Neigung des Balkens abhängt). Der -Standardwert von @code{auto-knee-gap} ist 5.5 Notensystemabstände. - -" - doctitlede = "Balken für weit auseinander liegende Noten ändern" - - - -%% Translation of GIT committish: 708e0d9c660856b19929736ca18a6f9d68539c60 - texidocfr = " -LilyPond insère automatiquement des ligatures coudées --- certaines -hampes vers le haut, d'autres vers le bas --- lorsqu'il détecte un -intervalle important entre des têtes de notes. Ce comportement peut être -changé par l'intermédiaire de l'objet @code{auto-knee-gap} --- défini -par défaut à @samp{5,5} espace, plus la largeur et la pente de la -ligature en question. - -" - doctitlefr = "Ligature et directions de hampe inversées" - texidoc = " Kneed beams are inserted automatically when a large gap is detected between the note heads. This behavior can be tuned through the @@ -66,7 +24,6 @@ spaces. { f8 f''8 f8 f''8 - \override Beam #'auto-knee-gap = #6 + \override Beam.auto-knee-gap = #6 f8 f''8 f8 f''8 } -