]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.14
authorfred <fred>
Wed, 4 Dec 1996 22:39:51 +0000 (22:39 +0000)
committerfred <fred>
Wed, 4 Dec 1996 22:39:51 +0000 (22:39 +0000)
hdr/lookup.hh

index 29b4aa9c5baa6ce856abc04df16df10fcb715461..90a27fd60fa3fd7156c45714f99b100aacc6ec7d 100644 (file)
@@ -6,6 +6,8 @@
 
 #include "symbol.hh"
 #include "fproto.hh"
+#include "scalar.hh"
+
 struct Lookup {
     Symtables *symtables_;
     
@@ -24,7 +26,7 @@ struct Lookup {
       pos == -3: below staff
       */
 
-    Symbol meter(svec<String>);
+    Symbol meter(svec<Scalar>);
     Symbol stem(Real y1_pos, Real y2_pos);
     Symbol rule_symbol(Real height, Real width);
     Symbol accidental(int);