]> git.donarmstrong.com Git - lilypond.git/blob - input/test/font16.ly
release: 1.1.43
[lilypond.git] / input / test / font16.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.19";
11 \include "paper16.ly"
12 \include "font-body.ly"
13
14 \score{
15         \FontBody
16         \paper{ 
17             % don't change this.
18             % otherwise 16pt and 20pt layouts differ.
19             \paper_sixteen
20             linewidth = 12.5 \cm;
21             gourlay_maxmeasures =5.;
22         }
23 }
24