From 7951db8fc38152a65206d1386b7698a444be7058 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:39:28 +0000 Subject: [PATCH] lilypond-0.0.52 --- lily/include/note-column.hh | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/lily/include/note-column.hh b/lily/include/note-column.hh index b5d71798b3..b6562ed83b 100644 --- a/lily/include/note-column.hh +++ b/lily/include/note-column.hh @@ -10,28 +10,35 @@ #ifndef NOTE_COLUMN_HH #define NOTE_COLUMN_HH #include "item.hh" +#include "interval.hh" -/** - a struct for treating a group of noteheads (noteheads, stem, scripts ) - as a single entity. - */ +/** a struct for treating a group of noteheads (noteheads, stem + (chord) and scripts ) as a single entity. */ class Note_column : public Item { - Stem * stem_l_; - Array head_l_arr_; - Array