That's not exactly what I had in mind. Since the default value of
minimum-Y-extent in Lyrics is (-1.2 . 2.4) (see the program reference for the Lyrics context to find out, http://lilypond.org/doc/v2.10/Documentation/user/lilypond-internals/Lyrics.html#Lyrics),
and since the fretboards are much higher than normal lyrics, I would rather
use something like

\score{
 ...
 \layout{
   ragged-right = ##t
   \context{
     \Lyrics
     \override LyricSpace #'minimum-distance = #2.0
     \override VerticalAxisGroup #'minimum-Y-extent = #'(-1.2 . 9.0)
  }
 }
}

  /Mats

Stephen Torri wrote:
On Sun, 2006-12-03 at 20:09 +0100, Mats Bengtsson wrote:
This is described in the section "Vertical spacing inside a system"
in the manual. You could either increase the vertical extent of the ChordNames context downwards or of the Lyrics context upwards.

   /Mats


So do this:

 \override Lyrics.VerticalAxisGroup #'y-extent = #'( 0 . 3 )

Is that what you mean by "increase the vertical extent" of Lyrics?

Stephen


--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: [EMAIL PROTECTED]
        WWW: http://www.s3.kth.se/~mabe
=============================================



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

Reply via email to