]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-shortened-lengths.ly
*** empty log message ***
[lilypond.git] / input / regression / beam-shortened-lengths.ly
1
2 \version "2.6.0"
3
4 \header{
5     texidoc="Beams in unnatural direction, have shortened stems, but do not look too short."
6     }
7
8 \relative c'{
9   \override Beam  #'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 \layout{ raggedright = ##t }