lilypond-user
[Top][All Lists]
Advanced

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

Lilypond-book output


From: Georg Dummer
Subject: Lilypond-book output
Date: Sun, 8 Jan 2006 17:02:27 +0100

Hi to all,

I'd like to repeat my question, I asked nearly one month ago but still
without an answer.

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 I get the whole score with the markup in the correct order but 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?

I also tried the Windows-Version (lilypond works fine):
C:\...\lilypond\test>c:\Programme\LilyPond\usr\bin\lilypond-book.py
test.lytex
Traceback (most recent call last):
  File "c:\Programme\LilyPond\usr\bin\lilypond-book.py", line 35, in ?
    import tempfile
  File "/usr/lib/python2.4/tempfile.py", line 33, in ?
  File "/usr/lib/python2.4/random.py", line 828, in ?
  File "/usr/lib/python2.4/random.py", line 95, in __init__
  File "/usr/lib/python2.4/random.py", line 111, in seed
ImportError: No module named time

Do I have to do something else, except double click the executable (set some
environment variabales ...) to install Lilypond on Windows.

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]