From: fred Date: Sun, 24 Mar 2002 19:46:22 +0000 (+0000) Subject: lilypond-0.0.71pre X-Git-Tag: release/1.5.59~4553 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1d88c0c03ccff83bf437cac8dcaa6fce9d413c9a;p=lilypond.git lilypond-0.0.71pre --- diff --git a/.version b/.version index 32b8cd6abf..e8b651c3d1 100644 --- a/.version +++ b/.version @@ -1,6 +1,6 @@ TOPLEVEL_MAJOR_VERSION = 0 TOPLEVEL_MINOR_VERSION = 0 -TOPLEVEL_PATCH_LEVEL = 70 +TOPLEVEL_PATCH_LEVEL = 71 # use to send patches, always empty for released version: # include separator: ".postfix", "-pl" makes rpm barf diff --git a/lily/notehead.cc b/lily/notehead.cc index 02033be2e4..acf7bb59d1 100644 --- a/lily/notehead.cc +++ b/lily/notehead.cc @@ -114,6 +114,7 @@ Note_head::brew_molecule_p() const s = p->lookup_l()->rest(balltype_i_, streepjes_b); } out = new Molecule(Atom(s)); + out->translate_x( x_dir_i_ * s.dim.x.length() ); if (dots_i_) { Symbol d = p->lookup_l()->dots(dots_i_ ); Molecule dm;