]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-auto-knee.ly
*** empty log message ***
[lilypond.git] / input / regression / beam-auto-knee.ly
1 \version "1.5.68"
2
3 \header{ texidoc="Automatic kneeing. A knee is made when a horizontal
4 beam fits in a gap between note heads that is larger than a predefined
5 threshold.
6 "
7 }
8
9 \score {
10   \context Staff \notes\relative c''{ 
11     [c'8 c,,] [c8 e']
12     [c,16 e g c e g c c,,] 
13   }
14   \paper{
15     linewidth = 40*\staffspace
16   }
17 }
18 %% new-chords-done %%