X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=blobdiff_plain;f=lily%2Finclude%2Fpaper-def.hh;h=2ce328406b9f4bda4972b0b203fcd6475c6733b2;hb=036af34aa44a151b9e67c18e0acccaafdfae9de8;hp=1c067669e94634683a832e6529a91c677d680fbe;hpb=0d2593e4ef1f3d1eb6994223f1de8f6c8fbcd066;p=lilypond.git diff --git a/lily/include/paper-def.hh b/lily/include/paper-def.hh index 1c067669e9..2ce328406b 100644 --- a/lily/include/paper-def.hh +++ b/lily/include/paper-def.hh @@ -1,5 +1,5 @@ /* -paper-def.hh -- declare Paper_def + paper-def.hh -- declare Paper_def source file of the GNU LilyPond music typesetter @@ -20,14 +20,15 @@ paper-def.hh -- declare Paper_def symbols, dimensions and constants This struct takes care of all kinds of symbols, dimensions and - constants. Most of them are related to the point-size of the fonts, - so therefore, the lookup table for symbols is also in here. - - TODO: - - add support for multiple fontsizes - split into "Input_paper_def" and Paper_def - add support for other len->wid conversions. + constants. Most of them are related to the point-size of the fonts, + so therefore, the lookup table for symbols is also in here. + + TODO: + + add support for multiple fontsizes + split into "Input_paper_def" and Paper_def + add support for other len->wid conversions. + */ class Paper_def { Lookup *lookup_p_;