]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/parser.yy
release commit
[lilypond.git] / lily / parser.yy
index 7dd73519b59b8f7233e64b3860aaa44c51b04b34..9feecf0fae17f4c050ba7633a4f6d397da72d942 100644 (file)
@@ -679,7 +679,8 @@ The representation of a  list is the
 
  to have  efficient append.
 */
-Music_list: /* empty */ {
+Music_list:
+       /* empty */ {
                $$ = scm_cons (SCM_EOL, SCM_EOL);
        }
        | Music_list Music {