]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/local-key-item.hh
release: 1.3.58
[lilypond.git] / lily / include / local-key-item.hh
index ca368dc30a8960acd0e4442a1de854e9c09ce5da..400d7de2a7af387ed40dbadbac89cab554616bdd 100644 (file)
@@ -43,12 +43,11 @@ public:
   Local_key_item (SCM );
    static SCM scheme_molecule (SCM);
   
-void add_pitch (Musical_pitch, bool cautionary, bool natural);
+  void add_pitch (Musical_pitch, bool cautionary, bool natural);
 protected:
   virtual void before_line_breaking ();
   virtual Molecule do_brew_molecule() const;
-
-
 };
+
 #endif // LOCALKEYITEM_HH