From 3aaaa1f310d435654f56e4b17a4c37d09f2e6643 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:42:36 +0000 Subject: [PATCH] lilypond-0.0.61 --- lily/lexer.l | 2 +- lily/text-def.cc | 2 +- lily/text-item.cc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lily/lexer.l b/lily/lexer.l index d4435664ca..38adcc5fd9 100644 --- a/lily/lexer.l +++ b/lily/lexer.l @@ -63,7 +63,7 @@ KEYWORD \\{WORD} WHITE [ \n\t\f] BLACK [^ \n\t\f] RESTNAME [rs] -NOTECOMMAND \\{WORD} +NOTECOMMAND \\{A}+ DOTS \.+ LYRICS ({AA}|{NATIONAL})[^0-9 \t\n\f]* diff --git a/lily/text-def.cc b/lily/text-def.cc index 55d04c85bf..a601d4367c 100644 --- a/lily/text-def.cc +++ b/lily/text-def.cc @@ -19,7 +19,7 @@ Text_def::width() const Text_def::Text_def() { - align_i_ = -1; // right + align_i_ = 1; // right pdef_l_ = 0; style_str_ = "roman"; } diff --git a/lily/text-item.cc b/lily/text-item.cc index 9972a36dc1..6d3b67d003 100644 --- a/lily/text-item.cc +++ b/lily/text-item.cc @@ -51,7 +51,7 @@ Text_item::do_pre_processing() void Text_item::do_post_processing() { - set_default_index(); + set_default_index(); } -- 2.39.5