X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Faudio-staff.cc;h=0e2c8205ba5766845aa66908cd9667575afc8328;hb=47db9a3883d726ca53e2133a3b2298f78dd6a32e;hp=0398c894adfe06fbc55cfe342138bbdcd2e48480;hpb=4bb29573149a0ffa1f881c5e38a0fe68e9e76b67;p=lilypond.git diff --git a/lily/audio-staff.cc b/lily/audio-staff.cc index 0398c894ad..0e2c8205ba 100644 --- a/lily/audio-staff.cc +++ b/lily/audio-staff.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1997--2011 Jan Nieuwenhuizen + Copyright (C) 1997--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 @@ -35,11 +35,11 @@ Audio_staff::Audio_staff () } void -Audio_staff::output (Midi_stream &midi_stream, int track, bool port) +Audio_staff::output (Midi_stream &midi_stream, int track, bool port, int start_tick) { Midi_track midi_track (track, port); - Midi_walker i (this, &midi_track); + Midi_walker i (this, &midi_track, start_tick); for (; i.ok (); i++) i.process ();