]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/midi-item.hh
Imported Upstream version 2.16.0
[lilypond.git] / lily / include / midi-item.hh
index cc59ed0abe1c165511408dfe82d4bde628ffb940..c5a9cc9fddce90dcee66b6fe84cd95f1acc8afda 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
@@ -24,7 +24,7 @@
 #include "std-vector.hh"
 
 string int2midi_varint_string (int i);
-  
+
 /**
    Any piece of midi information.
 
@@ -40,7 +40,6 @@ public:
 
   static Midi_item *get_midi (Audio_item *a);
 
-
   virtual string to_string () const = 0;
 };
 
@@ -61,7 +60,6 @@ public:
   Real seconds_;
 };
 
-
 /**
    Change instrument event
 */
@@ -111,7 +109,6 @@ public:
 
   Audio_note *audio_;
 
-  
   static int const c0_pitch_ = 60;
   Byte dynamic_byte_;
 };
@@ -132,10 +129,10 @@ class Midi_text : public Midi_item
 {
 public:
   enum Type
-    {
-      TEXT = 1, COPYRIGHT, TRACK_NAME, INSTRUMENT_NAME, LYRIC,
-      MARKER, CUE_POINT
-    };
+  {
+    TEXT = 1, COPYRIGHT, TRACK_NAME, INSTRUMENT_NAME, LYRIC,
+    MARKER, CUE_POINT
+  };
   DECLARE_CLASSNAME (Midi_text);
 
   Midi_text (Audio_text *);