]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.1.2
authorfred <fred>
Tue, 26 Mar 2002 21:28:47 +0000 (21:28 +0000)
committerfred <fred>
Tue, 26 Mar 2002 21:28:47 +0000 (21:28 +0000)
NEWS
VERSION
scripts/ly2dvi.py

diff --git a/NEWS b/NEWS
index c11ce8fd55a429bac86f50823a519c01299ac110..98e3382e0169db0ab70c3d5c7c00fd460ab3dae7 100644 (file)
--- 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 deeabc172bca7a1156bdac5eb84c52081a6b0339..8186dd8606fdabeb336d4db4f14a7a9f43c5ab85 100644 (file)
--- 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
index 287fa5ad219f37911da7dc2b46e9bd9d72fb4b33..bdf89706bf04de3384df952b0bd50a99236dee52 100644 (file)
@@ -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'):