X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Faudio-staff.cc;h=0e2c8205ba5766845aa66908cd9667575afc8328;hb=97a0169312a260933246ab224e4f8b0969871dd5;hp=a81b2cbbcedefa737e944e274339b294faead0eb;hpb=e7aa6c445f463844dbaa52d38ea4aac2882b5601;p=lilypond.git diff --git a/lily/audio-staff.cc b/lily/audio-staff.cc index a81b2cbbce..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--2014 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 ();