]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/define-grobs.scm
Issue 3115: Revert "Uses a heuristic to determine if chord tremolos collide with...
[lilypond.git] / scm / define-grobs.scm
index 9b1b4e71cac46f1325092a7c3837800e97a7fb44..5222034ae1c3febf0a40e221910d94e7affc1b7a 100644 (file)
         ;; only for debugging.
         (font-family . roman)
 
-        (beam-gap . ,ly:beam::calc-beam-gap)
-        (minimum-length . ,ly:beam::calc-minimum-length)
+        (gap . 0.8)
         (neutral-direction . ,DOWN)
         (positions . ,beam::place-broken-parts-individually)
-        (springs-and-rods . ,ly:beam::calc-springs-and-rods)
         (X-positions . ,ly:beam::calc-x-positions)
         (transparent . ,(grob::inherit-parent-property
                          X 'transparent))