From f70d3ccdde568790a40138b121a4c4eb3d321a85 Mon Sep 17 00:00:00 2001 From: nsceaux Date: Thu, 25 Aug 2005 12:38:21 +0000 Subject: [PATCH] * lily/lily-parser.cc (Lily_parser): also copy output_basename_ when copying a Lily_parser object. --- ChangeLog | 5 +++++ lily/lily-parser.cc | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8ef9e7bf4e..142e21a069 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-08-25 Nicolas Sceaux + + * lily/lily-parser.cc (Lily_parser): also copy output_basename_ + when copying a Lily_parser object. + 2005-08-25 Han-Wen Nienhuys * scm/define-markup-commands.scm (null): add null markup. diff --git a/lily/lily-parser.cc b/lily/lily-parser.cc index feae02f645..b0949fb664 100644 --- a/lily/lily-parser.cc +++ b/lily/lily-parser.cc @@ -42,6 +42,7 @@ Lily_parser::Lily_parser (Lily_parser const &src) sources_ = src.sources_; default_duration_ = src.default_duration_; error_level_ = src.error_level_; + output_basename_ = src.output_basename_; smobify_self (); if (src.lexer_) -- 2.39.5