lilypond-user
[Top][All Lists]
Advanced

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

Lilypond-book output


From: qc17
Subject: Lilypond-book output
Date: Fri, 09 Dec 2005 16:55:09 +0100
User-agent: Internet Messaging Program (IMP) H3 (4.0.4)

Hi list,

I hope the problem was not discussed in earlier threads.

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

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

Then I get the whole score with the markup in the correct order in one picture which is only suitable for realy small scores. If I comment out the "\book" block the several lines 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?

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"
\book {
   \markup {
        ...
   }
   \score {
        <<
     ...
        >>
   }
   \markup {
   ...
   }
   \markup {
    ...
   }
}





reply via email to

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