lilypond-user
[Top][All Lists]
Advanced

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

Re: Rendering two documents as one musical score


From: Mats Bengtsson
Subject: Re: Rendering two documents as one musical score
Date: Sun, 08 Jul 2007 20:42:20 +0200
User-agent: Internet Messaging Program (IMP) H3 (4.0.5)

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 <address@hidden>:

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
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user








reply via email to

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