]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/music.hh
2003 -> 2004
[lilypond.git] / lily / include / music.hh
index ac462525eecd659fff8d9ffaac34fc2a12380478..95a9777f3b1cd2c69c91f401c669d07edcfbc600 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
@@ -47,7 +47,7 @@ public:
   bool internal_is_music_type (SCM) const;
   
   virtual Pitch to_relative_octave (Pitch);
-
+  String name ()const;
   /// The duration of this piece of music
   virtual Moment get_length () const;
   virtual Moment start_mom () const;