The Feta font provides musical symbols at seven different sizes. These fonts are 11 point, 13 point, 16 point, 20 point, 23 point, and 26 point. The point size of a font is the height of the corresponding staff (excluding line thicknesses).
Definitions for these sizes are the files paperSZ.ly
, where
SZ
is one of 11, 13, 16, 20, 23 and 26. If you include any
of these files, the variables paperEleven
,
paperThirteen
, paperSixteen
,
paperTwenty
, paperTwentythree
, and paperTwentysix
are defined respectively. The default \paper
block is also
set. These files should be imported at toplevel, i.e.
\include "paper26.ly" \score { ... }
The default font size settings for each staff heights are generated
from the 20pt style sheet. For more details, see the file
scm/font.scm
.
This page is for LilyPond-2.0.0 (stable-branch).