]> git.donarmstrong.com Git - lilypond.git/commitdiff
patch::: 1.3.141.jcn4
authorJan Nieuwenhuizen <janneke@gnu.org>
Sat, 24 Mar 2001 22:24:13 +0000 (23:24 +0100)
committerJan Nieuwenhuizen <janneke@gnu.org>
Sat, 24 Mar 2001 22:24:13 +0000 (23:24 +0100)
Documentation/regression-test.tely
VERSION
scripts/mup2ly.py

index 2b89bd8ab7c0d3356cb39cd0599243e201a2ed3f..0e0180f72f3308dae8c319b4d8d31f24133779bd 100644 (file)
@@ -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 959790eb7e6b05a69c8be442291184673db10d14..1e462b46e0ea1ed1ccbec9adef0527eabfd0df0c 100644 (file)
--- 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.
index 2808dc1b653f571ee803678ec8402998790d591d..fd71484b1c3c7374a760632a541c0b5b890afe38 100644 (file)
@@ -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)