1
2\version "2.16.0"
3
4\header
5{
6  texidoc="A knee is made automatically when a horizontal
7beam fits in a gap between note heads that is larger than a predefined
8threshold.
9"
10}
11\layout{ ragged-right = ##t }
12
13\context Staff \relative c''{
14  c'8[ c,,]  c8[ e']
15  c,16[ e g c e g c c,,]
16}
17