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 {
...
}
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond