]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/score-context.cc
* lily/accidental-placement.cc (position_accidentals): bugfix in
[lilypond.git] / lily / score-context.cc
index fe78acdf5a382e3fbb06aaf7ab0c627680396cd0..0ffef5660ef1720455fd9daa6126fa83d4482b7b 100644 (file)
@@ -1,17 +1,14 @@
 /*   
-score-context.cc -- implement
+       score-context.cc -- implement Score_context
 
-source file of the GNU LilyPond music typesetter
-
-(c) 2004 Han-Wen Nienhuys <hanwen@xs4all.nl>
-
- */
+       source file of the GNU LilyPond music typesetter
 
+       (c) 2004 Han-Wen Nienhuys <hanwen@xs4all.nl>
+*/
 
 #include "score-context.hh"
 #include "score-translator.hh"
 
-
 void
 Score_context::prepare (Moment w)
 {
@@ -35,7 +32,7 @@ Score_context::one_time_step ()
 {
   Translator*  t = unsmob_translator (implementation_);
   Score_translator * s = dynamic_cast<Score_translator *> (t);
-  s->one_time_step();
+  s->one_time_step ();
 }