]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/output-lib.scm
Use aligned-on-x-parent instead of other callbacks for some grobs
[lilypond.git] / scm / output-lib.scm
index 2df06bd528bdd29bcbc3dc73e290c1445618326a..8701b6b188dd9aebf2f887bd3273d5dd7adaa9cd 100644 (file)
@@ -1157,7 +1157,7 @@ parent or the parent has no setting."
   (ly:grob-property grob 'positioning-done)
   (let* ((shift (ly:grob-property grob 'toward-stem-shift 0.0))
          (note-head-location
-          (ly:self-alignment-interface::centered-on-x-parent grob))
+          (ly:self-alignment-interface::aligned-on-x-parent grob))
          (note-head-grob (ly:grob-parent grob X))
          (stem-grob (ly:grob-object note-head-grob 'stem)))