--- /dev/null
+
+@node Full Grob interface list
+@unnumbered Full Grob interface list
+
+The automatic documentation failed to build.
+Visit @uref{http://www.cs.uu.nl/~hanwen/lilypond/Documentation,lilypond online}
#(define german-Bb #f)
-#(define (pitch->chord-name-text-banter pitch)
+#(define (pitch->chord-name-text-banter pitch additions)
(if (equal? (cdr pitch) '(6 -1))
(if german-Bb
(cons "B" (accidental->text -1))
./configure --prefix=$HOME/usr && make all web
) >> %n-%v/log.txt 2>&1 &&
rm -f %n &&
-ln -s %n%-%v %n
+ln -s %n-%v %n
'''
progress (_ ("building %s...") % latest)
os.chdir (build_root)
- if build (latest) and previous and remove_previous_p:
- system ('rm -rf %s' % os.path.join (build_root, previous))
+ if build (latest):
+ if previous and remove_previous_p:
+ system ('rm -rf %s' % os.path.join (build_root, previous))
else:
if notify:
system ('(date; uname -a) | mail -s "%s failed" %s' % (program_name, notify))