X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Faudio-staff.hh;h=13124cfc09162ce4e1216b1644b9c5feaf8bfd41;hb=47db9a3883d726ca53e2133a3b2298f78dd6a32e;hp=fe570c3ad1eb8855595212547ea52031960c4317;hpb=4bb29573149a0ffa1f881c5e38a0fe68e9e76b67;p=lilypond.git diff --git a/lily/include/audio-staff.hh b/lily/include/audio-staff.hh index fe570c3ad1..13124cfc09 100644 --- a/lily/include/audio-staff.hh +++ b/lily/include/audio-staff.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1996--2011 Jan Nieuwenhuizen + Copyright (C) 1996--2015 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,7 +27,7 @@ struct Audio_staff : public Audio_element { void add_audio_item (Audio_item *ai); - void output (Midi_stream &midi_stream_r, int track, bool port); + void output (Midi_stream &midi_stream_r, int track, bool port, int start_tick); Audio_staff ();