]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-shortened-lengths.ly
* input/regression/override-nest.ly: new file.
[lilypond.git] / input / regression / beam-shortened-lengths.ly
1
2 \version "2.7.13"
3
4 \header{
5     texidoc="Beams in unnatural direction, have shortened stems, but do not look too short."
6     }
7 \layout{ raggedright = ##t }
8
9
10 \relative c'{
11   \override Beam  #'position-callbacks =
12   #`(,Beam::least_squares
13      ,Beam::check_concave
14      ,Beam::slope_damping)
15   \stemUp
16   f'4  f8[ f]  f16[ f]  f32[ f]  f64[ f]  f128[ f] 
17 }
18