]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/my-lily-parser.cc
* lily/accidental-placement.cc (position_accidentals): bugfix in
[lilypond.git] / lily / my-lily-parser.cc
index a3b2ec86cb5d7aabaa2165b9e5e0e940c26fe81e..f000e678be1d5e317964775e870f37f6c812a2e3 100644 (file)
@@ -30,7 +30,7 @@ My_lily_parser::~My_lily_parser ()
 {
   delete lexer_;
   if (default_header_)
-    scm_gc_unprotect_object (default_header_->self_scm());
+    scm_gc_unprotect_object (default_header_->self_scm ());
 }
 
 /* Process one .ly file, or book.  */
@@ -97,7 +97,7 @@ My_lily_parser::here_input () const
 {
   /*
     Parsing looks ahead , so we really want the previous location of the
-    lexer, not lexer_->here_input().
+    lexer, not lexer_->here_input ().
    */
   /*
     Actually, that gets very icky when there are white space, because