X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fgrob-description.scm;h=47ee15416f3cec19545277210cdcf70e99de0a06;hb=108e1d80114deeb5afdcd306e1dcdeced4ca262d;hp=043f35673428ac90d8649c6db3e6b82b9e17a778;hpb=d704117d9531b8d8f212cf97303184bb9ce25fd2;p=lilypond.git diff --git a/scm/grob-description.scm b/scm/grob-description.scm index 043f356734..47ee15416f 100644 --- a/scm/grob-description.scm +++ b/scm/grob-description.scm @@ -70,6 +70,7 @@ (flag-width-function . ,default-beam-flag-width-function) (space-function . ,default-beam-space-function) (damping . 1) + (auto-knee-gap . 7) (meta . ,(grob-description "Beam" beam-interface)) )) @@ -533,7 +534,9 @@ (SystemStartDelimiter . ( (molecule-callback . ,System_start_delimiter::brew_molecule) (after-line-breaking-callback . ,System_start_delimiter::after_line_breaking) - (collapse-height . 1.0) + ;; ugh, in practice, brace has height of 4.1 staff-spaces + (brace-collapse-height . 4.1) + (bracket-collapse-height . 1) (thickness . 1.6) (arch-height . 1.5) (arch-angle . 50.0)