]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/pitch.cc
Oops.
[lilypond.git] / lily / pitch.cc
index fa68b2d1bab2a4041653d2148648b4bc5dd00658..bc8a9e45a6cd9b8467ecc3af1344deed84da3998 100644 (file)
@@ -67,6 +67,10 @@ Pitch::tone_pitch () const
       o--;
     }
 
+  /*
+    we're effictively hardcoding the octave to 6 whole-tones,
+    which is as arbitrary as coding it to 1200 cents
+  */
   Rational tones ((o + n / scale_->step_tones_.size ()) * 6, 1);
   tones += scale_->step_tones_[n % scale_->step_tones_.size ()];