X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Faudio-staff.cc;h=1877464f4546ee1a8f7c7937a1f63faaa7d4c264;hb=ca7baa2950c23337825b1c5f6e22e8fd514cd648;hp=d40220ca1c13a2e5237e7d65195295a0362dce63;hpb=fe4f33aca60ea7c58bc9196eac43b4acca1d4437;p=lilypond.git diff --git a/lily/audio-staff.cc b/lily/audio-staff.cc index d40220ca1c..1877464f45 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--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 @@ -30,7 +30,7 @@ Audio_staff::add_audio_item (Audio_item *ai) } Audio_staff::Audio_staff () - : percussion_ (false) + : percussion_ (false), merge_unisons_ (false) { } @@ -44,7 +44,7 @@ Audio_staff::output (Midi_stream &midi_stream, int track, bool port) i.process (); i.finalize (); - + midi_stream.write (midi_track); }