]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/parser.yy
release: 1.0.4
[lilypond.git] / lily / parser.yy
index 4b9ec9fd2f86a2891a145c40231b29ca0d6ff51c..5df3722a0a5997cdab847897f6fe7670ba5bb84a 100644 (file)
@@ -1112,7 +1112,7 @@ script_req:
 gen_script_def:
        text_def        { 
                $$ = $1;
-               ((Text_def*) $$)->align_dir_ = CENTER; /* UGH */
+               ((Text_def*) $$)->align_dir_ = LEFT; /* UGH */
        }
        | mudela_script { 
                $$ = $1;