]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/clef.cc
Grand fixcc.py run on all .hh .cc files.
[lilypond.git] / lily / clef.cc
index c6ad530e41478b8c46dd114dcf82ff446d6d5ddf..ff993f9bb0958c3e235e5f1a2de536273cc70d1b 100644 (file)
@@ -36,11 +36,11 @@ Clef::calc_glyph_name (SCM smob)
       string str = ly_scm2string (glyph);
 
       if (to_boolean (s->get_property ("non-default"))
-         && s->break_status_dir () != RIGHT
-         && !to_boolean (s->get_property ("full-size-change")))
-       {
-         str += "_change";
-       }
+          && s->break_status_dir () != RIGHT
+          && !to_boolean (s->get_property ("full-size-change")))
+        {
+          str += "_change";
+        }
 
       return ly_string2scm (str);
     }
@@ -67,12 +67,12 @@ Clef::print (SCM smob)
 }
 
 ADD_INTERFACE (Clef,
-              "A clef sign.",
-
-              /* properties */
-              "full-size-change "
-              "glyph "
-              "glyph-name "
-              "non-default "
-              );
+               "A clef sign.",
+
+               /* properties */
+               "full-size-change "
+               "glyph "
+               "glyph-name "
+               "non-default "
+              );