]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.22
authorfred <fred>
Mon, 6 Jan 1997 22:35:40 +0000 (22:35 +0000)
committerfred <fred>
Mon, 6 Jan 1997 22:35:40 +0000 (22:35 +0000)
src/item.cc
src/rhythmstaff.cc

index 64dcc1e1f448e0e57fe2807efc43dc4e52325937..11096c95c006e305042076c207ed8999517b95b7 100644 (file)
@@ -3,7 +3,7 @@
 
 Item::Item()
 {
-    pcol_ = 0;
+    pcol_l_ = 0;
 }
 
 void
index 9142986abce6dd65af07115de91d12fd73da98bd..c78eedb256c7cf2abfafda1f2b61d7833d38dd14 100644 (file)
@@ -25,7 +25,7 @@ Rhythmic_staff::get_TYPESET_item(Command *com)
     Item *i = Simple_staff::get_TYPESET_item(com);
     if (!i) return 0;
     i->translate(Offset(0,
-                       -score_->paper_->standard_height()/2));
+                       -score_l_->paper_p_->standard_height()/2));
     return i;
 }