]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/rhythmic-head.cc
Grand fixcc.py run on all .hh .cc files.
[lilypond.git] / lily / rhythmic-head.cc
index adeb4a871ccab82d2516dd5076aa238e78d49e6e..77993275ff4c6a045af09b6af9b98d73d8b24ed8 100644 (file)
@@ -43,7 +43,7 @@ int
 Rhythmic_head::dot_count (Grob *me)
 {
   return get_dots (me)
-    ? robust_scm2int (get_dots (me)->get_property ("dot-count"), 0) : 0;
+         ? robust_scm2int (get_dots (me)->get_property ("dot-count"), 0) : 0;
 }
 
 void
@@ -60,10 +60,10 @@ Rhythmic_head::duration_log (Grob *me)
 }
 
 ADD_INTERFACE (Rhythmic_head,
-              "Note head or rest.",
+               "Note head or rest.",
 
-              /* properties */
-              "dot "
-              "duration-log "
-              "stem "
-              );
+               /* properties */
+               "dot "
+               "duration-log "
+               "stem "
+              );