Re: Several parts to one piece?

2011-01-22 Thread Phil Holmes
Michael,

It looks like you're going in the right direction by using 2 \score blocks.  
However, it would be helpful if you could post a score that compiles.  Please 
could you correct the naming errors in this one?

--
Phil Holmes


  - Original Message - 
  From: Michael Dykes 
  To: lilypond-user@gnu.org 
  Sent: Saturday, January 22, 2011 12:21 PM
  Subject: Several parts to one piece?


  Sorry to be barraging the list; but I have several pieces) that consist of 
several parts, and I need to compile them as a whole piece, but have each part 
end and begin separately. How, can I accomplish this?

  -- 
  In Christ,
  Michael D



--


  ___
  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: Several parts to one piece?

2011-01-22 Thread Phil Holmes
Michael,

First of all, please reply-all to keep responses on the mailing list.  That way 
others may benefit and more experienced users can chime in with help if 
necessary.

My response to your request is going to seem harsh.  You could not have tried 
very hard, since I asked you to look at the errors at 12:27 and you said you 
couldn't fix them less than 5 minutes later.  It's really best to try to learn 
how the program works by working through and fixing the errors rather than 
getting others to do it for you.

The log file I get has this contents:

GNU LilyPond 2.13.46
Processing `Directory/02_licstich_02_kiev.ly'
Parsing...
Directory/02_licstich_02_kiev.ly:97:0: error: unknown escaped string: 
`\verseTwo'

\verseTwo =\lyricmode {
Directory/02_licstich_02_kiev.ly:122:36: error: unknown escaped string: `\verse'
\new Lyrics \lyricsto soprano 
\verse
Directory/02_licstich_02_kiev.ly:122:36: error: syntax error, unexpected STRING
\new Lyrics \lyricsto soprano 
\verse
Directory/02_licstich_02_kiev.ly:113:2: error: errors found, ignoring music 
expression
  
  \transpose g f
Directory/02_licstich_02_kiev.ly:143:13: error: syntax error, unexpected 
LYRICS_STRING, expecting NOTENAME_PITCH or TONICNAME_PITCH
  \transpose 
 g f
Directory/02_licstich_02_kiev.ly:152:36: error: unknown escaped string: `\verse'
\new Lyrics \lyricsto soprano 
\verse
Directory/02_licstich_02_kiev.ly:152:36: error: syntax error, unexpected STRING
\new Lyrics \lyricsto soprano 
\verse
Directory/02_licstich_02_kiev.ly:144:2: error: errors found, ignoring music 
expression
  
  \new ChoirStaff 
Directory/02_licstich_02_kiev.ly:169:0: error: syntax error, unexpected '}'

}error: failed files: Directory\\02_licstich_02_kiev.ly

Program finished

Let's look at the first - 97:0: error: unknown escaped string: `\verseTwo'

So on line 97 we have an error of that unknown string.  Let's look at line 97:

\verseTwo =\lyricmode {

Compare it to the line above it:

verseOne = \lyricmode {

See a difference?  Please work through the log file and correct the errors in 
this manner, and see where you get.

--
Phil Holmes


  - Original Message - 
  From: Michael Dykes 
  To: Phil Holmes 
  Sent: Saturday, January 22, 2011 12:31 PM
  Subject: Re: Several parts to one piece?


  Phil,


  I want to say that this fixes the naming errors, but it still does not 
compile; so I am obviusly overlooking some. 


  On Sat, Jan 22, 2011 at 7:27 AM, Phil Holmes m...@philholmes.net wrote:

Michael,

It looks like you're going in the right direction by using 2 \score blocks. 
 However, it would be helpful if you could post a score that compiles.  Please 
could you correct the naming errors in this one?

--
Phil Holmes


  - Original Message - 
  From: Michael Dykes 
  To: lilypond-user@gnu.org 
  Sent: Saturday, January 22, 2011 12:21 PM
  Subject: Several parts to one piece?


  Sorry to be barraging the list; but I have several pieces) that consist 
of several parts, and I need to compile them as a whole piece, but have each 
part end and begin separately. How, can I accomplish this?

  -- 
  In Christ,
  Michael D



--


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





  -- 
  In Christ,
  Michael D
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Several parts to one piece?

2011-01-22 Thread James Bailey

On Jan 22, 2011, at 1:21 PM, Michael Dykes wrote:

 Sorry to be barraging the list; but I have several pieces) that consist of 
 several parts, and I need to compile them as a whole piece, but have each 
 part end and begin separately. How, can I accomplish this?


You can have more than one \score block in a file. Does that accomplish what 
you are looking for?
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user