lilypond-user
[Top][All Lists]
Advanced

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

Re: Title of a multi-movement piece of several ly files


From: Mats Bengtsson
Subject: Re: Title of a multi-movement piece of several ly files
Date: Sat, 25 Jun 2005 23:01:18 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050319

Move the \header{...} blocks into the respective \score{...} blocks,
i.e. something like:
\score{
  ...
  \header
    {
    piece="Kyrie"
    composer=""
    tagline= ""
    }
}

  /Mats

Imruska wrote:
Hello,

I created a Palestrina Mass score, each movement (Kyrie, Gloria, Credo, Sanctus, Benedictus, Agnus I, Agnus II) in an independent file, and I tried to create a file (missa.ly) to contain them all, using \include "kyrie.ly" \include "gloria.ly" etc.

The header of missa.ly is:

\header {
    title = "Missa Sine nomine"
    composer = "Palestrina"
    tagline = ""
}

whereas the headers of the individual files are

\header
    {
    piece="Kyrie"
    composer=""
    tagline= ""
    }

I copied this from a file my brother did with Lilypond 1.6.5, and it worked there.

I'm using 2.5.31 on Linux, and this does not work, I do not get title, nor composer, and I get for each movement the piece title of "Agnus Dei II", i.e. the piece information of the very last file.

How can this be done? I did not find information about this in the manual, either.

Imruska



_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
        Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================




reply via email to

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