]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tie.cc
release: 1.3.85
[lilypond.git] / lily / tie.cc
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