]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/paper-def.hh
release: 0.0.68pre
[lilypond.git] / lily / include / paper-def.hh
index 1c067669e94634683a832e6529a91c677d680fbe..2ce328406b9f4bda4972b0b203fcd6475c6733b2 100644 (file)
@@ -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_;