]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/local-key-item.cc
release: 1.3.33
[lilypond.git] / lily / local-key-item.cc
index 249abd0743389dd843a477ec07924803cff7e359..354e49cd1e92a4603dd3f37109d2f6df80076c20 100644 (file)
@@ -33,7 +33,7 @@ Local_key_item::add_pitch (Musical_pitch p, bool cautionary, bool natural)
 
 
 void
-Local_key_item::do_pre_processing()
+Local_key_item::before_line_breaking ()
 {
   accidental_arr_.sort (Local_key_cautionary_tuple::compare);
 }
@@ -126,7 +126,7 @@ Local_key_item::do_brew_molecule() const
 
        Box b(Interval (0, gh_scm2double (pads[d]) * note_distance),
              Interval (0,0));
-       Molecule m (lookup_l ()->fill (b));
+       Molecule m (lookup_l ()->blank (b));
        mol.add_at_edge (X_AXIS, d, m, 0);
       } while ( flip (&d)!= LEFT);
     }