lilypond-user
[Top][All Lists]
Advanced

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

lilypond-book mysteries


From: David Bobroff
Subject: lilypond-book mysteries
Date: Sat, 20 Aug 2005 07:38:20 +0000

I'm anticipating a possible need for lilypond-book.  I've been
experimenting with a short file to see how everything interacts so I can
get a feel for how it works.

I've run into some unexpected results.  If I run this through straight
LilyPond (2.7.6) it's fine:


%% File myfile.ly

\score {
  \relative c' {
    c1 \break
    c
  }
}


It becomes mysterious, however, if I call the above *.ly file from
lilypond-book:

%% File test.lytex

\documentclass{article}
\usepackage[margin=3cm, noheadfoot]{geometry}
\usepackage{graphicx}
\begin{document}

\lilypondfile{myfile.ly}

\end{document}

%%%

If I use options in [] before {myfile.ly} the music is printed on a
single line despite the \break.  Is this because it is now treated as a
"fragment"?

I also lose the normal indentation, which I would like to keep, that is
present when using plain LilyPond.

Also, when running dvips I get this output in the console:

This is dvips(k) 5.92b Copyright 2002 Radical Eye Software
(www.radicaleye.com)
' TeX output 2005.08.20:0730' -> dent.ps
dvips: Font CenturySchL-Roma used in file lily-602189417-1.eps is not in
the mapping file.
dvips: Font PFAEmmentaler-20 used in file lily-602189417-1.eps is not in
the mapping file.
<tex.pro><alt-rule.pro><dent.psfonts><texc.pro><f7b6d320.enc><texps.pro>
<special.pro>.
<cmr10.pfb>[1<lily-602189417-1.eps><lily-602189417-2.eps>]
address@hidden out]#

-David

Fedora Core 3





reply via email to

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