]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.10
authorfred <fred>
Fri, 15 Nov 1996 22:30:41 +0000 (22:30 +0000)
committerfred <fred>
Fri, 15 Nov 1996 22:30:41 +0000 (22:30 +0000)
hdr/beam.hh

index 4cbc2ea0c20d20044b426a5efd1b998ceabe2e6f..138175d8ec536bc33f006899a69fb1fb5e4a92a3 100644 (file)
@@ -8,11 +8,11 @@
 #define BEAM_HH
 #include "proto.hh"
 #include "spanner.hh"
-#include "list.hh"
+#include "plist.hh"
 
 /// a beam connects multiple stems 
 struct Beam: public Spanner {
-    List<Stem*> stems;
+    PointerList<Stem*> stems;
     Real slope;
     Real left_pos;
     /// -1 below heads, +1 above heads.