]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-default-lengths.ly
update syntax in .ly files.
[lilypond.git] / input / regression / beam-default-lengths.ly
1 \version "1.7.6"
2
3 \header{
4     texidoc="Beamed stems have standard lengths if possible."
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
14         f4 [f8 f] [f16 f] [f32 f] [f64 f] [f128 f] 
15     }
16     \paper{ linewidth = -1.0 }
17 }          %% new-chords-done %%