]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/trill-spanner-engraver.cc
*** empty log message ***
[lilypond.git] / lily / trill-spanner-engraver.cc
index a2cccde61ae1610de83567f0074e52a043bf2dd3..4806758b002cfd7c854aa2cd6835d6c753312da9 100644 (file)
   automatically is the end of the trill?
 */
 
+#include "engraver.hh"
+
+#include "international.hh"
 #include "note-column.hh"
 #include "side-position-interface.hh"
-#include "engraver.hh"
 
 #include "translator.icc"
 
@@ -142,6 +144,7 @@ Trill_spanner_engraver::finalize ()
       span_ = 0;
     }
 }
+
 ADD_ACKNOWLEDGER (Trill_spanner_engraver, note_column);
 ADD_TRANSLATOR (Trill_spanner_engraver,
                /* doc */ "Create trill spanner from a Music.",