From d18ef2c485211aeb049ffd4b5bc4d3155a361248 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:39:15 +0000 Subject: [PATCH] lilypond-0.0.51 --- lily/notehead.cc | 4 ++++ 1 file changed, 4 insertions(+) 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; -- 2.39.5