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