]> git.donarmstrong.com Git - lilypond.git/blob - input/test/font16.ly
release: 1.0.15
[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.7";
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