From 186f478ae1d1670a7352f54d58c5bdcb1ba6654f Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sat, 23 Aug 2003 18:36:56 +0000 Subject: [PATCH] (FatalConversionError.conv): typo --- ChangeLog | 2 ++ scripts/convert-ly.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0d38aa130b..6c0d9066df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2003-08-23 Han-Wen Nienhuys + * scripts/convert-ly.py (FatalConversionError.conv): typo + * Documentation/misc/GNUmakefile: restore misc directory. * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude diff --git a/scripts/convert-ly.py b/scripts/convert-ly.py index 92dcba69bf..832404318c 100644 --- a/scripts/convert-ly.py +++ b/scripts/convert-ly.py @@ -1208,7 +1208,7 @@ if 1: str) return str - conversions.append (((1,7,22), conv,"remove GraceContext")) + conversions.append (((1,7,22), conv,"#'type -> #'style")) if 1: def conv(str): -- 2.39.5