Hi,
I'm trying to print a score using 2.8 (on Windows XP).
Because there is a header and multiple pages, the first system is forced
to the bottom of the first page.
The rest are fine and are at the top of subsequent pages.

Anybody know why?

Cheers in advance,
Ralph

Short Example:
===============

\include "english.ly"

#(set-global-staff-size 16)

\header {
        title = \markup { \italic "In Trutina"}
}

TestNotes = { \repeat unfold 20 {a4 b c d e}}
\score {
        <<
        \new StaffGroup <<
        \new Staff {
                \TestNotes
        }
        \new Staff {
                \TestNotes
        }
        \new Staff {
                \TestNotes
        }>>

        \new StaffGroup <<
        \new Staff {
                \TestNotes
        }
        \new Staff {
                \TestNotes
        }
        \new Staff {
                \TestNotes
        }>>

        \new StaffGroup <<
        \new Staff {
                \TestNotes
        }
        \new Staff {
                \TestNotes
        }>> 
        \new Staff {
                \TestNotes
        }
        \new Staff {
                \TestNotes
        }
>> 
}


TRIBAL TECHNOLOGY IS A MEMBER OF THE TRIBAL GROUP plc www.tribalgroup.co.uk
This email and any files transmitted with it are confidential and intended 
solely for the use of the individual or entity to whom they are addressed. 
Access, copying, dissemination or re-use of information in it by anyone else is 
unauthorised. If you have received this message in error, please contact the 
sender as soon as possible.




This message has been scanned for viruses by Viatel MailControl


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

Reply via email to