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