]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/audio-staff.cc
Imported Upstream version 2.16.0
[lilypond.git] / lily / audio-staff.cc
index ddab7e04bc11d2fa9e6b0c7a5a1a740631c1eecd..1877464f4546ee1a8f7c7937a1f63faaa7d4c264 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2011 Jan Nieuwenhuizen <janneke@gnu.org>
+  Copyright (C) 1997--2012 Jan Nieuwenhuizen <janneke@gnu.org>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -44,7 +44,7 @@ Audio_staff::output (Midi_stream &midi_stream, int track, bool port)
     i.process ();
 
   i.finalize ();
-  
+
   midi_stream.write (midi_track);
 }