From: fred Date: Sun, 24 Mar 2002 19:39:36 +0000 (+0000) Subject: lilypond-0.0.52 X-Git-Tag: release/1.5.59~4940 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5ec0d6f799a828b08478c6459a6b4ca0a7e16c26;p=lilypond.git lilypond-0.0.52 --- diff --git a/Documentation/CodingStyle.pod b/Documentation/CodingStyle.pod index 468c63a260..9f13c7bbd3 100644 --- a/Documentation/CodingStyle.pod +++ b/Documentation/CodingStyle.pod @@ -81,6 +81,7 @@ http://www.zib.de/Visual/software/doc++/index.html /* C style comments for multiline comments. + They come before the thing to document. [...] */ @@ -247,6 +248,7 @@ use no, or pick less silly, abbrvs. =item * use non-ambiguous postfixes C + =back Macros, Cs and Cs are all uppercase, diff --git a/lily/include/item.hh b/lily/include/item.hh index 3a1efa36c7..cae928961f 100644 --- a/lily/include/item.hh +++ b/lily/include/item.hh @@ -25,7 +25,7 @@ public: virtual Item *item() { return this; } Item(); void do_print()const; - + Real hpos_f() const; NAME_MEMBERS(Item); };