]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/parser.y
release: 0.1.35
[lilypond.git] / lily / parser.y
index 9f02016a412aae4aef8763c5d6532a6d61bad50e..b4f85ba14c008c6e22334586dc59eab41fababa2 100644 (file)
@@ -902,7 +902,9 @@ script_req:
        ;
 
 gen_script_def:
-       text_def        { $$ = $1; }
+       text_def        { $$ = $1;
+               ((Text_def*) $$)->align_i_ = CENTER; /* UGH */
+       }
        | mudela_script { $$ = $1;
                $$-> set_spot (THIS->here_input ());
        }