]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.32
authorfred <fred>
Sun, 24 Mar 2002 19:31:36 +0000 (19:31 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:31:36 +0000 (19:31 +0000)
hdr/clefitem.hh

index b7ea93caaa8e5453b416ea8ea210399973748a4c..2e67a7d094785306670a076e805dd968ed2e41ce 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
-  clefitem.hh -- part of LilyPond
+  clefitem.hh -- declare Clef_item
 
   (c) 1996,97 Han-Wen Nienhuys
 */
 
 
 struct Clef_item : Item {
-    const char * name() const;
     String type;
     int y_off;
+
+    /// is this a change clef (smaller size)?
     bool change;
 
 
     /* *************** */
-
+    const char * name() const;
     Clef_item();
-    void read(Clef);
+    void read(Clef_register const&);
     void read(String);
     Molecule* brew_molecule_p()const;
 };