]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.51
authorfred <fred>
Sun, 24 Mar 2002 19:39:15 +0000 (19:39 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:39:15 +0000 (19:39 +0000)
lily/notehead.cc

index 85132fe55e9cede48d0980640e142b8d1e92ca09..df2becf109836459c85de012b77f3afd5cfbf3e7 100644 (file)
@@ -70,6 +70,10 @@ Notehead::brew_molecule_p() const return out;
     }
     out->translate(Offset(x_dir * p->note_width(),0));
     bool streepjes = (position<-1)||(position > staff_size+1);
+    
+    if (rest_b_ && balltype > 2)
+       streepjes = false;
+    
     if (streepjes) {
        int dir = sign(position);
        int s =(position<-1) ? -((-position)/2): (position-staff_size)/2;