]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/define-grobs.scm
Standardizes X extents of beams across beam calculations.
[lilypond.git] / scm / define-grobs.scm
index 36340f4a26b170911bf0fd69323d24f6b454e657..85dd188f5118c961cd3c15144ac60ff858b4fc66 100644 (file)
        ;; todo: clean this up a bit: the list is getting
        ;; rather long.
        (auto-knee-gap . 5.5)
+       (beam-segments . ,ly:beam::calc-beam-segments)
        (beam-thickness . 0.48) ; in staff-space
 
        ;; We have some unreferenced problems here.
                                 note-head-interface
                                 stem-interface
                                 time-signature-interface))
-       (concaveness . ,ly:beam::calc-concaveness)
        (cross-staff . ,ly:beam::calc-cross-staff)
        (damping . 1)
        (details
 
        (gap . 0.8)
        (neutral-direction . ,DOWN)
-       (positions . ,ly:beam::quanting)
+       (positions . ,beam::place-broken-parts-individually)
+       (X-positions . ,ly:beam::calc-x-positions)
 
        ;; this is a hack to set stem lengths, if positions is set.
        (quantized-positions . ,ly:beam::set-stem-lengths)