]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/rest.cc
release: 0.0.40
[lilypond.git] / lily / rest.cc
index 0e4394a3c6f5694fb7c5d3218e1cd2dd33e7c45c..39347b1d5bc1f7bf8628d3ab8818a2b0bf3d134d 100644 (file)
@@ -28,11 +28,11 @@ Rest::brew_molecule_p()const
     Paper_def *p =paper();
 
     Symbol s;
-    s = p->lookup_p_->rest(balltype);
+    s = p->lookup_l()->rest(balltype);
     
     Molecule *m = new Molecule(Atom(s));
     if (dots) {
-       Symbol d =p->lookup_p_->dots(dots);
+       Symbol d =p->lookup_l()->dots(dots);
        Molecule dm;
        dm.add(Atom(d));
        m->add_right(dm);