lilypond-user
[Top][All Lists]
Advanced

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

Re: Forcing pagebreaks in multi-score book


From: Mats Bengtsson
Subject: Re: Forcing pagebreaks in multi-score book
Date: Thu, 02 Jun 2005 17:36:39 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511

Then my original proposal with,
  possiblebreak = ##t
  \score { \include ... }
  possiblebreak = ##f
should work just fine. Where in the file do you get the syntax error?

   /Mats

Sven Axelsson wrote:
From: Mats Bengtsson [mailto:address@hidden Subject: Re: Forcing pagebreaks in multi-score book

If I were to do something like this, I would probably put the
full \score{...} in the included file. This was also the structure
I had in mind when writing the previous answer. However now that
I read your question more carefully, I notice that you want to
keep the \score within the main file (for some reasone), which
actually makes things much simpler. It should work to just do:

  \score { \include "file1" \header{breakbefore=##f}}
  \score { \include "file2" \header{breakbefore=##t}}
  ...


Close, but no cigar. That was also something I tried, but that will throw away the header fields from the included file. If there is some way to merge the two \header definitions that would be the best solution.


--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
        Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================




reply via email to

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