X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Foutput-lib.scm;h=6e2d06a66a81814a7fa711467f3a4e4864ce650d;hb=efec448b936bd63d82571cf79f8435768605c66d;hp=41768b5c62639da9b968175abe150879460b65fc;hpb=76444caf979f97076ab78d5937fb5f6c78326f75;p=lilypond.git diff --git a/scm/output-lib.scm b/scm/output-lib.scm index 41768b5c62..6e2d06a66a 100644 --- a/scm/output-lib.scm +++ b/scm/output-lib.scm @@ -854,14 +854,6 @@ and duration-log @var{log}." the previous calculated offset value." prev-offset) -(define-public (outside-staff::pure-Y-offset grob start end) - "Initial vertical placement of items such as tempo and - rehearsal marks, for use in note-spacing." - (* (+ (ly:staff-symbol-staff-radius grob) - (ly:grob-property grob 'outside-staff-padding 0.0) - 1.0) - (ly:grob-property grob 'direction CENTER))) - ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;