From b2b11f4d13e60f56b252f0e39161093ffb6c3df6 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Sat, 24 Mar 2001 23:24:13 +0100 Subject: [PATCH] patch::: 1.3.141.jcn4 --- Documentation/regression-test.tely | 2 ++ VERSION | 2 +- scripts/mup2ly.py | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Documentation/regression-test.tely b/Documentation/regression-test.tely index 2b89bd8ab7..0e0180f72f 100644 --- a/Documentation/regression-test.tely +++ b/Documentation/regression-test.tely @@ -147,6 +147,8 @@ and documenting bugfixes. @lilypondfile[printfilename]{repeat-line-break.ly} +@lilypondfile[printfilename]{percent-repeat.ly} + @lilypondfile[printfilename]{auto-change.ly} diff --git a/VERSION b/VERSION index 959790eb7e..1e462b46e0 100644 --- a/VERSION +++ b/VERSION @@ -2,7 +2,7 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=1 MINOR_VERSION=3 PATCH_LEVEL=141 -MY_PATCH_LEVEL=jcn3 +MY_PATCH_LEVEL=jcn4 # use the above to send patches: MY_PATCH_LEVEL is always empty for a # released version. diff --git a/scripts/mup2ly.py b/scripts/mup2ly.py index 2808dc1b65..fd71484b1c 100644 --- a/scripts/mup2ly.py +++ b/scripts/mup2ly.py @@ -795,7 +795,7 @@ class Parser: debug ('voice: ' + line) def init_context_grids (self, line): - self.parse_function = self.parse_context_line + self.parse_function = self.parse_context_grids def parse_context_grids (self, line): debug ('grids: ' + line) -- 2.39.5