lilypond-user
[Top][All Lists]
Advanced

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

Re: \score


From: Mats Bengtsson
Subject: Re: \score
Date: Mon, 23 Jan 2006 23:12:52 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050927 Debian/1.7.8-1sarge3

Paul Scott wrote:


I finally read that section as well as the section on multiple movements. From the examples I *might* infer that only piece and opus can be changed in a new score.



That is correct. If it isn't clear, I'll look at making it more clear. (or ideally, you could tell me how to make it more clear. :)

However, the manual for version 2.7 also tells how to include
all headers for every movement, by setting the printallheaders
variable.


Is there a way to have a movement title centered above the new movement which is the way most orchestral parts I read are done?



The easiest way is to simply stick them in separate ly files.


Can separate ly files be put on the same page without using LilyPond Book?

The most interesting way is to redefine scoreTitleMarkup. (I think that's the right name -- take a look at the bottom of "Creating titles".)


It's not clear how that will solve the problem of centered movement names over individual movements *on the same page* (which I hadn't made clear before).

With printallheaders=##t, you can use the ordinary title or
subtitle fields, otherwise you can redefine how the titles for
each subsequent score is printed, for example by

\paper {
 bookTitleMarkup = \markup {
  \fill-line {
    \fromproperty #'header:piece
   }
 }
}

which should center the "piece" field if I'm not mistaken.

  /Mats




reply via email to

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