"Xavier Scheuer" <x.sche...@gmail.com> wrote in message
news:CADGqHRfTBKqwZu_+efRgSDk5tAw+XXF7WN8yR=syfbogxuc...@mail.gmail.com...
Looks like a valid bug report.
Fwd to bug- (it was originally sent to -user).
On 12 September 2011 22:08, Ed Gordijn <ed.klari...@gmail.com> wrote:
Hi List,
I am working on a piece with three movements. I organized my score in
different files, for the tiny-example let's say two. The fist file is
instrument.ly and the second part.lyi. I have different instruments and
therefore multiple instrument.ly files but I want to use just a single
part.lyi. So far nothing special. But I can't find a way to insert
pagebreaks between the movements in my instrument.ly. I don't want fixed
page breaks in part.lyi because of the differences in length of the
instrument scores.
In the tiny example I tried to get Movement I on the first page and
Movement
II and III together on a second page. But the \pageBreak is ignored.
How does this work?
Greetings, Ed
%%% Tiny example %%%
\version "2.15.10"
% instrument.ly
mvtI = { c'4 c' c' c' \pageBreak }
mvtII = { d'4 d' d' d' }
mvtIII = { e'4 e' e' e' }
% part.lyi (identical for all instruments)
\score {
\new Staff { \mvtI }
\header { piece = "Movement I"}
}
\score {
\new Staff { \mvtII }
\header { piece = "Movement II"}
}
\score {
\new Staff { \mvtIII }
\header { piece = "Movement III"}
}
_______________________________________________
lilypond-user mailing list
lilypond-u...@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
Is this relevant?:
http://lilypond.org/doc/v2.15/Documentation/notation/explicit-breaks
--
Phil Holmes
Bug Squad
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond