]> git.donarmstrong.com Git - lilypond.git/commitdiff
(before_line_breaking): update
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 10 Jul 2002 13:31:08 +0000 (13:31 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 10 Jul 2002 13:31:08 +0000 (13:31 +0000)
#'bounded-by-me field for suicided items.  This fixes crazy
spacing in \partcombine scores.

ChangeLog
Documentation/topdocs/AUTHORS.texi
Documentation/user/preface.itely
GNUmakefile.in
buildscripts/lilypond-profile.sh
lily/a2-engraver.cc

index 802ed12ee4730a05b07e197a6093b46a2c5a274f..b78faea4244b98797e6d2c26ca336cafb4663c82 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-07-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * lily/paper-column.cc (before_line_breaking): update
+       #'bounded-by-me field for suicided items.  This fixes crazy
+       spacing in \partcombine scores.
+
 2002-07-10  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * config.hh.in: Add HAVE_SSTREAM.
 
 2002-07-08  Han-Wen  <hanwen@cs.uu.nl>
 
+       * mutopia/J.S.Bach/Cembalo-Partitas/: remove
+
+       * ly/engraver-init.ly (ScoreContext): turn on automaticMelismata
+       by default.
+
        * lily/voice-devnull-engraver.cc (try_music):
        lily/thread-devnull-engraver.cc: use proper spelling for #'always.
 
index 1187222ab5a7244771f263111d511b27965dc3c1..6259e174ebced252dec1f9fb56f1543fca0e78b1 100644 (file)
@@ -21,8 +21,7 @@ list is alphabetically ordered.
 
 @itemize @bullet
 @item @email{tca@@gnu.org, Tom Cato Amundsen},
-    cembalo-partita in lilypond, accordion symbols, some
-lilypond-book.py
+ accordion symbols, some lilypond-book.py
 @item  @email{jiba@@tuxfamily.org,Jean-Baptiste Lamy }
    Tablature support
 @item @email{matsb@@s3.kth.se, Mats Bengtsson},
@@ -82,12 +81,11 @@ lilypond-book.py
         ancient clefs, etc.)
 @item @email{daboys@@austin.rr.com, Jeffrey B. Reed},
     Windows-NT support.
-@item Shay Rojanski
-    Some lilypond input.
 @item @email{august@@infran.ru, August S.Sigov}
     Russian translation
 @item @email{rune@@zedeler.dk, Rune Zedeler}
-    Drum notation, beaming and auto-accidental changes. Font updates. Misc fixes.
+    Drum notation, beaming and auto-accidental code. Font
+updates. Miscellaneous fixes.
 @end itemize
 
 @bye
index 5829a8fa3b95759a22993adca22acd4acf93d9ec..7cbcc7da7b54da29a924de6f5bdecfd121bbec58 100644 (file)
@@ -1,6 +1,6 @@
 
 @node Preface
-@chapter Preface
+@unnumberedchapter Preface
 
 
 It must have been during a rehearsal of the EJE (Eindhoven Youth
index e2b6c8ba47bef20f1f65d17fc17042aa66fee6e9..5ecb4bbfcfa8f57763c0a5f7a5871263256f9260 100644 (file)
@@ -122,6 +122,7 @@ builddir-setup: $(depth)/$(builddir)/share/lilypond/$(TOPLEVEL_VERSION)-force
 
 $(depth)/$(builddir)/share/lilypond/$(TOPLEVEL_VERSION)-force:
        # Preparing LilyPond tree for builddir exec
+       @echo Making $(depth)/$(builddir)/share 
        @cd $(depth)/$(builddir) && rm -rf share
        @cd $(depth)/$(builddir) && mkdir -p share/lilypond
        @cd $(depth)/$(builddir)/share/lilypond && mkdir -p $(TOPLEVEL_VERSION)
index 22af4fb64c87b63f99cf807f0f9a378a726ec039..74736942d19a0bad546520915ff81c7c082f5f0d 100644 (file)
 if [ "$LILYPONDPREFIX" == "" ] ; then
     datadir=`echo "@datadir@" | sed 's!//!/!g'`
 else
-## to support development from ~/usr/src/lilypon.
-    datadir=$LILYPONDPREFIX
+    if [ -d "$LILYPONDPREFIX/fonts" ] ; then
+       datadir=$LILYPONDPREFIX
+    else
+       eval `cat $LILYPONDPREFIX/VERSION`
+       FULLVERSION="$MAJOR_VERSION.$MINOR_VERSION.$PATCH_LEVEL"
+       datadir="$LILYPONDPREFIX/share/lilypond/$FULLVERSION"
+    fi
+    echo "Setting tree to $datadir"
 fi
 
+# Add the installation directory to the teTeX system tree, 
+# see Documentation/misc/fontinstallation
+TEXMF="{$datadir,"`kpsexpand  \\$TEXMF`"}"
+export TEXMF
+
 # For direct ps output: ps/lilyponddefs.ps
 GS_LIB="$datadir/ps:"${GS_LIB:=""}
 export GS_LIB
 
 
-# Add the installation directory to the teTeX system tree, 
-# see Documentation/misc/fontinstallation
-TEXMF="{$datadir,"`kpsexpand  \\$TEXMF`"}"
-export TEXMF
 
 
 # For direct ps output fonts. Add all available TeX Type1 fonts
index b005a9950defe62dd38ea99b4eb8b52444e19a9a..4d7b440def81689df6f04077654180c56b7503ff 100644 (file)
@@ -207,6 +207,6 @@ up for the musicexpr called @code{one}, down for the musicexpr called
 ",
 /* creats*/       "TextScript",
 /* acks  */       "multi-measure-rest-interface
-slur-interface stem-interface tie-interface note-head-interface"
+slur-interface stem-interface tie-interface note-head-interface dynamic-interface text-interface"
 ,/* reads */       "combineParts noDirection soloADue soloText soloIIText aDueText split-interval unison solo unisilence unirhythm",
 /* write */       "");