PACKAGE_NAME=LilyPond
MAJOR_VERSION=1
MINOR_VERSION=5
-PATCH_LEVEL=55
-MY_PATCH_LEVEL=hjj2
+PATCH_LEVEL=56
+MY_PATCH_LEVEL=
# use the above to send patches: MY_PATCH_LEVEL is always empty for a
# released version.
+dnl WARNING WARNING WARNING WARNING
+dnl do not edit! this is aclocal.m4, generated from stepmake/aclocal.m4
dnl aclocal.m4 -*-shell-script-*-
dnl StepMake subroutines for configure.in
#include "string.hh"
#include "main.hh"
#include "kpath.hh"
-#include "lily-version.hh"
#include "warn.hh"
String
(define (ly-load x)
+ ;; should check verbose
+;; (format (current-error-port) "[~s]" x)
(primitive-load (%search-load-path x))
)
-(ly-load "output-lib.scm")
(define (check-start-chords music)
"Check music expression for a Simultaneous_music containing notes
-(ie. Request_chords), without context specification.
-
-Called from parser.
-"
+(ie. Request_chords), without context specification. Called from parser."
(let*
((es (ly-get-mus-property music 'elements))
(e (ly-get-mus-property music 'element))
outdir = 'out-' + conf
if not patch_name:
- to_diff + '.diff'
-patch_name = compat_abspath (os.path.join (outdir, to_diff + '.diff'))
+ patch_name = os.path.join (outdir, '%s-%s-%s.diff' % (package.name,
+ version_tuple_to_str (flags.from_version),
+ version_tuple_to_str (flags.to_version)))
+
+ patch_name = compat_abspath (patch_name)
from_diff = '/tmp/package-diff/' + from_diff
to_diff = '/tmp/package-diff/' + to_diff