]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.26
authorfred <fred>
Sun, 24 Mar 2002 19:29:59 +0000 (19:29 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:29:59 +0000 (19:29 +0000)
hdr/bar.hh
hdr/clefitem.hh
hdr/keyitem.hh
hdr/meter.hh
hdr/textitem.hh

index 2df42d65030c88ca3f6b9613ba0336a8d498aba4..a6cd8d4d048e7a799ee329cc40e553dd5b376ac2 100644 (file)
@@ -9,6 +9,7 @@
 #include "item.hh"
 
 struct Bar: Item {
+    const char * name() const;
     String type;
     
     Bar(String type);
index 9dbfffe5cd36249d3ff75bce34563e705a62cc5e..c07087e0734e59f029ccd7f3b24a1e0a942035e9 100644 (file)
@@ -11,6 +11,7 @@
 
 
 struct Clef_item : Item {
+    const char * name() const;
     String type;
     int y_off;
     bool change;
index dca7d7213567e79a48f6605ec2bd23676ae8a0e0..71a7dba2b1faa830e03d04e9d5514bdb426245b2 100644 (file)
@@ -14,6 +14,7 @@ struct Clef;
 
 /// 
 struct Keyitem : Item {
+    const char * name() const;
     Array<int> pitch;
     Array<int> acc;
     int c_position;
index 1557ce4709464f189f4a6d9708a6db563a7ad401..835b661bae2eb29c963d51668c773f50a0963505 100644 (file)
@@ -10,6 +10,7 @@
 #include "varray.hh"
 
 struct Meter: Item {
+    const char * name() const;
     Array<Scalar> args;
     /****************/
     
index bd4ea924d23134f2460f458eab556ee25e269ffe..ebf7656276a8233fa890436f05f6ac87697066a1 100644 (file)
@@ -11,6 +11,7 @@
 #include "item.hh"
   
 struct Text_item : Item {
+    const char * name() const;
     int pos_i_;
     int staffsize_i_;
     int dir_i_;