]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/pitch.hh
Pitch::Pitch (int, int) is declared but not defined
[lilypond.git] / lily / include / pitch.hh
index cab0c5092202a2b46f4b2b9cc2c96a89c66039c7..eff3f66d79856ce0ea82faec6b15b441c91fb9b3 100644 (file)
@@ -52,8 +52,7 @@ public:
   int get_notename () const;
   Rational get_alteration () const;
 
-  Pitch (int octave, int notename, Rational accidental);
-  Pitch (int octave, int notename);
+  Pitch (int octave, int notename, Rational accidental = 0);
   Pitch ();
 
   Pitch transposed (Pitch) const;