]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-default-lengths.ly
(Module): new file.
[lilypond.git] / input / regression / beam-default-lengths.ly
1 \layout{ raggedright = ##t}
2
3 \version "2.7.13"
4
5 \header{
6   texidoc="Beamed stems have standard lengths if possible. Quantization is switched off in this example."
7 }
8
9 \relative c'{
10   \override Beam #'position =
11   #(ly:make-simple-closure
12     (ly:make-simple-closure
13      (list chain-grob-member-functions
14       `(,cons 0 0)
15       Beam::calc_least_squares_positions
16       Beam::slope_damping
17       Beam::shift_region_to_valid
18       Beam::set_stem_lengths
19     )))
20
21   f4  f8[ f]  f16[ f]  f32[ f]  f64[ f]  f128[ f] 
22 }