lilypond-user
[Top][All Lists]
Advanced

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

Re: dvips Problem, Round II


From: Will Oram
Subject: Re: dvips Problem, Round II
Date: Fri, 05 Sep 2003 12:54:18 -0400

I'm pretty sure it's not my code's fault.

After five test files -- three from Mutopia, one from examples, and one from templates -- the same error occurs. The simplest code that I used, for example (found here: http://lilypond.org/doc/v1.8/input/template/out-www/lily-1028983572.ly ):

% Generated automatically by: lilypond-book.py
% options are filename=/home/hanwen/usr/src/savannah/lily/lilypond-1.8/input/ template/piano.ly printfilename
\include "paper16.ly"
\paper  {
  linewidth = 455.244096\pt


}
\version "1.7.18"

\header {
  texidoc = "Simple piano music."
}

upper = \notes\relative c'' {
  a b c d
}

lower = \notes\relative c {
  a2 c
}

\score {
  \context PianoStaff <
    %\time 4/4
    \context Staff = upper \upper
    \context Staff = lower <
      \clef bass
      \lower
    >
  >
  \paper { }
  \midi { }
}

Thanks.

On Friday, September 5, 2003, at 07:36  AM, Mats Bengtsson wrote:



Will Oram wrote:
Thank you to whomever noted I forgot to report my problem in -V mode.
So, let's fix my question up a little:

I am using Mac OS X, and installed lilypond and its components through
fink. This is the first time I've run lilypond 1.8, as well as lilypond
at all on this new computer of mine. So, naturally, first test runs
have problems.

Whatever I attempt to process through ly2dvi, I get this bundle of
errors (if seen in verbose mode):
...
warning: no LilyPond output found for `test'

This indicates a problem in your input file test.ly!
Please try to download some example file from
http://lilypond.org/doc/v1.8/Documentation/out-www/
or send us a copy of your input file if you still
have a problem.

  /Mats






reply via email to

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