]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-funky.ly
* lily/beam-engraver.cc: move new-beam-event to beam-event
[lilypond.git] / input / regression / beam-funky.ly
1
2 \version "1.9.1"
3 \header {
4     
5     texidoc = "Knee beaming, complex configurations.  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 \score { \notes
13 \relative c'
14          {
15              \property Voice.Beam \set #'auto-knee-gap = #7
16              \property Voice.subdivideBeams = ##t            
17              \time 8/8
18               c,16[  g'''16  
19              c,,,16  g'''16 
20              c,,,16  g'''16                  
21              c,,,16  g'''16 ]
22
23               c,,,16[ c c c
24               b'''   b b b]
25
26              \transpose c' a, { \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 \paper { raggedright = ##t} 
37
38      }
39