]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.85
authorfred <fred>
Tue, 26 Mar 2002 23:55:30 +0000 (23:55 +0000)
committerfred <fred>
Tue, 26 Mar 2002 23:55:30 +0000 (23:55 +0000)
VERSION
lily/tie.cc

diff --git a/VERSION b/VERSION
index c692feef2144f27eecac44c70e079731396880ca..90149d788b43e390e0fdc5371c1c9dc00b530e12 100644 (file)
--- 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
index 0ce6fbd98374ecf14e916c1e3080d8632ee37e64..d40b0c33694dfcbb9a23f4dc6429820759a113aa 100644 (file)
@@ -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