Zbyněk Burget wrote:

Hello,

I've one small problem - I've written notes in one .ly and including it itno
few .ly files, where are \score sections (score and parts).
Is way to define linebreak (or pagebreak) in files with \score sections?
Breaks are on other place at score and on other place at part.


I place \partBreak among the notes everywhere I want a part to break. In the ly file which produces the score I put:
partBreak = { }
before the \include for the notes file.


In each ly file which produces parts I put:
partBreak = { \break }

I haven't worried about scores but certainly using something like \scoreBreak should work in reverse of the above.

Paul Scott




_______________________________________________ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to