]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/changing-beam-knee-gap.ly
Merge branch 'master' into nested-bookparts
[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.62"
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   texidoc = "
22 Kneed beams are inserted automatically when a large gap is detected
23 between the note heads.  This behavior can be tuned through the
24 @code{auto-knee-gap} property.  A kneed beam is drawn if the gap is
25 larger than the value of @code{auto-knee-gap} plus the width of the
26 beam object  (which depends on the duration of the notes and the slope
27 of the beam). By default @code{auto-knee-gap} is set to 5.5 staff
28 spaces. 
29
30 "
31   doctitle = "Changing beam knee gap"
32 } % begin verbatim
33
34 {
35   f8 f''8 f8 f''8
36   \override Beam #'auto-knee-gap = #6
37   f8 f''8 f8 f''8
38 }