]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/note-column.hh
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / include / note-column.hh
index a6abdb3324a0f071caa8323b7b84b2e77609eb63..5085ee52ebf8a91287360b60726512b4c3487395 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef NOTE_COLUMN_HH
@@ -22,6 +22,7 @@ public:
   static int shift_compare (Grob *const &, Grob *const &);
   static Direction dir (Grob *me);
   static Grob *accidentals (Grob *me);
+  static Grob *arpeggio (Grob *me);
   static Slice head_positions_interval (Grob *me);
   static Direction static_dir (Grob *);
   static void translate_rests (Grob *me, int dy);