On Friday 04 March 2005 18.05, Mats Bengtsson wrote:
> I would recommend latex-book. A simple example could look somewhat like:
> \documentclass[a4paper]{article}
> \begin{document}
>
> \lilypondfile{myfile.ly}
>
> \begin{enumerate}
>    % Use the automatic numbering, but start after verse 2:
>    \setcounter{enumi}{2}
>    % Use \item to start each new verse
>    % Break lines with \\
> \item First line\\
>    second line
>
> \item New verse \\
>    new line
>
> \end{enumerate}
> \end{document}
>
> assuming that you already have written a separate file myfile.ly with
> the actual music. You could also include the lilypond input directly
> in the file if you want to keep it together, see the manual.
>

There is a new feature in 2.5.15 (released today), to add text before and 
after a score. This might be the way you want to do this when 2.6 is out.
See:
http://lilypond.org/doc/v2.5/Documentation/topdocs/out-www/NEWS.html

Erik


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

Reply via email to