]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.23
authorfred <fred>
Sun, 24 Mar 2002 19:59:13 +0000 (19:59 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:59:13 +0000 (19:59 +0000)
input/cadenza.ly
lily/rest-collision.cc

index e7538272f9ad08e1abcffd98b2f3de23609c68fd..2a52afd4bfe8498cf679a506133053925dd0dcd7 100644 (file)
@@ -31,28 +31,28 @@ cad = \melodic  {
                \bar "empty";
                        c [c_"rubato" e g c']
        \octave c'';
-       e4. e [g ~ f_"rit" e d]
+       e4. e [g () f_"rit" e d]
 
        \duration 16;
-       dis4~ e4
+       dis4() e4
                \bar "" ;
                r8 [c d] [e f g gis]
        \duration 4;
-       a-> 'f~ 'e g
-       f-> 'd~ 'cis e
+       a-> 'f() 'e g
+       f-> 'd() 'cis e
        \duration 8;    
        d4^\fermata
                \bar "" ;
 
        r8 'a ['b cis]
        \duration 16;   [d cis d e]
-       f4~ [f e d c]
+       f4() [f e d c]
        'b4-\turn
        \octave c'; [2/3 d'8 c'8 a8]1/1
        g2
                \bar "" ;
        [g c e g] [c' e g c']\octave c''; 
-       [e 'g c e] g4^\fermata %~ % BUG!
+       [e 'g c e] g4^\fermata 
                \bar "" ;
        [g8.(_"a tempo" e g8. )e]
        a4. g8 [f8 e8 d8 c8]
index 6c5068272214d829d8a6259495a284de313d61c9..0be9090d2c445d2a3e59561a4556e675b4a5bddc 100644 (file)
@@ -94,15 +94,10 @@ Rest_collision::do_pre_processing()
   // meisjes met jongetjes
   else 
     {
-#if 0 // breendet: rests go always under
-      // geen gemug, trug op je rug
-      int dir_i = -1;
-      rest_l_arr_[0]->translate_rests (dir_i * 3);     
-#else
       // int dir_i = - ncol_l_arr_[0]->dir_;
       int dir_i = rest_l_arr_[0]->dir_;
       // hope it's 4: if it works->doco
-      int midpos = 4;
+      int midpos = 0;
        
       // minimum move
       int minpos = 4;
@@ -121,7 +116,6 @@ Rest_collision::do_pre_processing()
              (ncol_l_arr_[i]->head_l_arr_[j]->position_i_ -midpos) + sep_i;
        }
       rest_l_arr_[0]->translate_rests (dir_i * minpos);        
-#endif
     }
 }