]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-funky.ly
* lily/stem.cc (get_default_stem_end_position): use beam_count - 1
[lilypond.git] / input / regression / beam-funky.ly
1 \version "1.5.68"
2 \header {
3     texidoc = "Knee beaming. (funky)"
4 }
5
6 \score { \notes
7 \relative c'
8          {
9              \property Voice.Beam \set #'auto-knee-gap = #7
10              \property Voice.subdivideBeams = ##t            
11              \time 8/8
12              [c,16  g'''16  
13              c,,,16  g'''16 
14              c,,,16  g'''16                  
15              c,,,16  g'''16 ]
16
17              [c,,,16 c c c
18               b'''   b b b]
19
20              \transpose a, { \relative b'' { [g,16  g'''16  
21              g,,,16  g'''16 
22              g,,,16  g'''16                  
23              g,,,16  g'''16
24              g g,,,
25              g''' g,,,
26              g''' g,,,
27              g''' g,,,]     }  }
28              
29          }
30 \paper { linewidth = -1. } 
31
32      }