]> git.donarmstrong.com Git - lilypond.git/blobdiff - midi2ly/include/midi2ly-global.hh
patch::: 1.5.18.moh1: [PATCH] 1.4 Lyric alignment
[lilypond.git] / midi2ly / include / midi2ly-global.hh
index 38bf84720a23ee30030730b50783943052efbdd9..2b068909219696246cca92170bc34f767a4fa847 100644 (file)
@@ -1,7 +1,7 @@
 //
-// midi2ly-global.hh -- declare global (sic) stuff for midi2ly
+// midi2ly-global.hh -- declare global stuff for midi2ly
 //
-// copyright 1997 Jan Nieuwenhuizen <janneke@gnu.org>
+// (c) 1997--2001 Jan Nieuwenhuizen <janneke@gnu.org>
 
 #ifndef MIDI2LY_GLOBAL_HH
 #define MIDI2LY_GLOBAL_HH
@@ -9,7 +9,7 @@
 #include <iostream.h>
 
 #include "string.hh"
-#include "proto.hh"
+#include "flower-proto.hh"
 
 #define monitor_p_g &cout
 enum Verbose { QUIET_ver, BRIEF_ver, NORMAL_ver, VERBOSE_ver, DEBUG_ver };
@@ -30,6 +30,7 @@ void error (String message_str); //, char const* context_ch_C);
 
 String midi2ly_version_str();
 extern bool no_timestamps_b_g;;
+extern bool no_rests_b_g;;
 
 #endif // MIDI2LY_GLOBAL_HH