> Hi,
> I'm trying to use lilypond on a linux machine. Unfortunately I've run into
> a problem -- apparently I'm using an "incorrect mudela version", whatever
> this might mean (!?!)

It means that you have a statement in your file that says

\version "1.2.0";

which tells Lilypond that the file is written for version 1.2.0 of
Lilypond, whereas your Lilypond is much older and has version 1.1.37.
I recommend that you install a fresh Lilypond or change the input
file to match your current Lilypond (in those days, the version 
number in the input file wasn't the same as the version number
of Lilypond itself, but from the printout it seems that you could
try with \version "1.0.15";).

You can read about the \version command as well as all (?) other
commands in the Reference Manual, but note that the manual you find
on the Lilypond webpage today describes things that were not implemented
in your version.

    /Mats


Reply via email to