From f15339671aba0c14afaab9e2524ea3ee53c2dab6 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Mon, 24 Apr 2000 23:56:11 +0200 Subject: [PATCH] patch::: 1.3.46.jcn1: jcn1 --- VERSION | 2 +- input/bugs/tuplet-space.ly | 9 +++++++++ lily/tuplet-spanner.cc | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 input/bugs/tuplet-space.ly diff --git a/VERSION b/VERSION index c46c2dd215..358ef34a53 100644 --- 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 index 0000000000..f2ae9e8919 --- /dev/null +++ b/input/bugs/tuplet-space.ly @@ -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{ + } +} diff --git a/lily/tuplet-spanner.cc b/lily/tuplet-spanner.cc index bfe7fb2c2d..f68d175a0b 100644 --- a/lily/tuplet-spanner.cc +++ b/lily/tuplet-spanner.cc @@ -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; } -- 2.39.5