]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/changing-beam-knee-gap.ly
LSR: Update.
[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   texidoc = "
9 Kneed beams are inserted automatically when a large gap is detected
10 between the note heads.  This behavior can be tuned through the
11 @code{auto-knee-gap} property.  A kneed beam is drawn if the gap is
12 larger than the value of @code{auto-knee-gap} plus the width of the
13 beam object  (which depends on the duration of the notes and the slope
14 of the beam). By default @code{auto-knee-gap} is set to 5.5 staff
15 spaces. 
16
17 "
18   doctitle = "Changing beam knee gap"
19 } % begin verbatim
20 {
21   f8 f''8 f8 f''8
22   \override Beam #'auto-knee-gap = #6
23   f8 f''8 f8 f''8
24 }