lilypond-user
[Top][All Lists]
Advanced

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

RE: header


From: Mark Stephen Mrotek
Subject: RE: header
Date: Thu, 25 Jul 2013 10:00:53 -0700

Mr. Bruni,

 

Thank you for your response and recommendation. It encourages me to request further assistance from you.

 

From the example you suggest, I see this file structure:

 

                \book {

                                \score {

                                                { R1 }

                                                \header {  }

                                                }

                                \score {

                                                { R1 }

                                                \ header { }

                                                }

                                }

 

Using this format I wrote a simple code ( Book.ly ) with desired headers. An error message appears,

“error: syntax error, unexpected STRING right = \relative c'' {.“

If I remove the “\book” the file ( NoBook.ly ) compiles accurately.

 

Where is my error?

 

Thank you for your kind attention.

 

Mark

 

From: Federico Bruni [mailto:address@hidden
Sent: Wednesday, July 24, 2013 10:51 PM
To: Mark Stephen Mrotek
Cc: lilypond-user Mailinglist
Subject: Re: header

 

2013/7/25 Mark Stephen Mrotek <address@hidden>

Hello:

 

A three movement piece has the following in the \header: title, composer, dedication, and opus.

 

The “opus” appears at the beginning of the second and third movements. How can I eliminate them?

 

Thank you.

 

 

 

If each movement is in a separate \score block and the \header is in the (implicit?) \book block, you can put this header inside the \score block of second and third movement:

 

\header {

  opus =  ##f

}

 

Not tested, just an idea taken from the second example here:

 

Attachment: Book.ly
Description: Text Data

Attachment: NoBook.ly
Description: Text Data


reply via email to

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