]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-default-lengths.ly
* scm/ps-to-png.scm: remove dir-re function.
[lilypond.git] / input / regression / beam-default-lengths.ly
1 \layout{ raggedright = ##t}
2
3 \version "2.6.0"
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-callbacks =
11   #`(,Beam::least_squares
12      ,Beam::check_concave
13      ,Beam::slope_damping)
14
15   f4  f8[ f]  f16[ f]  f32[ f]  f64[ f]  f128[ f] 
16 }