X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fscore-context.cc;h=0ffef5660ef1720455fd9daa6126fa83d4482b7b;hb=304b5f3aa7eee7b0ff8d4ba7526a1410735f6e74;hp=fe78acdf5a382e3fbb06aaf7ab0c627680396cd0;hpb=e37010af17faa8b185de836664b6544bd29dc1d0;p=lilypond.git diff --git a/lily/score-context.cc b/lily/score-context.cc index fe78acdf5a..0ffef5660e 100644 --- a/lily/score-context.cc +++ b/lily/score-context.cc @@ -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 - - */ + source file of the GNU LilyPond music typesetter + (c) 2004 Han-Wen Nienhuys +*/ #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 (t); - s->one_time_step(); + s->one_time_step (); }