]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/changing-beam-knee-gap.ly
Make the length of beamlets configurable.
[lilypond.git] / input / lsr / changing-beam-knee-gap.ly
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.11.64"
4
5 \header {
6   lsrtags = "rhythms"
7
8   texidoces = "
9 Se insertan automáticamente barras en ángulo cuando se detecta un
10 intervalo muy grande entre las notas.  Se puede hacer un ajuste
11 fino de este comportamiento a través de la propiedad
12 @code{auto-knee-gap}.  Se traza una barra doblada si el salto es
13 mayor que el valor de @code{auto-knee-gap} más el ancho del objeto
14 barra (que depende de la duración de las notas y de la inclinación
15 de la barra).  De forma predeterminada @code{auto-knee-gap} está
16 establecido a 5.5 espacios de pentagrama.
17
18 "
19   doctitlees = "Cambiar el salto de las barras en ángulo"
20   
21 %% Translation of GIT committish :<6ce7f350682dfa99af97929be1dec6b9f1cbc01a>
22 texidocde = "
23 Balken mit Hälsen in unterschiedliche Richtungen werden automatisch
24 erstellt, wenn ein großer Sprung zwischen Tonhöhen gefunden wird.  Dieses
25 Verhalten kann durch die @code{auto-knee-gap}-Eigenschaft beeinflusst
26 werden.  Ein derartiger Knie-Balken wird erstellt, wenn der Abstand größer
27 ist als der Wert von @code{auto-knee-gap} plus der Dicke des Balkens
28 (was von der Notendauer und der Neigung des Balkens abhängt).  Der
29 Standardwert von @code{auto-knee-gap} ist 5.5 Notensystemabstände.
30
31 "
32   doctitlede = "Balken für weit außeinander liegende Noten ändern"
33
34   texidoc = "
35 Kneed beams are inserted automatically when a large gap is detected
36 between the note heads.  This behavior can be tuned through the
37 @code{auto-knee-gap} property.  A kneed beam is drawn if the gap is
38 larger than the value of @code{auto-knee-gap} plus the width of the
39 beam object  (which depends on the duration of the notes and the slope
40 of the beam). By default @code{auto-knee-gap} is set to 5.5 staff
41 spaces. 
42
43 "
44   doctitle = "Changing beam knee gap"
45 } % begin verbatim
46
47 {
48   f8 f''8 f8 f''8
49   \override Beam #'auto-knee-gap = #6
50   f8 f''8 f8 f''8
51 }