]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/audio-staff.hh
Doc: Color the Attic link (issue 3596).
[lilypond.git] / lily / include / audio-staff.hh
index acf31b17a4808d0dbfa5ae921e12508ea0353ddb..6fe9b8d6d45582ff007b6903be6f68f785cf9502 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1996--2011 Jan Nieuwenhuizen <janneke@gnu.org>
+  Copyright (C) 1996--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
@@ -30,9 +30,10 @@ struct Audio_staff : public Audio_element
   void output (Midi_stream &midi_stream_r, int track, bool port);
 
   Audio_staff ();
-  
+
   bool percussion_;
-  vector<Audio_item*> audio_items_;
+  bool merge_unisons_;
+  vector<Audio_item *> audio_items_;
 };
 
 #endif // AUDIO_STAFF_HH