Op woensdag 22 september 2010 schreef Phil:

> I want to be able to push lyrics lines more closely together vertically -
> if I scale the font size, it doesn't reduce the vertical spacing between
> the lines proportionally.  Can anyone point me at how to do this? -
> version 2.13 preferred.

% version 2.12:
\layout{
  \context{
    \Lyrics
    \override LyricText #'font-size = #-2
    \override VerticalAxisGroup #'minimum-Y-extent = #'( 0 . 0 )
  }
} 

% version 2.13.4 and above:
\layout{
  \context{
    \Lyrics
    \override LyricText #'font-size = #-2
    \override VerticalAxisGroup #'inter-loose-line-spacing #'minimum-distance = 
#2.2
  }
} 

best regards,
Wilbert Berendsen

-- 
Frescobaldi, LilyPond editor for KDE: http://www.frescobaldi.org/
Nederlands LilyPond forum: http://www.lilypondforum.nl/

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

Reply via email to