]> git.donarmstrong.com Git - lilypond.git/blob - input/test/font16.ly
2540a407889dc29cdbaadbf8b588d03b7e003abb
[lilypond.git] / input / test / font16.ly
1 \header{
2 title= "The Feta Font";
3 subtitle = "proofsheet"; 
4 enteredby =      "jcn & hwn";
5 copyright =      "public domain";
6 description = "This file tests the Feta music font";
7 % "(Feta definitively is not an abbreviation of Font-En-TjA)";
8 }
9
10 \version "1.0.1";
11 \include "font-body.ly"
12
13 \score{
14         \FontBody
15         \paper{ 
16             % don't change this.
17             % otherwise 16pt and 20pt layouts differ.
18             linewidth = 12.5 \cm;
19             gourlay_maxmeasures =5.;
20         }
21 }
22