]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-shortened-lengths.ly
* VERSION (MY_PATCH_LEVEL): make 1.7.0
[lilypond.git] / input / regression / beam-shortened-lengths.ly
1 \version "1.5.68"
2
3 \header{
4     texidoc="Beams in unnatural direction, have shortened stems, but do not look too short."
5     }
6
7 \score{
8     \notes\relative c'{
9         \property Voice.Beam \set #'position-callbacks =
10          #`(,Beam::least_squares
11          ,Beam::check_concave
12          ,Beam::slope_damping)
13         \stemUp
14         f'4 [f8 f] [f16 f] [f32 f] [f64 f] [f128 f] 
15     }
16     \paper{ linewidth = -1.0 }
17 }