]> git.donarmstrong.com Git - lilypond.git/blob - input/test/beam-chord.ly
* lily/stem.cc (calc_stem_info): Use get_direction_beam_count.
[lilypond.git] / input / test / beam-chord.ly
1 \version "1.5.68"
2
3 \header {
4 texidoc = "Hmm. what's this supposed to test?"
5 }
6 \score{
7         \notes\transpose c'{
8 \property Voice.Beam \set #'position-callbacks =
9  #`(,Beam::least_squares
10                                ,Beam::check_concave
11                                ,Beam::slope_damping
12                                ,Beam::shift_region_to_valid
13         
14                               )
15                 [a'8 <a' g''>]
16                 [c <c e,>]
17                 [a'16 <a' g''>]
18                 [c <c e,>]
19                 [a'32 <a' g''>]
20                 [c <c e,>]
21         }
22         \paper{
23
24                 linewidth = 66.0\mm
25         }
26 }