]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/grob-description.scm
* lily/accidental-placement.cc (split_accidentals): new function
[lilypond.git] / scm / grob-description.scm
index 34ab83d2800b50da293a4ad02ae893d39fb86d54..3782c1347231f8941e64b4bab54e7fa1042ca958 100644 (file)
@@ -22,7 +22,7 @@
        ))
     (AccidentalPlacement
      . (
-       (X-extent-callback . ,Accidental_placement::extent_callback)
+       (X-extent-callback . ,Axis_group_interface::group_extent_callback)
        (left-padding . 0.3)
        (right-padding . 0.3)
        (meta . ((interfaces . (item-interface accidental-placement-interface))))
        (Y-extent-callback . ,Stem_tremolo::height)
        (X-extent-callback . #f)
 
-       (beam-width . 2.0) ; staff-space
+       (beam-width . 1.6) ; staff-space
        (beam-thickness . 0.48) ; staff-space
        (meta . ((interfaces . (stem-tremolo-interface item-interface ))))
        ))
 (map (lambda (x)
                                        ; (display (car x)) (newline)
 
-       (set-object-property! (car x) 'translation-type? list?))
+       (set-object-property! (car x) 'translation-type? list?)
+       (set-object-property! (car x) 'is-grob? #t))
      all-grob-descriptions)