]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/changing-beam-knee-gap.ly
7e10afa19b2658ee133855190cecf265da45eeb0
[lilypond.git] / Documentation / snippets / changing-beam-knee-gap.ly
1 %% Do not edit this file; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% This file is in the public domain.
4 \version "2.13.39"
5
6 \header {
7   lsrtags = "rhythms"
8
9 %% Translation of GIT committish: 5160eccb26cee0bfd802d844233e4a8d795a1e94
10   texidoces = "
11 Se insertan automáticamente barras en ángulo cuando se detecta un
12 intervalo muy grande entre las notas.  Se puede hacer un ajuste
13 fino de este comportamiento a través de la propiedad
14 @code{auto-knee-gap}.  Se traza una barra doblada si el salto es
15 mayor que el valor de @code{auto-knee-gap} más el ancho del objeto
16 barra (que depende de la duración de las notas y de la inclinación
17 de la barra).  De forma predeterminada @code{auto-knee-gap} está
18 establecido a 5.5 espacios de pentagrama.
19
20 "
21   doctitlees = "Cambiar el salto de las barras en ángulo"
22
23
24 %% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
25 texidocde = "
26 Balken mit Hälsen in unterschiedliche Richtungen werden automatisch
27 erstellt, wenn ein großer Sprung zwischen Tonhöhen gefunden wird.  Dieses
28 Verhalten kann durch die @code{auto-knee-gap}-Eigenschaft beeinflusst
29 werden.  Ein derartiger Knie-Balken wird erstellt, wenn der Abstand größer
30 ist als der Wert von @code{auto-knee-gap} plus der Dicke des Balkens
31 (was von der Notendauer und der Neigung des Balkens abhängt).  Der
32 Standardwert von @code{auto-knee-gap} ist 5.5 Notensystemabstände.
33
34 "
35   doctitlede = "Balken für weit auseinander liegende Noten ändern"
36
37
38
39 %% Translation of GIT committish: 708e0d9c660856b19929736ca18a6f9d68539c60
40   texidocfr = "
41 LilyPond insère automatiquement des ligatures coudées --- certaines
42 hampes vers le haut, d'autres vers le bas --- lorsqu'il détecte un
43 intervalle important entre des têtes de notes. Ce comportement peut être
44 changé par l'intermédiaire de l'objet @code{auto-knee-gap} --- défini
45 par défaut à @samp{5,5} espace, plus la largeur et la pente de la
46 ligature en question.
47
48 "
49   doctitlefr = "Ligature et directions de hampe inversées"
50
51   texidoc = "
52 Kneed beams are inserted automatically when a large gap is detected
53 between the note heads.  This behavior can be tuned through the
54 @code{auto-knee-gap} property.  A kneed beam is drawn if the gap is
55 larger than the value of @code{auto-knee-gap} plus the width of the
56 beam object  (which depends on the duration of the notes and the slope
57 of the beam). By default @code{auto-knee-gap} is set to 5.5 staff
58 spaces.
59
60 "
61   doctitle = "Changing beam knee gap"
62 } % begin verbatim
63
64 {
65   f8 f''8 f8 f''8
66   \override Beam #'auto-knee-gap = #6
67   f8 f''8 f8 f''8
68 }
69