From 4b43421543edb86ec5fc4ed755a6b79e529e4507 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 23:55:30 +0000 Subject: [PATCH] lilypond-1.3.85 --- VERSION | 2 +- lily/tie.cc | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index c692feef21..90149d788b 100644 --- a/VERSION +++ b/VERSION @@ -1,7 +1,7 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=1 MINOR_VERSION=3 -PATCH_LEVEL=84 +PATCH_LEVEL=85 MY_PATCH_LEVEL= # use the above to send patches: MY_PATCH_LEVEL is always empty for a diff --git a/lily/tie.cc b/lily/tie.cc index 0ce6fbd983..d40b0c3369 100644 --- a/lily/tie.cc +++ b/lily/tie.cc @@ -76,8 +76,12 @@ Tie::position_f (Score_element*me) /* + Default: Put the tie oppositie of the stem [Wanske p231] + + In case of chords: Tie_column takes over + The direction of the Tie is more complicated (See [Ross] p136 and - further), the case of multiple ties is handled by Tie_column. + further). */ Direction Tie::get_default_dir (Score_element*me) @@ -85,7 +89,6 @@ Tie::get_default_dir (Score_element*me) Item * sl = head(me,LEFT) ? Rhythmic_head::stem_l (head (me,LEFT)) :0; Item * sr = head(me,RIGHT) ? Rhythmic_head::stem_l (head (me,RIGHT)) :0; - if (sl && sr) { if (Directional_element_interface::get (sl) == UP -- 2.39.5