]> git.donarmstrong.com Git - lilypond.git/commitdiff
(height): add half beam thickness for beamed stems.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 7 Sep 2002 13:49:03 +0000 (13:49 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 7 Sep 2002 13:49:03 +0000 (13:49 +0000)
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

ChangeLog

index 1c1019ec3a088c23be2ebd8d477323920ae2ba6e..cc76623bbf8a25fb21542ea5d6cdecbd4998c58b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2002-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
+       * 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.