]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/grob-description.scm
patch::: 1.5.41.jcn2
[lilypond.git] / scm / grob-description.scm
index c583c4c7cf0e8597778ed96ea0b0105bd0f23812..d6e3d431a2677124f469f1dccdafae64ee57fba0 100644 (file)
        (position-callbacks . (,Beam::least_squares
                               ,Beam::check_concave
                               ,Beam::slope_damping
-                              ,Beam::quantise_position))
+                              ,Beam::new_quanting
+                              ))
        
        (thickness . 0.48) ; in staff-space
        (before-line-breaking-callback . ,Beam::before_line_breaking)
        (space-function . ,default-beam-space-function)
        (damping . 1)
        (auto-knee-gap . 7)
+       (font-name . "cmr10")
+       (quant-score-functions . (,Beam::score_forbidden_quants
+                                 ,Beam::score_slopes_dy
+                                 ,Beam::score_stem_lengths
+                                 ))
        (meta . ,(grob-description beam-interface))
        ))
 
      . (
        (molecule-callback . ,Staff_symbol::brew_molecule)
        (staff-space . 1.0)
-       (line-count . 15)
+       (line-count . 5)
        (layer . 0)
        (meta . ,(grob-description staff-symbol-interface ))
        ))