From: fred Date: Sun, 24 Mar 2002 19:31:36 +0000 (+0000) Subject: lilypond-0.0.32 X-Git-Tag: release/1.5.59~5400 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7c7a0303ebe1ad18897f22b3d844db4c913869db;p=lilypond.git lilypond-0.0.32 --- diff --git a/hdr/clefitem.hh b/hdr/clefitem.hh index b7ea93caaa..2e67a7d094 100644 --- a/hdr/clefitem.hh +++ b/hdr/clefitem.hh @@ -1,6 +1,6 @@ /* - clefitem.hh -- part of LilyPond + clefitem.hh -- declare Clef_item (c) 1996,97 Han-Wen Nienhuys */ @@ -11,16 +11,17 @@ 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; };