]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/layout-beam.scm
* lily/main.cc (LY_DEFINE): add gmane address.
[lilypond.git] / scm / layout-beam.scm
index 051cc5f2af25c60fb40445664ff3971e77de3332..9c55dbd9e37787fcc25b5b3217ab5d1ea2a08831 100644 (file)
@@ -35,6 +35,7 @@
     posns
     ))
 
+
 (define ((check-beam-slope-sign comparison) beam posns)
   "Check whether the slope of BEAM is correct wrt. COMPARISON."
   (let* ((slope-sign (- (cdr posns) (car posns)))
@@ -61,7 +62,6 @@
        ))
                        
 
-
 (define-public (check-slope-callbacks comparison)
   (list Beam::calc_least_squares_positions
        Beam::slope_damping