bug-lilypond
[Top][All Lists]
Advanced

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

Lilypond-book problem


From: Georg Dummer
Subject: Lilypond-book problem
Date: Fri, 20 Jan 2006 12:28:33 +0100

Hi,

I have a minimal lytex-example test.lytex and the corresponding lilypondfile
which is the "score-text.ly" from the "Regression tests" in the
documentation.

...and processed with:
lilypond-book -f latex --psfonts --output=lilyout test.lytex 
cd lilyout 
latex test.tex 
dvips -h test.psfonts test.dvi

Then all lines of music are drawn in serveral pictures but all
\markups are put in one picture. The same thing happens if I use the
"\header" instead of the first markup.

Is it possible to put every separate markup, header and line of a score in
different eps-files?

The next thing is: That this picture is put on top of the score (
lily-*-systems.tex ).
Is this a bug?

Many thanks and best regards
Georg

---- test.lytex -----------------
\documentclass[a4paper]{article}
\begin{document}  
\lilypondfile{test.ly}   
\end{document}

---- test.ly --------------------
\renameinput "test.ly"
\version "2.7.20"

\score {
<<
  ...
>>
}
\markup {
  ...
}
\markup {
  ...
}





reply via email to

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