]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/clef.cc
Imported Upstream version 2.16.0
[lilypond.git] / lily / clef.cc
index c6ad530e41478b8c46dd114dcf82ff446d6d5ddf..3c1ca3752537c9fe61ee4501dd333988c160d6db 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1997--2012 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -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 "
+              );