]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/output-def.hh
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / include / output-def.hh
index a31dcd48fc02cbeef845647d79be1cb6151a0090..7d5563d4743487118d0f45792b9c9507c8031af3 100644 (file)
@@ -42,7 +42,6 @@ class Output_def
 public:
   VIRTUAL_COPY_CONSTRUCTOR (Output_def, Output_def);
   DECLARE_SMOBS (Output_def, );
-
 public:
   SCM scope_;
   Output_def *parent_;
@@ -68,6 +67,9 @@ SCM get_font_table (Output_def *def);
 void assign_context_def (Output_def *m, SCM transdef);
 SCM find_context_def (Output_def const *m, SCM name);
 
+int get_tempo (Output_def*def, Moment moment);
+void set_tempo (Output_def*def, Moment moment, int count_per_minute_i);
+
 Interval line_dimensions_int (Output_def*def, int);