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