lilypond-user
[Top][All Lists]
Advanced

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

System at bottom page on score


From: Ralph Little
Subject: System at bottom page on score
Date: Thu, 13 Apr 2006 09:29:01 +0100

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




reply via email to

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