]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tie.cc
* lily/sequential-iterator.cc (run_always): implement run_always().
[lilypond.git] / lily / tie.cc
index 8d5bee514998bea2056a8a4aba76ee4cf32727f2..846acaa28fe1f3331d9b20766d3a77c7f488f803 100644 (file)
@@ -77,13 +77,15 @@ Tie::get_position (Grob*me)
   
   The direction of the Tie is more complicated (See [Ross] p136 and
   further).
+
+  (what about linebreaks? )  
+  
 */
 Direction
 Tie::get_default_dir (Grob*me) 
 {
   Item * sl =  head (me,LEFT) ? Rhythmic_head::get_stem (head (me,LEFT)) :0;
   Item * sr =  head (me,RIGHT) ? Rhythmic_head::get_stem (head (me,RIGHT)) :0;  
-
   if (sl && sr)
     {
       if (get_grob_direction (sl) == UP