Am Freitag, 15. Januar 2010 18:24:55 schrieb Joe Neeman:
> On Fri, 2010-01-15 at 18:08 +0100, Reinhold Kainhofer wrote:
> > If you can send us an example of what it looks like (so that we don't
> > have to guess which settings you will set exactly), it would be much
> > easier to complain ;-)
> 
> Just add
> \layout {
>   \context {
>     \Lyrics
>     \override VerticalAxisGroup #'inter-loose-line-spacing
> #'minimum-distance = #3.2
>   }
> }
> 
> to your favourite score with multiple adjacent lyric lines.

... and for everyone who is just as lazy as I am: Attached is a sample file so 
that you don't have to try to create a minimal example yourself...

What jumps into my eye is that the lyrics are way too close to the notes of 
the upper staff and too far from the staff below (it seems that the baseline 
of the lyrics is the same distance away from the skyline of the upper and the 
lower staff... 

Cheers,
Reinhold

-- 
------------------------------------------------------------------
Reinhold Kainhofer, [email protected], http://reinhold.kainhofer.com/
 * Financial & Actuarial Math., Vienna Univ. of Technology, Austria
 * http://www.fam.tuwien.ac.at/, DVR: 0005886
 * LilyPond, Music typesetting, http://www.lilypond.org
\version "2.13.11"

\paper { ragged-last-bottom = ##f }

\layout {
  \context {
    \Lyrics
    \override VerticalAxisGroup #'inter-loose-line-spacing #'minimum-distance = #3.2
  }
}

lyr = \lyricmode { 
  This is just some ran -- dom __ _ _ ly -- rics, this is just some ran -- _ _ dom ly -- rics! 
  This is just some ran -- dom __ _ _ ly -- rics, this is just some ran -- _ _ dom ly -- rics! 
  This is just some ran -- dom __ _ _ ly -- rics, this is just some ran -- _ _ dom ly -- rics! 
  This is just some ran -- dom __ _ _ ly -- rics, this is just some ran -- _ _ dom ly -- rics! 
  This is just some ran -- dom __ _ _ ly -- rics, this is just some ran -- _ _ dom ly -- rics! 
  This is just some ran -- dom __ _ _ ly -- rics, this is just some ran -- _ _ dom ly -- rics! 
  This is just some ran -- dom __ _ _ ly -- rics, this is just some ran -- _ _ dom ly -- rics! 
  This is just some ran -- dom __ _ _ ly -- rics, this is just some ran -- _ _ dom ly -- rics! 
  This is just some ran -- dom __ _ _ ly -- rics, this is just some ran -- _ _ dom ly -- rics! 
  This is just some ran -- dom __ _ _ ly -- rics, this is just some ran -- _ _ dom ly -- rics! 
}


\score { \new ChoirStaff <<
\new Staff { \new Voice ="1" \relative c'' { \repeat unfold 20 { c4 c c c } } }
\new Lyrics \lyricsto "1" \lyr
\new Lyrics \lyricsto "1" \lyr
\new Lyrics \lyricsto "1" \lyr
\new Staff { \new Voice ="2" \relative c' {\clef "bass" \repeat unfold 20 { c2 c } } }
\new Lyrics \lyricsto "2" \lyr
\new Lyrics \lyricsto "2" \lyr
>> }

Attachment: lyrics_spacing.pdf
Description: Adobe PDF document

_______________________________________________
lilypond-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to