]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.0.1
authorfred <fred>
Sun, 3 May 1998 20:23:19 +0000 (20:23 +0000)
committerfred <fred>
Sun, 3 May 1998 20:23:19 +0000 (20:23 +0000)
buildscripts/clean-diaper.sh [new file with mode: 0644]
lily/include/rest-column-engraver.hh [new file with mode: 0644]

diff --git a/buildscripts/clean-diaper.sh b/buildscripts/clean-diaper.sh
new file mode 100644 (file)
index 0000000..47c2a06
--- /dev/null
@@ -0,0 +1,22 @@
+#!/bin/sh
+
+# unclobber current dir.
+rm -vf *.aux *.log *.orig *~  *dvi *.dep
+
+# subdirs
+rm -vf `grep -li "^% Creator: GNU LilyPond" *.out *.tex` 
+rm -vf `grep -li "Creator: mi2mu" *.midi.ly`
+rm -vf `grep -li "%Creator: dvipsk" *.ps`
+rm -vf `grep -li "Creator: GNU LilyPond" *.midi`
+rm -vf `grep -li "Creator: ly2dvi" *.tex`
+rm -vf `find -name 'core'`
+rm -vf `find -name '*.orig'`
+rm -vf `find -name '*.rej'`
+
+
+
+
+    
+# docxx mess
+rm -vf *.class  HIER*.html dxxgifs.tex gifs.db icon?.gif logo.gif down.gif \
+    aindex.html index.html
diff --git a/lily/include/rest-column-engraver.hh b/lily/include/rest-column-engraver.hh
new file mode 100644 (file)
index 0000000..e69de29