]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/beam-chord.ly
* lily/stem.cc (calc_stem_info): Use get_direction_beam_count.
[lilypond.git] / input / test / beam-chord.ly
index 268998f916519e74f3c1f88d42c123bc5754d51a..fba54aa63bf13ecaa3032372364875c9049c02c7 100644 (file)
@@ -1,10 +1,17 @@
 \version "1.5.68"
 
-
+\header {
+texidoc = "Hmm. what's this supposed to test?"
+}
 \score{
        \notes\transpose c'{
-               \property Score.beamQuantisation = #'none
-
+\property Voice.Beam \set #'position-callbacks =
+ #`(,Beam::least_squares
+                              ,Beam::check_concave
+                              ,Beam::slope_damping
+                              ,Beam::shift_region_to_valid
+       
+                             )
                [a'8 <a' g''>]
                [c <c e,>]
                [a'16 <a' g''>]
@@ -14,6 +21,6 @@
        }
        \paper{
 
-               linewidth = 60.0\mm
+               linewidth = 66.0\mm
        }
 }