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