]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/chord.hh
* lily/text-item.cc (text_to_molecule): new function
[lilypond.git] / lily / include / chord.hh
index 1b6b856927fedc8007c5061d23bf0dacce79e02c..3386d69d2c8ba2ef18b3b08ba5592c7d62fb6f80 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1999--2001 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1999--2002 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 #ifndef CHORD_HH
@@ -16,7 +16,7 @@
   functions
   
   ``chord'' is encoded:
 (PITCHES . (INVERSION . BASS))
+ (PITCHES . (INVERSION . BASS))
 
   Chord:: namespace...  */
 class Chord
@@ -33,7 +33,7 @@ public:
   static SCM add_above_tonic (SCM pitch, SCM pitches);
   static SCM add_below_tonic (SCM pitch, SCM pitches);
   static SCM tonic_add_sub_to_pitches (SCM tonic, SCM add, SCM sub);
-  static Simultaneous_music *get_chord (SCM tonic, SCM add, SCM sub, SCM inversion, SCM bass, SCM dur);
+  static Music *get_chord (SCM tonic, SCM add, SCM sub, SCM inversion, SCM bass, SCM dur);
 };
 
 #endif /* CHORD_HH */