bug-lilypond
[Top][All Lists]
Advanced

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

Re: lilypond-book (filename & inlining)


From: Mats Bengtsson
Subject: Re: lilypond-book (filename & inlining)
Date: Mon, 06 Oct 2003 13:25:15 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030312



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





reply via email to

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