]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/key-item.cc
release: 1.1.46
[lilypond.git] / lily / key-item.cc
index a3b646b0e5048710f68dbc36cd83ef394d3a86b9..d11424b41edaae8cbdcfcb2e51bd5c711b635626 100644 (file)
@@ -126,14 +126,6 @@ Key_item::do_brew_molecule_p() const
       output->add_at_edge (X_AXIS, RIGHT, m, 0);
     }
 
-  if (pitch_arr_.size()) 
-    {
-      Molecule m (lookup_l ()->fill (Box (
-                                         Interval (0, paper_l ()->note_width ()),
-                                         Interval (0,0))));
-      
-      output->add_at_edge (X_AXIS, RIGHT, m,0 );
-    }
   return output;
 }