lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Compressing lyric lines


From: Wilbert Berendsen
Subject: Re: Compressing lyric lines
Date: Thu, 23 Sep 2010 14:55:45 +0200
User-agent: KMail/1.13.5 (Linux/2.6.32-24-generic; KDE/4.5.0; i686; ; )

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/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]