From: fred Date: Sun, 24 Mar 2002 19:36:03 +0000 (+0000) Subject: lilypond-0.0.44 X-Git-Tag: release/1.5.59~5146 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=fa447af74c7318efc08c8702d9b40941b783b6b3;p=lilypond.git lilypond-0.0.44 --- diff --git a/README b/README index 9042e4f255..229d052b1e 100644 --- a/README +++ b/README @@ -1,3 +1,7 @@ + +warning: the --enable-optimise compile seems to broken!! + +=================== IMPORTANT: if you have downloaded a diff --git a/flower/.version b/flower/.version index c4828f0767..ea70f79da1 100644 --- a/flower/.version +++ b/flower/.version @@ -1,6 +1,6 @@ MAJOR_VERSION = 1 MINOR_VERSION = 1 -PATCH_LEVEL = 8 +PATCH_LEVEL = 9 # use to send patches, always empty for released version: MY_PATCH_LEVEL = # include separator: "-1" or ".a" # diff --git a/lily/include/main.hh b/lily/include/main.hh index 203eac71ae..10fc7c3f47 100644 --- a/lily/include/main.hh +++ b/lily/include/main.hh @@ -10,8 +10,7 @@ void set_default_output(String s); Input_score* current_iscore_l(); String find_file(String); String get_version_str(); -extern String infile_str_g; -extern Source* source_l_g; +extern Sources* source_l_g; extern bool only_midi; extern String default_out_fn;