]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/pitch-interval.hh
* flower
[lilypond.git] / lily / include / pitch-interval.hh
index 0b621c3c5cd6b40272b0845e2ffd349dea5c056d..9a762d370d02456862c70762b14c17b45fdb84bc 100644 (file)
@@ -1,10 +1,9 @@
-/* 
+/*
   pitch-interval.hh -- declare Pitch_interval
-  
+
   source file of the GNU LilyPond music typesetter
-  
+
   (c) 2004--2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
-  
 */
 
 #ifndef PITCH_INTERVAL_HH
 
 #include "pitch.hh"
 
-class Pitch_interval : public Drul_array<Pitch> 
+class Pitch_interval : public Drul_array<Pitch>
 {
 public:
-  Pitch_interval();
-  Pitch_interval(Pitch, Pitch);
+  Pitch_interval ();
+  Pitch_interval (Pitch, Pitch);
   void add_point (Pitch);
   bool is_empty () const;
 };