]> git.donarmstrong.com Git - lilypond.git/blobdiff - midi2ly/include/duration-convert.hh
patch::: 1.5.18.moh1: [PATCH] 1.4 Lyric alignment
[lilypond.git] / midi2ly / include / duration-convert.hh
index 7211cd9053b332edb6b1f2151572e6ad049c4a78..db6818e2f242e35852cfa6b0db120513a0b60741 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the LilyPond music typesetter
 
-  (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
@@ -48,7 +48,7 @@ struct Duration_convert {
   /// Return Rational representation (fraction of whole note).
   static Rational dur2_mom (Duration dur );
 
-  /// Return Mudela string representation.
+  /// Return Lilypond string representation.
   static String dur2_str (Duration dur );
 
   /// Return duration from Rational (fraction of whole) representation.