Hello list, hello Mats,
You wrote:
> I haven't found this irritating enough to really try to dig into the
> problem before, but now I have submitted a solution to the CVS
> archive, to be included in the next release version.
>
> If you want the fix but otherwise stick to your current LilyPond
>
I haven't found this irritating enough to really try to dig into the
problem before, but now I have submitted a solution to the CVS
archive, to be included in the next release version.
If you want the fix but otherwise stick to your current LilyPond
version, download the latest version of the file
Hello list, hello Mats,
You wrote:
> The TeX command that typesets the titles also resets the
> definition of mustmakelilypondtitle{}, so if you want
> another title in the same file, you have to repeat
> \def\mustmakelilypondtitle{}
> before every new score.
Even that I'd tried before, but
>
The TeX command that typesets the titles also resets the
definition of mustmakelilypondtitle{}, so if you want
another title in the same file, you have to repeat
\def\mustmakelilypondtitle{}
before every new score.
If you get a warning or error when running LaTeX, just press
'R' and RETURN and the
Hi,
meanwhile (following another tip from Mats, thanks! :)
I've changed the two lines
\input titledefs.tex
\def\preLilyPondExample{\def\mustmakelilypondtitle{}}
to
\input{titledefs}
\def\mustmakelilypondtitle{}
Now it works, but only for the first piece of music (lilypondfile),