X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fperformance.hh;h=9c3ce3742d99c6b5442aff24236995f873c0b0fb;hb=999595939c26d7f060ca73c6fd537248962942e0;hp=2eb047891433673876970c3e231d2ce85cbc84bd;hpb=a6bd229f7fe1dc4a03478e14ccc0c0c66b225061;p=lilypond.git diff --git a/lily/include/performance.hh b/lily/include/performance.hh index 2eb0478914..9c3ce3742d 100644 --- a/lily/include/performance.hh +++ b/lily/include/performance.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1997--2010 Jan Nieuwenhuizen + Copyright (C) 1997--2012 Jan Nieuwenhuizen LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -27,9 +27,9 @@ class Performance : public Music_output { public: - Performance (); + Performance (bool ports = false); ~Performance (); - DECLARE_CLASSNAME(Performance); + DECLARE_CLASSNAME (Performance); void add_element (Audio_element *p); virtual void process (); @@ -40,9 +40,10 @@ public: void print () const; void write_output (string filename) const; - vector audio_staffs_; - vector audio_elements_; + vector audio_staffs_; + vector audio_elements_; Output_def *midi_; + bool ports_; }; #endif /* PERFORMANCE_HH */