lilypond-user
[Top][All Lists]
Advanced

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

Re: Adjusting space between lines


From: Stephen Torri
Subject: Re: Adjusting space between lines
Date: Wed, 14 Mar 2007 09:53:21 -0500

On Sun, 2007-03-11 at 10:35 +0100, Mats Bengtsson wrote:
> See the section on "Vocal music" (the main section, not any of the 
> subsections).
> 
>    /Mats
> 

This is what I saw from the Vocal music section. Original I did not have
the ChoirStaff or Staff in my file. Changing the values of
'minimum-Y-extent' do not seem to do anything.

Stephen


%%%%%% guitar1.ly
\version "2.8.3"
\include "global.ly"
\include "lyrics.ly"
\include "harmonies.ly"
\include "melody.ly"

\score {

  \new ChoirStaff <<
     \new Staff = people
     <<
       \new Voice { << \global \singers >> }
     >>
     \new Lyrics \lyricmode { << \global \firstVerse >> }
  >>

  \layout {
        \context {
                \Staff
                \override VerticalAxisGroup #'minimum-Y-extent = #'(-4 . 4)
        }
  }  
}







reply via email to

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