]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-funky.ly
complete rewrite of multiplicity. This fixes 16th
[lilypond.git] / input / regression / beam-funky.ly
1 \header {
2     texidoc = "Knee beaming. (funky)"
3 }
4
5 \score { \notes
6 \relative c'
7          {
8
9              \property Voice.subdivideBeams = ##t            
10              \time 8/8
11              [c,16  g'''16  
12              c,,,16  g'''16 
13              c,,,16  g'''16                  
14              c,,,16  g'''16 ]
15
16              [c,,,16 c c c
17               b'''   b b b]
18
19              \transpose a, { \relative b'' { [g,16  g'''16  
20              g,,,16  g'''16 
21              g,,,16  g'''16                  
22              g,,,16  g'''16
23              g g,,,
24              g''' g,,,
25              g''' g,,,
26              g''' g,,,]     }  }
27              
28          }
29 \paper { linewidth = -1. } 
30
31      }