X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Foutput-def.hh;h=7d5563d4743487118d0f45792b9c9507c8031af3;hb=9f3572d98bb948c9689cd1f75401a029451fa001;hp=a31dcd48fc02cbeef845647d79be1cb6151a0090;hpb=04265f11d1f21416ccebd2dcaa1d903dc781b36e;p=lilypond.git diff --git a/lily/include/output-def.hh b/lily/include/output-def.hh index a31dcd48fc..7d5563d474 100644 --- a/lily/include/output-def.hh +++ b/lily/include/output-def.hh @@ -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);