]> git.donarmstrong.com Git - lilypond.git/blob - input/test/font26.ly
patch::: 1.3.134.jcn1
[lilypond.git] / input / test / font26.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";
8 % "(Feta definitively is not an abbreviation of Font-En-TjA)";
9 }
10
11 \include "paper26.ly"
12 \include "font-body.ly"
13
14 \score{
15         \FontBody
16         \paper{
17             \paperTwentysix
18             linewidth = 17.5 \cm;
19             gourlay_maxmeasures =5.;
20         }
21 }
22