]> git.donarmstrong.com Git - lilypond.git/commitdiff
patch::: 1.3.46.jcn1: jcn1
authorJan Nieuwenhuizen <janneke@gnu.org>
Mon, 24 Apr 2000 21:56:11 +0000 (23:56 +0200)
committerJan Nieuwenhuizen <janneke@gnu.org>
Mon, 24 Apr 2000 21:56:11 +0000 (23:56 +0200)
VERSION
input/bugs/tuplet-space.ly [new file with mode: 0644]
lily/tuplet-spanner.cc

diff --git a/VERSION b/VERSION
index c46c2dd215f3613a2f8199f377cc6cf30dcc3b2e..358ef34a5330612422c98046e43f0ab6c8a88c55 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -2,7 +2,7 @@ PACKAGE_NAME=LilyPond
 MAJOR_VERSION=1
 MINOR_VERSION=3
 PATCH_LEVEL=46
-MY_PATCH_LEVEL=
+MY_PATCH_LEVEL=jcn1
 
 # use the above to send patches: MY_PATCH_LEVEL is always empty for a
 # released version.
diff --git a/input/bugs/tuplet-space.ly b/input/bugs/tuplet-space.ly
new file mode 100644 (file)
index 0000000..f2ae9e8
--- /dev/null
@@ -0,0 +1,9 @@
+% using \times amongst space notes dumps core
+\score{
+       \context Staff \notes\relative c''<
+               \times 2/3{ a8 b c }
+               \times 2/3{ s8\p s s\f }
+       >
+       \paper{
+       }
+}
index bfe7fb2c2d87bf2df74a1c0ef71f36bc35a6fce2..f68d175a0b88eaed4afc17e445e52233ec5a9204 100644 (file)
@@ -106,7 +106,7 @@ Tuplet_spanner::do_brew_molecule () const
          mol.add_molecule (Molecule (b, at));
        }
 
-      mol.translate_axis (dir * staff_space, Y_AXIS);
+      //mol.translate_axis (dir * staff_space, Y_AXIS);
     }
   return mol;
 }