]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-default-lengths.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / regression / beam-default-lengths.ly
1
2 \version "2.1.26"
3
4 \header{
5     texidoc="Beamed stems have standard lengths if possible. Quantization is switched off in this example."
6     }
7
8 \score{
9     \notes\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     }
17     \paper{ raggedright = ##t}
18 }