From 74d8ba5397474005e28fa55630f30f1ae630255b Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 21:28:47 +0000 Subject: [PATCH] lilypond-1.1.2 --- NEWS | 24 ++++++++++++++++++++++++ VERSION | 2 +- scripts/ly2dvi.py | 3 ++- 3 files changed, 27 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index c11ce8fd55..98e3382e01 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,27 @@ +pl 1.mb1 + - Support for cautionary accidentals. , i.e. accidentals + within parantheses. Syntax: 'cis?'. Try input/test/accid.fly + Note that the font has changed. + - bf: No unnecessary warnings about time signatures + - Added optional second argument of \key. Set to \major or \minor + to get a major or minor key. Default: major. + - bf: Compilation error in midi-walker.cc +pl 1.jcn2 + - fixes for htmldoc, website + - silly jcn1 fixes + - junked MODULE stuff from lily/GNUmakefile (again) + +pl 0.jcn4 + -set: + export GUILE_LOAD_PATH=$HOME/usr/src/lilypond/init + - dstream: Score_element, Column_info + - -fscm debug hack: lilypond -fscm a; guile a.scm > a.tex; tex a + - init/lily.scm + + +******** + +pl 1 pl 0.uu5 - fixed MIDI output. diff --git a/VERSION b/VERSION index deeabc172b..8186dd8606 100644 --- a/VERSION +++ b/VERSION @@ -1,7 +1,7 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=1 MINOR_VERSION=1 -PATCH_LEVEL=1 +PATCH_LEVEL=2 MY_PATCH_LEVEL= # use the above to send patches: MY_PATCH_LEVEL is always empty for a diff --git a/scripts/ly2dvi.py b/scripts/ly2dvi.py index 287fa5ad21..bdf89706bf 100644 --- a/scripts/ly2dvi.py +++ b/scripts/ly2dvi.py @@ -876,7 +876,8 @@ class Properties: def getLilyopts(): inc = '' if len(Props.get('include')) > 0: - inc = '-I ' + string.join(Props.get('include'),os.pathsep) +# inc = '-I ' + string.join(Props.get('include'),os.pathsep) + inc = '-I ' + string.join(Props.get('include'), ' -I ') else: if Props.get('dependencies'): -- 2.39.5