From 50b64ac26a079cdc9617939f58a019a26dcd27c6 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 20:06:34 +0000 Subject: [PATCH] lilypond-0.1.48 --- flower/VERSION | 2 +- lily/VERSION | 2 +- mi2mu/mudela-staff.cc | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flower/VERSION b/flower/VERSION index d31b273055..35f9cba6c9 100644 --- a/flower/VERSION +++ b/flower/VERSION @@ -1,6 +1,6 @@ MAJOR_VERSION = 1 MINOR_VERSION = 1 -PATCH_LEVEL = 36 +PATCH_LEVEL = 38 # use to send patches, always empty for released version: MY_PATCH_LEVEL = # include separator: "-1" or ".a" # diff --git a/lily/VERSION b/lily/VERSION index 9da9e31cad..85dfb96054 100644 --- a/lily/VERSION +++ b/lily/VERSION @@ -1,4 +1,4 @@ MAJOR_VERSION = 0 MINOR_VERSION = 1 -PATCH_LEVEL = 47 +PATCH_LEVEL = 48 MY_PATCH_LEVEL = diff --git a/mi2mu/mudela-staff.cc b/mi2mu/mudela-staff.cc index 8507335f9d..30fb80236f 100644 --- a/mi2mu/mudela-staff.cc +++ b/mi2mu/mudela-staff.cc @@ -49,9 +49,9 @@ Mudela_staff::eat_voice (Link_list& items) for (PCursor i (items); i.ok();) { - LOGOUT(DEBUG_ver) << "At: " << i->at_mom() << "; "; - LOGOUT(DEBUG_ver) << "dur: " << i->duration_mom() << "; "; - LOGOUT(DEBUG_ver) << "mom: " << mom << " -> "; + LOGOUT(DEBUG_ver) << "At: " << String (i->at_mom()) << "; "; + LOGOUT(DEBUG_ver) << "dur: " << String (i->duration_mom()) << "; "; + LOGOUT(DEBUG_ver) << "mom: " << String (mom) << " -> "; if (i->at_mom() > mom) { Moment dur = i->at_mom() - mom; @@ -68,7 +68,7 @@ Mudela_staff::eat_voice (Link_list& items) } else if (i.ok()) i++; - LOGOUT(DEBUG_ver) << "mom: " << mom << "\n"; + LOGOUT(DEBUG_ver) << "mom: " << String (mom) << "\n"; } } -- 2.39.5