]> 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 fe5b0aa0744c36c48b680452ed311c81e08f56a2..fba54aa63bf13ecaa3032372364875c9049c02c7 100644 (file)
@@ -1,18 +1,26 @@
-\version "1.0.4";
+\version "1.5.68"
 
+\header {
+texidoc = "Hmm. what's this supposed to test?"
+}
 \score{
        \notes\transpose c'{
-               \property Score.beamquantisation = \none
-
-               [a'8 <a' g'']>
-               [c <c e,]>
-               [a'16 <a' g'']>
-               [c <c e,]>
-               [a'32 <a' g'']>
-               [c <c e,]>
+\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''>]
+               [c <c e,>]
+               [a'32 <a' g''>]
+               [c <c e,>]
        }
        \paper{
-               castingalgorithm = \Wordwrap;
-               linewidth = 60.0\mm;
+
+               linewidth = 66.0\mm
        }
 }