]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/music-list.hh
2003 -> 2004
[lilypond.git] / lily / include / music-list.hh
index c2895a1fdd6fdb4d637833904dc62ea93f472aa3..e9fc937584a8812e35f2b57210f36a8ff1d9350c 100644 (file)
@@ -4,7 +4,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>
 */
 
 
@@ -26,17 +26,14 @@ public:
   Simultaneous_music ();
 };
 
-/**
-  The request is a collection of Requests. A note that you enter in lilypond is 
-  one Request_chord, one syllable of lyrics is one Request_chord
+/*
+  A chord.
  */
-class Request_chord : public Simultaneous_music
+class Event_chord : public Simultaneous_music
 {
 public:
   VIRTUAL_COPY_CONS (Music);
-  virtual Moment start_mom () const;
-
-  Request_chord ();
+  virtual Pitch to_relative_octave (Pitch);
 };
 
 /**