bug-lilypond
[Top][All Lists]
Advanced

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

Re: Repeating title


From: Mats Bengtsson
Subject: Re: Repeating title
Date: Thu, 15 Jan 2004 18:24:03 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031007

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 <address@hidden> 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: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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