From 1d88c0c03ccff83bf437cac8dcaa6fce9d413c9a Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:46:22 +0000 Subject: [PATCH] lilypond-0.0.71pre --- .version | 2 +- lily/notehead.cc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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; -- 2.39.5