]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.7
authorfred <fred>
Sun, 24 Mar 2002 19:53:15 +0000 (19:53 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:53:15 +0000 (19:53 +0000)
lily/include/super-elem.hh

index d090ea707a3c06909dcb769378f33cf8352bad3b..c6b7360e05a5338d673e680f57f136466ef25fa3 100644 (file)
 #define SUPER_ELEM_HH
 
 #include "score-elem.hh"
-/** The toplevel element. The PScore contains this element, and any
+/** The toplevel element. The Paper_score contains this element, and any
   element shoud be a dependency for the super element.
   */
-class Super_elem : public virtual Score_elem {
+class Super_elem : public Score_elem {
 public:
     Link_array<Line_of_score> lines_arr_;
     Line_of_score * line_of_score_l_;