]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/time-signature.hh
patch::: 1.3.58.jcn2
[lilypond.git] / lily / include / time-signature.hh
index e09572632fa9d4338b4705eb4136ffc74f75397e..ea338b29a45511c3f38547b5faa7a3320799ec20 100644 (file)
   C style time_signatures, 2+3+2/8 time_signatures, alla breve.
   
  */
-class Time_signature: public Item {
+class Time_signature: public Item
+{
+  Molecule special_time_signature (String,int,int) const;
+  Molecule time_signature (int, int)const;
+  
 protected:
-  virtual Molecule*do_brew_molecule_p() const;
+  Molecule do_brew_molecule() const;
 public:
-  Time_signature () ;
+  Time_signature (SCM);
+ static SCM scheme_molecule (SCM);
+  
 
   /*
     TODO: make this SCM!