]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-funky.ly
* input/regression/beam-funky.ly: add note about (disputed)
[lilypond.git] / input / regression / beam-funky.ly
1 \version "1.7.18"
2 \header {
3     
4     texidoc = "Knee beaming, complex configurations.  According to
5 Paul Roberts, the first stem of a beam determines the direction of the
6 beam, and as such the way that following (kneed) stems attach to the
7 beam. This is in disagreement with the current algorithm."
8     
9 }
10
11 \score { \notes
12 \relative c'
13          {
14              \property Voice.Beam \set #'auto-knee-gap = #7
15              \property Voice.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, { \relative b'' {  g,16-[  g'''16  
26              g,,,16  g'''16 
27              g,,,16  g'''16                  
28              g,,,16  g'''16
29              g g,,,
30              g''' g,,,
31              g''' g,,,
32              g''' g,,,]     }  }
33              
34          }
35 \paper { raggedright = ##t} 
36
37      }
38 %% new-chords-done %%