lilypond-user
[Top][All Lists]
Advanced

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

Re: page break in markup


From: Han-Wen Nienhuys
Subject: Re: page break in markup
Date: Tue, 02 Aug 2005 12:50:05 +0200
User-agent: Mozilla Thunderbird 1.0.6-1.1.fc4 (X11/20050720)

address@hidden wrote:

\version "2.6.0"
%  #(set-default-paper-size "a4")
\book {
   \markup { "Page 1 stuff" }
   \markup { \postscript #"showpage" }
   \markup { "Page 2 stuff" }
   \markup { \postscript #"showpage" }
   \markup { "Page 3 stuff" }
   \score  { \new Staff { c c c c } }
}

But it isn't good enough:  the page breaks do indeed occur,

Lily doesn't know about your page breaks, so this will not work. I'm surprised that GS doesn't halt on this.

--
 Han-Wen Nienhuys - address@hidden - http://www.xs4all.nl/~hanwen




reply via email to

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