]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.7
authorfred <fred>
Sun, 24 Mar 2002 19:47:38 +0000 (19:47 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:47:38 +0000 (19:47 +0000)
flower/include/dstream.hh
lily/include/paper-def.hh

index 63130d1204217978496e1c7eb22f32eebe458ed6..19fd8acab26592fa55bf62a846582c9481391af1 100644 (file)
@@ -16,7 +16,7 @@ const char eol= '\n';
 template<class K,class V>
 struct Assoc;
 
-/**  debug stream. 
+/**  Debug stream. 
    a class for providing debug output of nested structures,
    with indents according to \{\}()[].
 
@@ -47,11 +47,12 @@ public:
     /**
       if rcfile == 0, then do not read any rc file.
       */
-      
     Dstream(ostream *r, char const * rcfile);
     virtual ~Dstream();
     Dstream &identify_as(String s);
 
+/** Output a string via the Dstream. This is the only output
+ interface. It delegates all conversion to String class.  */
     Dstream &operator << (String s);
     /**
       Output memory locations.
index d172c0bc389b1084649449e341d245baae16e9ca..44fc05e12a2b96545161e5c439a7aadd48c368c6 100644 (file)
@@ -18,7 +18,7 @@
 
 /** 
 
-  symbols, dimensions and constants
+  Symbols, dimensions and constants pertaining to visual output.
 
   This struct takes care of all kinds of symbols, dimensions and
   constants. Most of them are related to the point-size of the fonts,
@@ -68,7 +68,7 @@ public:
     /// height of the staff
     Real standard_height()const;
 
-    /// width of a quaver ball
+    /// width of a crotchet ball
     Real note_width() const;
     void print() const;