]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/changing-beam-knee-gap.ly
LSR: Update.
[lilypond.git] / input / lsr / changing-beam-knee-gap.ly
diff --git a/input/lsr/changing-beam-knee-gap.ly b/input/lsr/changing-beam-knee-gap.ly
new file mode 100644 (file)
index 0000000..9fd7f0a
--- /dev/null
@@ -0,0 +1,24 @@
+%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% This file is in the public domain.
+\version "2.11.62"
+
+\header {
+  lsrtags = "rhythms"
+
+  texidoc = "
+Kneed beams are inserted automatically when a large gap is detected
+between the note heads.  This behavior can be tuned through the
+@code{auto-knee-gap} property.  A kneed beam is drawn if the gap is
+larger than the value of @code{auto-knee-gap} plus the width of the
+beam object  (which depends on the duration of the notes and the slope
+of the beam). By default @code{auto-knee-gap} is set to 5.5 staff
+spaces. 
+
+"
+  doctitle = "Changing beam knee gap"
+} % begin verbatim
+{
+  f8 f''8 f8 f''8
+  \override Beam #'auto-knee-gap = #6
+  f8 f''8 f8 f''8
+}