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)
}
}
}
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user