]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/text-item.hh
release: 0.1.8
[lilypond.git] / lily / include / text-item.hh
index 0019a5f8e0da5e42c7e395bc05c7726d491e2f53..45436405401352897085df8b73715e42120e5a75 100644 (file)
@@ -15,7 +15,7 @@
   print a fixed width text above or below the staff.
  */
 class Text_item : public Item ,public Staff_side{
-    void init(Text_def* tdef_l); 
+    void init (Text_def* tdef_l); 
  
 public:
 
@@ -24,7 +24,7 @@ public:
     
     /* ***************/
 
-    Text_item(General_script_def*,int dir=0);
+    Text_item (General_script_def*,int dir=0);
     virtual ~Text_item();
     DECLARE_MY_RUNTIME_TYPEINFO;