From ed32442d90825777d09672a871940674b308a2da Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Tue, 5 Apr 2005 10:49:42 +0000 Subject: [PATCH] * lily/text-interface.cc (Module): rename from text-item.cc * input/regression/apply-output.ly (texidoc): function naming fix. --- ChangeLog | 4 ++++ input/regression/apply-output.ly | 2 +- lily/{text-item.cc => text-interface.cc} | 0 3 files changed, 5 insertions(+), 1 deletion(-) rename lily/{text-item.cc => text-interface.cc} (100%) diff --git a/ChangeLog b/ChangeLog index aa5fe5bacd..55de0e226f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2005-04-05 Han-Wen Nienhuys + * lily/text-interface.cc (Module): rename from text-item.cc + + * input/regression/apply-output.ly (texidoc): function naming fix. + * lily/time-signature-performer.cc (derived_mark): new function. * lily/lily-parser-scheme.cc: print mapped file name for progress diff --git a/input/regression/apply-output.ly b/input/regression/apply-output.ly index 5f0747dabd..24394976fe 100644 --- a/input/regression/apply-output.ly +++ b/input/regression/apply-output.ly @@ -20,7 +20,7 @@ position. (if (and (memq 'note-head-interface ifs) (memq sp '(-2 -3 -5))) (begin - (ly:grob-set-property! gr 'print-function brew-new-markup-stencil) + (ly:grob-set-property! gr 'print-function Text_interface::print) (ly:grob-set-property! gr 'font-family 'roman) (ly:grob-set-property! gr 'text diff --git a/lily/text-item.cc b/lily/text-interface.cc similarity index 100% rename from lily/text-item.cc rename to lily/text-interface.cc -- 2.39.2