From: fred Date: Tue, 26 Mar 2002 23:55:30 +0000 (+0000) Subject: lilypond-1.3.85 X-Git-Tag: release/1.5.59~1328 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4b43421543edb86ec5fc4ed755a6b79e529e4507;p=lilypond.git lilypond-1.3.85 --- 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