]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/pitch.cc
* lily/font-select.cc (get_font_by_design_size): revert
[lilypond.git] / lily / pitch.cc
index 556df4b282d761dc4c4b6206726c104b3342624b..23c69bc7ecf59d24d0d5c8c3a10a75af92bd83b6 100644 (file)
@@ -1,9 +1,9 @@
 /*
-  musical-pitch.cc --  implement Pitch
+  musical-pitch.cc -- implement Pitch
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1998--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1998--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 #include "pitch.hh"
@@ -157,7 +157,7 @@ pitch_interval (Pitch const & from , Pitch const & to )
 
            to.get_alteration () - from.get_alteration ());
 
-  return pt.transposed (Pitch (0,0,sound - pt.quartertone_pitch ()));
+  return pt.transposed (Pitch (0, 0, sound - pt.quartertone_pitch ()));
 }