John S.L. wrote
>  
> 
> BTW; I'm still using \version "2.12.3" at least for now...so much of the
> work I've done is in that version. I didn't want to deal with any syntax
> changes that might have been made in later versions.
> 
> I'll change over if it is necessary though..
> 
> Here's a screen shot..The box is there just to show the cropping. I want
> it cropped just directly above the words...no space.

I'd strongly recommend to upgrade and convert-ly to a newer stable or even
unstable version, where you could write (just the code which seems
relevant):

<<
  \new Lyrics \with {
    \override VerticalAxisGroup #'nonstaff-unrelatedstaff-spacing = #'(
      (basic-distance . 0)
      (basic-distance . 0)
      (stretchability . 0)
    (padding . 0))
  }
  {
    \lyricmode {
      % \override LyricText.extra-offset = #'(0.0 . -1.90)
      \override LyricText.font-size = #-1
      "The"2 "extra"2 "space"2 "above"2 "these"2 "words."2
    }
  }
  \new Staff \notes
>>
\layout {
  \context {
    \Score
    \override System  #'stencil = #box-grob-stencil
  }
}

hope I understood what you're after

Eluzewhat 



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Getting-rid-of-space-above-lyrics-I-m-completely-stumped-tp149021p149026.html
Sent from the User mailing list archive at Nabble.com.

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to