]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/clef-item.cc
patch::: 1.3.128.jcn4
[lilypond.git] / lily / clef-item.cc
index 1cdc84a57aab91cebe006a12603f72f0cbf6e52e..79444fae9c5127e62ec3af9cea2af7fef636e842 100644 (file)
@@ -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()));