From: fred Date: Sun, 24 Mar 2002 19:39:15 +0000 (+0000) Subject: lilypond-0.0.51 X-Git-Tag: release/1.5.59~4960 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d18ef2c485211aeb049ffd4b5bc4d3155a361248;p=lilypond.git lilypond-0.0.51 --- diff --git a/lily/notehead.cc b/lily/notehead.cc index 85132fe55e..df2becf109 100644 --- a/lily/notehead.cc +++ b/lily/notehead.cc @@ -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;