From: fred Date: Wed, 27 Mar 2002 00:04:55 +0000 (+0000) Subject: lilypond-1.3.72 X-Git-Tag: release/1.5.59~1159 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=68adcabb21d844891597c6c3fb60aa6067f7ddff;p=lilypond.git lilypond-1.3.72 --- diff --git a/buildscripts/docxx-lily.sh b/buildscripts/docxx-lily.sh deleted file mode 100644 index 82407ed1ff..0000000000 --- a/buildscripts/docxx-lily.sh +++ /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 index 7e8b18c46d..0000000000 --- a/input/test/tuplet-2.ly +++ /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