X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fdefine-grobs.scm;h=2aeff64b0e39873e8ec6d608648d28c62cda2a83;hb=953c46d541f9aa93571f95e7d51f94a1241216ef;hp=a4e0d52a760b45a237b12438cae84932586fbd1f;hpb=12e6948fe2fa0c73103748fd815a7c93fdc3677e;p=lilypond.git diff --git a/scm/define-grobs.scm b/scm/define-grobs.scm index a4e0d52a76..2aeff64b0e 100644 --- a/scm/define-grobs.scm +++ b/scm/define-grobs.scm @@ -727,6 +727,7 @@ (DotColumn . ( (axes . (,X)) + (chord-dots-limit . 3) (direction . ,RIGHT) (positioning-done . ,ly:dot-column::calc-positioning-done) (X-extent . ,ly:axis-group-interface::width) @@ -2501,13 +2502,13 @@ (axes . (,X)) (direction . ,RIGHT) (font-size . -4) + ;; minimum shift to the right, in case the parent note has no stem + (minimum-space . 2.5) (padding . 0.3) (side-axis . ,X) (stencil . ,parenthesize-elements) (stencils . ,parentheses-item::calc-parenthesis-stencils) - ;; offset a bit to the right, further if needed to clear the main note - (X-offset . ,(lambda (grob) - (ly:side-position-interface::x-aligned-side grob 2.5))) + (X-offset . ,ly:side-position-interface::x-aligned-side) (Y-extent . ,grob::always-Y-extent-from-stencil) (meta . ((class . Item) (interfaces . (axis-group-interface