1
2\version "2.19.21"
3\header {
4
5  texidoc = "In complex configurations of knee beaming, according to
6Paul Roberts, the first stem of a beam determines the direction of the
7beam, and as such the way that following (kneed) stems attach to the
8beam. This is in disagreement with the current algorithm."
9
10}
11
12\layout { ragged-right = ##t}
13
14\relative
15{
16  \override Beam.auto-knee-gap = #7
17  \set subdivideBeams = ##t
18  \time 8/8
19  c16[  g'''16
20	 c,,,16  g'''16
21	 c,,,16  g'''16
22	 c,,,16  g'''16 ]
23
24  c,,,16[ c c c
25	  b'''   b b b]
26
27  \transpose c' a, {
28    \relative {  g'16[  g'''16
29			    g,,,16  g'''16
30			    g,,,16  g'''16
31			    g,,,16  g'''16
32			    g g,,,
33			    g''' g,,,
34			    g''' g,,,
35			    g''' g,,,]
36		   }
37  }
38}
39
40