]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/font.ly
patch::: 1.3.140.jcn7
[lilypond.git] / input / test / font.ly
index 45b940cc1944109431b3ed924e82a47a90999ac2..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,27 +0,0 @@
-\header{
-title= "The Feta Font";
-subtitle = "proofsheet"; 
-enteredby =     "jcn & hwn";
-copyright =     "public domain";
-description = "This file tests the Feta music font";
-% "(Feta definitively is not an abbreviation of Font-En-TjA)";
-}
-
-\version "1.2.0";
-
-\include "font-body.ly"
-\score{
-       \paper{ 
-           % don't change this.
-           % otherwise 16pt and 20pt layouts differ.
-           linewidth = 12.5 \cm;
-           gourlay_maxmeasures =5.;
-       }
-       \paper{
-           \paper_twenty
-           linewidth = 17.5 \cm;
-           gourlay_maxmeasures =5.;
-           output =  "font20.tex";
-       }
-}
-