From: Han-Wen Nienhuys Date: Sat, 7 Sep 2002 13:49:03 +0000 (+0000) Subject: (height): add half beam thickness for beamed stems. X-Git-Tag: release/1.6.3~38 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=017e04ab6e66272e173a6943b43f4d383baae260;p=lilypond.git (height): add half beam thickness for beamed stems. This fixes tuplet bracket vertical offsets on beams. * lily/lexer.ll: scan E_DIGIT * lily/parser.yy (string_request): use E_DIGIT for string requests --- diff --git a/ChangeLog b/ChangeLog index 1c1019ec3a..cc76623bbf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2002-09-07 Han-Wen Nienhuys + * lily/lexer.ll: scan E_DIGIT + + * lily/parser.yy (string_request): use E_DIGIT for string requests + + * lily/beam.cc (get_thickness): new function + * ly/performer-init.ly (ScoreContext): add Timing alias * lily/translator-def.cc (Translator_def): copy alias list too.