]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/breathing-sign.hh
release: 1.3.56
[lilypond.git] / lily / include / breathing-sign.hh
index fb212868b535e97e41409fd66458eab56441465b..a2b0181d2b6bc0f4b3224bab07bfd3d8a9154112 100644 (file)
@@ -20,6 +20,8 @@
 class Breathing_sign : public Item
 {
 public:
+  static SCM scheme_molecule (SCM);
+  
   VIRTUAL_COPY_CONS(Score_element);
   Breathing_sign (SCM s);
 protected:
@@ -27,6 +29,4 @@ protected:
   virtual Molecule do_brew_molecule () const;
 };
 
-
-
 #endif // BREATHING_SIGN_HH