]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.26
authorfred <fred>
Sun, 24 Mar 2002 19:30:01 +0000 (19:30 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:30:01 +0000 (19:30 +0000)
Variables.make
input/Makefile
ltest.tex [new file with mode: 0644]

index 50263912220af3a1dfbdfd40317b5d8a6aabea05..e71edf9753f44b990b40ca56bb2e4532da2dae29 100644 (file)
@@ -37,13 +37,10 @@ endif
 # version info
 MAJVER=0
 MINVER=0
-PATCHLEVEL=25
+PATCHLEVEL=26
 VERSION=$(MAJVER).$(MINVER).$(PATCHLEVEL)
 CXXVER=`$(CXX) --version`
 
-#flower version
-NEEDEFLOWERVER=1.0.20
-
 # directories
 TOPDIR  := $(shell if [ "$$PWD" != "" ]; then echo $$PWD; else pwd; fi)
 OBJECTDIR=objects
@@ -84,7 +81,8 @@ SCRIPTS=make_version make_patch genheader clearlily
 MAKFILES=Makefile Variables.make Sources.make Initial.make Generate.make \
        configure
 OFILES=COPYING README NEWS TODO
-IFILES= standchen.tex titledefs.tex pavane.tex lilyponddefs.tex test.tex .dstreamrc dimen.tex 
+IFILES= standchen.tex titledefs.tex pavane.tex lilyponddefs.tex \
+       ltest.tex test.tex .dstreamrc dimen.tex 
 DFILES=$(MAKFILES) $(OFILES) $(IFILES) $(SCRIPTS)
 
 #compiling
index cf9a3c5d6a5d039005fb004ac5d62e412d9b6a5a..eaae8fd3ef9fb0423dceffb3b42d49c3010f80f8 100644 (file)
@@ -1,7 +1,7 @@
 default: ;
 
 DISTFILES=Makefile  kortjakje.ly pavane.ly  maartje.ly\
-       cadenza.ly scales.ly standchen.lily twinkle.ly
+       cadenza.ly scales.ly standchen.ly twinkle.ly
 
 dist:
        ln $(DISTFILES) $(DDIR)/$(SUBDIR)
diff --git a/ltest.tex b/ltest.tex
new file mode 100644 (file)
index 0000000..ce39b7c
--- /dev/null
+++ b/ltest.tex
@@ -0,0 +1,15 @@
+% Mats Bengtsson
+\documentclass[a4paper, 10pt]{article}
+
+% Allow for 8-bit characters:
+\usepackage[latin1]{inputenc}
+\usepackage[T1]{fontenc}
+
+\begin{document}
+\input lilyponddefs
+\input titledefs
+
+\def\settext#1{\normalfont #1} % Allow for 8-bit characters
+
+\input lelie.out
+\end{document}