From: fred Date: Sun, 24 Mar 2002 19:30:01 +0000 (+0000) Subject: lilypond-0.0.26 X-Git-Tag: release/1.5.59~5489 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=88ca70ad17644e375e17e60fa661ec5cc921ed8c;p=lilypond.git lilypond-0.0.26 --- diff --git a/Variables.make b/Variables.make index 5026391222..e71edf9753 100644 --- a/Variables.make +++ b/Variables.make @@ -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 diff --git a/input/Makefile b/input/Makefile index cf9a3c5d6a..eaae8fd3ef 100644 --- a/input/Makefile +++ b/input/Makefile @@ -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 index 0000000000..ce39b7c222 --- /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}