]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.147
authorfred <fred>
Wed, 27 Mar 2002 01:00:34 +0000 (01:00 +0000)
committerfred <fred>
Wed, 27 Mar 2002 01:00:34 +0000 (01:00 +0000)
Documentation/user/dummy-interfaces.itexi [new file with mode: 0644]
input/test/lyrics.ly
ly/german-chords.ly
ports/mutopia/Mendelssohn-BartholdyF/GNUmakefile [new file with mode: 0644]
ports/mutopia/SorF/GNUmakefile [new file with mode: 0644]
scripts/update-lily.py

diff --git a/Documentation/user/dummy-interfaces.itexi b/Documentation/user/dummy-interfaces.itexi
new file mode 100644 (file)
index 0000000..65772d0
--- /dev/null
@@ -0,0 +1,6 @@
+
+@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}
index 0129a9411e92d563f82c8a28701915032ac35312..19b1b54627295bae3e3fc14103a756f5597c869d 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.3.146"
+4\version "1.3.146"
 
 
 somewhatLong =  \lyrics{
index 856340d12e6d17304f438b41532adbf7b3142947..2bdc143f30284c9d7b59dea269ef06fcc78d9403 100644 (file)
@@ -9,7 +9,7 @@
 
 #(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))
diff --git a/ports/mutopia/Mendelssohn-BartholdyF/GNUmakefile b/ports/mutopia/Mendelssohn-BartholdyF/GNUmakefile
new file mode 100644 (file)
index 0000000..aa36317
--- /dev/null
@@ -0,0 +1,3 @@
+ depth = ../../..
+ include $(depth)/ports/ports.make
diff --git a/ports/mutopia/SorF/GNUmakefile b/ports/mutopia/SorF/GNUmakefile
new file mode 100644 (file)
index 0000000..aa36317
--- /dev/null
@@ -0,0 +1,3 @@
+ depth = ../../..
+ include $(depth)/ports/ports.make
index 99e7c68cfd6608c997e454058e02b9b0cd32f9d5..97e4b58d36cd4ae20f8a86b8d22b33303d1a8473 100644 (file)
@@ -62,7 +62,7 @@ cd %n-%v &&
 ./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
 '''
 
 
@@ -447,8 +447,9 @@ if 1:
 
        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))