From: hanwen Date: Wed, 10 Jul 2002 13:31:08 +0000 (+0000) Subject: (before_line_breaking): update X-Git-Tag: release/1.5.71~169 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=bf87a331bba6214c6abd046c1416400f197b4f06;p=lilypond.git (before_line_breaking): update #'bounded-by-me field for suicided items. This fixes crazy spacing in \partcombine scores. --- diff --git a/ChangeLog b/ChangeLog index 802ed12ee4..b78faea424 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-07-10 Han-Wen Nienhuys + + * 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 * config.hh.in: Add HAVE_SSTREAM. @@ -14,6 +20,11 @@ 2002-07-08 Han-Wen + * 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. diff --git a/Documentation/topdocs/AUTHORS.texi b/Documentation/topdocs/AUTHORS.texi index 1187222ab5..6259e174eb 100644 --- a/Documentation/topdocs/AUTHORS.texi +++ b/Documentation/topdocs/AUTHORS.texi @@ -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 diff --git a/Documentation/user/preface.itely b/Documentation/user/preface.itely index 5829a8fa3b..7cbcc7da7b 100644 --- a/Documentation/user/preface.itely +++ b/Documentation/user/preface.itely @@ -1,6 +1,6 @@ @node Preface -@chapter Preface +@unnumberedchapter Preface It must have been during a rehearsal of the EJE (Eindhoven Youth diff --git a/GNUmakefile.in b/GNUmakefile.in index e2b6c8ba47..5ecb4bbfcf 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -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) diff --git a/buildscripts/lilypond-profile.sh b/buildscripts/lilypond-profile.sh index 22af4fb64c..74736942d1 100644 --- a/buildscripts/lilypond-profile.sh +++ b/buildscripts/lilypond-profile.sh @@ -12,19 +12,26 @@ 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 diff --git a/lily/a2-engraver.cc b/lily/a2-engraver.cc index b005a9950d..4d7b440def 100644 --- a/lily/a2-engraver.cc +++ b/lily/a2-engraver.cc @@ -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 */ "");