There's actually a dirty trick to typeset the full title in several
consecutive \score{...} sections in the same file.
Just include the following text markup on some note in the first score
^"\\gdef\\mustmakelilypondtitle{}"

However, it triggers a LaTeX error that I'm not competent enough to
solve, so you don't get any output files directly from the lilypond
command. So, you have to run the following steps:
 lilypond -k myfile.ly
 cd lilypond.dir/
 latex myfile.latex
     ### Press R and RETURN after the error message
 dvips -Ppdf -u+lilypond myfile.dvi
 ps2pdf myfile.ps
 cd ..

Feature request, sent to bug-lilypond:

Of course, it would be better if someone can rewrite the titling
macros to avoid the error message (I have suffered from it also
when trying to use the titling commands for several scores within
a lilypond-book document). Also, it would be nice with an extra
option to lilypond.sh (settable also within the \header{} section).

/Mats

Arvid Grøtting wrote:
Alberto Manuel Brandão Simões <[EMAIL PROTECTED]> writes:


This is what I'm trying to do (I have two score blocks) but the title
appears only one time.


Ah, right.  You might have to have the score blocks in separate files
(and \include the music file itself).


-- ============================================= 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
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to