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