]> git.donarmstrong.com Git - lilypond.git/blobdiff - hdr/clefitem.hh
partial: 0.0.38.hanjan
[lilypond.git] / hdr / clefitem.hh
index 9dbfffe5cd36249d3ff75bce34563e705a62cc5e..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 {
     String type;
     int y_off;
-    bool change;
 
+    /// 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;
 };