]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/music-list.hh
2003 -> 2004
[lilypond.git] / lily / include / music-list.hh
index 1d74ba0438dc40230efe45075da409116419c3e0..e9fc937584a8812e35f2b57210f36a8ff1d9350c 100644 (file)
@@ -4,7 +4,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
@@ -26,17 +26,14 @@ public:
   Simultaneous_music ();
 };
 
-/**
-  The event is a collection of Events. A note that you enter in lilypond is 
-  one Event_chord, one syllable of lyrics is one Event_chord
+/*
+  A chord.
  */
 class Event_chord : public Simultaneous_music
 {
 public:
   VIRTUAL_COPY_CONS (Music);
-  virtual Moment start_mom () const;
-
-  Event_chord ();
+  virtual Pitch to_relative_octave (Pitch);
 };
 
 /**