Mozart's Fantasias W. A. Mozart wrote 3 fantasias, the "Fantasie in d" (KV 397), "Fantasie in c" (KV 475), and a fantasia in C major that acts as the prelude in "Praeludium und Fuge in C" (KV 394). Some people also rate the fragment KV 386 as another piano fantasia. But it was originally planned as a movement for a violin and piano sonata, but was not completed. It was taylored by Maximilian Stadler into a piano fantasia, so this is not an originary work by Mozart. It is not included here. Content Fantasia-c-KV475.ly Mozart's piano fantasia in c minor Fantasia-d-KV397.ly Mozart's piano fantasia in d minor PreludeFuge-KV394.ly Mozart's prelude (fanatasia) and fugue Makefile for generating output formats using `make' README.txt this file COPYING/ license texts config/ configuration files, included from source files Generating viewable and printable scores The scores in this package were programmed in the formatter language Lilypond. To get viewable or printable scores, the source files written in Lilypond must be transformed into a graphical file format, usually into the Postscript format. To facilitate this process, a Makefile has been provided. It allows to specify the desired output format by exchanging the filename extension, e.g. to produce Postscript output of the Lilypond source file Fantasia-d-KV397.ly, it is enough to call the following command from the shell prompt: make Fantasia-d-KV397.ps This will automatically generate the Postscript file Fantasia-d-KV397.ps from the original Lilypond file Fantasia-d-KV397.ly . For information on other features, call `make help' from the shell prompt. Licensing The scores presented here are free music scores. To make sure that they stay free, they must be protected by licenses that forbid misuse, but do not limit their freeness. As scores may be printed, recorded, and performed a combination of two free licenses was chosen. The MutopiaBSD is for the output, and the GNU Free Documentation License protects the source files, including the MutopiaBSD message for the output formats. Lilypond programming aspects The scores in this directory were written for Lilypond 1.2.17, actually being regarded as the stablest version. Unfortunately, this version still has a lot of limitations that were already fixed in the developer versions 1.3.x. When compiling the scores, the formatting and converting programs issue some programming errors and warnings, but the compiled result is not disturbed by that. If you know how to fix these bugs please send me a mail. Bernd Warken