Jos� Luis Cruz wrote:
Hi list,

there are two things that doesn't goes, when including lilypond code into latex. And 
according to the documentation, they are supported. I give 2 examples.
I should be very much obliged if anybody could bring some light about this. My lilypond \version 
= "2.0.0"


1) All the text should be in the same line. But the text breaks after the lilypond code. --------------------------------- \noindent Some notes used \lilypond[11pt]{c' e' g'} inline.

It seems that the correct handling is only implemented for texi documents, not for LaTeX documents. However, there's a simple workaround, just add the line \newcommand{\lilypondbook}{} somewhere before \begin{document}.

2) Can't specify the filename.
------------------------------
\begin[filename=scales,eps]{lilypond} %% nor [filename="scales",eps]
\paper { linewidth=-1.0 } \score { \context Voice \notes\relative c' {
c d e f g a b c }
}
\end{lilypond}

Also this one is a clear bug.


Mats



_______________________________________________
Bug-lilypond mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to