If you have a single score, you should of course write it in a
single \score{...} block. Note that you can have a sequence of several separate \relative blocks within each stave. Example:

leftHandPartOne = \relative c'{c d e f g a b c}
leftHandPartTwo = \relative c{e f g a b f g a }


\score
 \new PianoStaff<<
   \new Staff{ \leftHandPartOne \leftHandPartTwo }
 >>
}

  /Mats

Quoting Cameron Horsburgh <[EMAIL PROTECTED]>:

On Sat, Jul 07, 2007 at 06:59:52PM -0700, David Fedoruk wrote:
HI:

I did not intend this to be two documents, but the score got
complicated enough that it made sense to stop at the end of the A
section and begin a new lilypond file at the beginning of B. There are
only 4 pages of piano score. If I cut and paste them together there
are now octave displacement problems (the very problems I sought to
dispense with by using two files).

Is there a  way to have lilypond produce one document but still render
each one as its own separate entity?


I'm not entirely sure what you're asking, but I suspect you can get what you
want by using separate \score blocks in your file.

--

=============================================
Cameron Horsburgh

=============================================



_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user






_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to