]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/volta-engraver.cc
remove TEXMF from variables.
[lilypond.git] / lily / volta-engraver.cc
index 531c6fa02a9bbd6da648f849b66985c829a2ac98..9fe3ee9bb22a314071e668b592111bd4bf59705c 100644 (file)
@@ -37,7 +37,6 @@ protected:
   SCM start_string_;
 
   bool staff_eligible ();
-
 };
 
 Volta_engraver::Volta_engraver ()
@@ -232,7 +231,6 @@ Volta_engraver::stop_translation_timestep ()
       Item *ci = dynamic_cast<Item *> (cc);
       volta_span_->set_bound (LEFT, ci);
     }
-
 }
 
 /*