X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fmetronome-engraver.cc;h=9caa9cebef9bae5b54c7bad63f5de919b7a783c6;hb=0971c8ef97eb8077e4bcd89f954a66e0cb3dcdab;hp=cfae9a5ee87c4f0cba3e124df239e78c3de013b6;hpb=b053638dac19bed7f8d2f8b8b0231b3611c17fde;p=lilypond.git diff --git a/lily/metronome-engraver.cc b/lily/metronome-engraver.cc index cfae9a5ee8..9caa9cebef 100644 --- a/lily/metronome-engraver.cc +++ b/lily/metronome-engraver.cc @@ -11,10 +11,13 @@ using namespace std; #include "engraver.hh" -#include "item.hh" #include "context.hh" -#include "grob-array.hh" #include "duration.hh" +#include "grob-array.hh" +#include "item.hh" +#include "stream-event.hh" + +#include "translator.icc" /** put stuff over or next to bars. Examples: bar numbers, marginal notes, @@ -91,8 +94,6 @@ Metronome_mark_engraver::process_music () last_count_ = count; } -#include "translator.icc" - ADD_TRANSLATOR (Metronome_mark_engraver, /* doc */ "Engrave metro nome marking. This delegates the formatting work " "to the function in the metronomeMarkFormatter property. " @@ -100,7 +101,6 @@ ADD_TRANSLATOR (Metronome_mark_engraver, "The staves are taken from the @code{stavesFound} property, " "which is maintained by @code{@ref{Staff_collecting_engraver}}. ", /* create */ "MetronomeMark", - /* accept */ "", /* read */ "stavesFound "