]> git.donarmstrong.com Git - lilypond.git/blob - input/test/font.ly
f139a81f1a29b47fc4337fc815094f95dfe305c2
[lilypond.git] / input / test / font.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
12 \include "font-body.ly"
13 \score{
14         \paper{ 
15             % don't change this.
16             % otherwise 16pt and 20pt layouts differ.
17             linewidth = 12.5 \cm;
18             gourlay_maxmeasures =5.;
19         }
20         \paper{
21             \paper_twenty
22             linewidth = 17.5 \cm;
23             gourlay_maxmeasures =5.;
24             \output "font20.tex";
25         }
26 }
27