]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/parser.yy
add 2007 to (c) year.
[lilypond.git] / lily / parser.yy
index 977f1a697f73b8ca50a8678afca5a58781bfc5b3..d1095308d5d3b616cd1fb84bb0cb5b6d5d3fceab 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1997--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
                  Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
@@ -503,7 +503,7 @@ embedded_scm:
 
 lilypond_header_body:
        {
-               $$ = get_header(PARSER);
+               $$ = get_header (PARSER);
                PARSER->lexer_->add_scope ($$);
        }
        | lilypond_header_body assignment  {