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