]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/output-lib.scm
Revert "Tempo and Rehearsal marks horizontal positioning; issue 3279"
[lilypond.git] / scm / output-lib.scm
index 41768b5c62639da9b968175abe150879460b65fc..6e2d06a66a81814a7fa711467f3a4e4864ce650d 100644 (file)
@@ -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)))
-
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;;