From 22e939015a5c3195b71dc6a919341c4f72ecee17 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:47:38 +0000 Subject: [PATCH] lilypond-0.1.7 --- flower/include/dstream.hh | 5 +++-- lily/include/paper-def.hh | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/flower/include/dstream.hh b/flower/include/dstream.hh index 63130d1204..19fd8acab2 100644 --- a/flower/include/dstream.hh +++ b/flower/include/dstream.hh @@ -16,7 +16,7 @@ const char eol= '\n'; template 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. diff --git a/lily/include/paper-def.hh b/lily/include/paper-def.hh index d172c0bc38..44fc05e12a 100644 --- a/lily/include/paper-def.hh +++ b/lily/include/paper-def.hh @@ -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; -- 2.39.5