Re: Rendering two documents as one musical score

2007-07-08 Thread Graham Percival

David Fedoruk wrote:

There is  one slight problem, the bar numbers are not continuous. Not
surprisingly the bar numbering is accurate for each document. I will
have to make some adjustments in the head of the  first document or in
a wrapper for these two documents.


Just change the starting bar number of the second score.

Cheers,
- Graham


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Rendering two documents as one musical score

2007-07-08 Thread David Fedoruk

Hello:

There is  one slight problem, the bar numbers are not continuous. Not
surprisingly the bar numbering is accurate for each document. I will
have to make some adjustments in the head of the  first document or in
a wrapper for these two documents.

I'll have a look for this in some of the posted tweaks. It must have
come up before!
Cheers
David


On 7/8/07, David Fedoruk <[EMAIL PROTECTED]> wrote:

 OK... then this i s way way to easy! Two files PartA.ly and PartB.ly
of the same piece so I just  a shell command:

cat PartB.ly >> PartA.ly

its done! After that just issue the shell command lilypond  PartA.ly
and it renerders the compled score! You can put together a Wagner
opera with a simple shell script.

This is right out of  everyone's first lesson in UNIX.  I like it a
lot when things get this simple!

Thank-you :)

Cheers,
David

P.S. it worked perfectly!


--
David Fedoruk
B.Mus. UBC,1986
Certificate in Internet Systems Administration, UBC, 2003


http://recordjackethistorian.wordpress.com
"Music is enough for one's life time, but one life time is not enough
for music" Sergei Rachmaninov




--
David Fedoruk
B.Mus. UBC,1986
Certificate in Internet Systems Administration, UBC, 2003


http://recordjackethistorian.wordpress.com
"Music is enough for one's life time, but one life time is not enough
for music" Sergei Rachmaninov


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Rendering two documents as one musical score

2007-07-08 Thread David Fedoruk

OK... then this i s way way to easy! Two files PartA.ly and PartB.ly
of the same piece so I just  a shell command:

cat PartB.ly >> PartA.ly

its done! After that just issue the shell command lilypond  PartA.ly
and it renerders the compled score! You can put together a Wagner
opera with a simple shell script.

This is right out of  everyone's first lesson in UNIX.  I like it a
lot when things get this simple!

Thank-you :)

Cheers,
David

P.S. it worked perfectly!


--
David Fedoruk
B.Mus. UBC,1986
Certificate in Internet Systems Administration, UBC, 2003


http://recordjackethistorian.wordpress.com
"Music is enough for one's life time, but one life time is not enough
for music" Sergei Rachmaninov


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Rendering two documents as one musical score

2007-07-08 Thread Mats Bengtsson

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







___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Rendering two documents as one musical score

2007-07-07 Thread Cameron Horsburgh
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
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Rendering two documents as one musical score

2007-07-07 Thread David Fedoruk

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?

There are probably ways to shorten my coding but for now, I want to do
things the longer way until I really understand what's going on. The
short cuts may just serve to confuse things I just barely understand.

Cheers,
David

--
David Fedoruk
B.Mus. UBC,1986
Certificate in Internet Systems Administration, UBC, 2003


http://recordjackethistorian.wordpress.com
"Music is enough for one's life time, but one life time is not enough
for music" Sergei Rachmaninov


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user