]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.72
authorfred <fred>
Wed, 27 Mar 2002 00:04:55 +0000 (00:04 +0000)
committerfred <fred>
Wed, 27 Mar 2002 00:04:55 +0000 (00:04 +0000)
buildscripts/docxx-lily.sh [deleted file]
input/test/tuplet-2.ly [deleted file]

diff --git a/buildscripts/docxx-lily.sh b/buildscripts/docxx-lily.sh
deleted file mode 100644 (file)
index 82407ed..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-cwd=`pwd`
-
-{ cd $LILYPOND_SOURCEDIR; cd ..; 
-export LILYPOND_ROOTDIR=`pwd` }
-
-if [ "$1" = "" ]; then
-  VERSION=`show-current`
-  TARBALL=$LILYPOND_ROOTDIR/releases/lilypond-$VERSION.tar.gz
-  cwd=`pwd`
-else
-  TARBALL=$1
-fi
-
-
-tar-docxx $TARBALL
diff --git a/input/test/tuplet-2.ly b/input/test/tuplet-2.ly
deleted file mode 100644 (file)
index 7e8b18c..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-\score { 
-  \context Voice \notes\relative c {
-    
-       \times 2/3 { c''8 c c }
-       \times 2/3 { c8 c'' c,, }
-       
-  }
-  \paper { }  
-  \midi { }
-}
\ No newline at end of file