X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fclef-item.cc;h=79444fae9c5127e62ec3af9cea2af7fef636e842;hb=13233115f073866390b6222eda6ae1c64bbe3c87;hp=1cdc84a57aab91cebe006a12603f72f0cbf6e52e;hpb=c1b378edc5bd3fa8df8c5b4abeaaefe4f2771d75;p=lilypond.git diff --git a/lily/clef-item.cc b/lily/clef-item.cc index 1cdc84a57a..79444fae9c 100644 --- a/lily/clef-item.cc +++ b/lily/clef-item.cc @@ -28,9 +28,9 @@ Clef::before_line_breaking (SCM smob) { String str = ly_scm2string (glyph); - if (to_boolean (s->get_grob_property ("non-default")) && - s->break_status_dir() != RIGHT && - to_boolean (s->get_grob_property ("full-size-change"))) + if (to_boolean (s->get_grob_property ("non-default")) + && s->break_status_dir() != RIGHT + && !to_boolean (s->get_grob_property ("full-size-change"))) { str += "_change"; s->set_grob_property ("glyph-name", ly_str02scm (str.ch_C()));