lilypond-user
[Top][All Lists]
Advanced

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

Re: "Extra" verses


From: Erik Sandberg
Subject: Re: "Extra" verses
Date: Fri, 11 Mar 2005 16:44:51 +0100
User-agent: KMail/1.7.2

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




reply via email to

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