bug-lilypond
[Top][All Lists]
Advanced

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

Re: header in \score


From: Mats Bengtsson
Subject: Re: header in \score
Date: Tue, 02 Aug 2005 13:26:17 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511

I didn't know about this feature/bug either!
However, you may want to use
\paper{
   scoreTitleMarkup = \bookTitleMarkup
}
anyway in your case to get full titles on all scores.

   /Mats

Graham Percival wrote:
When you define the \header inside the \score block, only the piece
(and presumably opus) fields are printed.  Is this expected behaviour?
If the \header is defined before the \score (ie
\header{}
\score{}

then all headers are printed.


% 2.6.1, only piece is printed, not title.
\score{
{ c'\f }
\header{
  title="title"
  piece="piece"
}
}



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

--
=============================================
        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]