Right! If you specify one or more header blocks at the top level of the
file, the last one will be used globally for all the scores in the file.
If you want specific titles for each score, include the header block
within the corresponding \score{...} block:
\score{
 ...
 \header{
   ...
 }
}

\score{
 ...
 \header{
   ...
 }
}

...

If you want to set the time signature style once and for all for all the scores, do
\layout{
 ...
 \context{
   \Staff
   \override TimeSignature #'style = #'()
 }
}
see "Changing context default settings" in the manual for more information.

 /Mats


Manuel wrote:

Am 01/12/2006 um 10:21 schrieb Mats Bengtsson:



Manuel wrote:

Since you don't say what error message you get or include your file in the email,
it's impossible to provide any help here.

It says "gescheiterte Dateien".

In that case, I guess that you also get some more warning or error message above that line, which provide more specific information. Please include the
full log.

Right, I will do so, no accusation and many thanks to you. Right now, however, I don't get any error massage at all: I wrote the title for the second piece and it appeared as the title for the first one. Here is the example:

\version "2.10.0"



\layout

{
\context {
\Score
\remove "Bar_number_engraver"

}
}



\header {
title = "Ist ein Wolf in'n Brunnen Gefallen"
arranger = " "
}

\relative b' { \set Staff.instrumentName = " 1 " \override Staff.TimeSignature #'style = #'() \key g \major g a b c d d d d g, a b c d2 d \break g,4 a b c d d d d d c b a g2 g \bar "||"
}

\header {
title = "Summ, summ, summ"
arranger = " "
}

\relative b' { \set Staff.instrumentName = " 2 " \key c \major \override Staff.TimeSignature #'style = #'() d2 c b r a4 b c a g2 r b4 c d b a b c a b c d b a b c a d2 c b r a4 b c a g2 r \bar "||"
}

Manuel



--
=============================================
        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: [EMAIL PROTECTED]
        WWW: http://www.s3.kth.se/~mabe
=============================================



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

Reply via email to