]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.71pre
authorfred <fred>
Sun, 24 Mar 2002 19:46:22 +0000 (19:46 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:46:22 +0000 (19:46 +0000)
.version
lily/notehead.cc

index 32b8cd6abf1db4eb1c337c5ce9d50c7551176712..e8b651c3d12ffccf49edc45efae7312ce9cd25bf 100644 (file)
--- 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
 
index 02033be2e441dd9f05c4385c4ba9ac88178b1f4d..acf7bb59d1513870c8cc00f48f67ff7f387bc41a 100644 (file)
@@ -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;