From: Han-Wen Nienhuys Date: Fri, 9 Jun 2006 23:29:48 +0000 (+0000) Subject: trim outdated info. X-Git-Tag: release/2.10.0-2~530 X-Git-Url: https://git.donarmstrong.com/?p=lilypond.git;a=commitdiff_plain;h=d6d0984c69434ea4f7fe363d3b0dca7f2a619dfc trim outdated info. --- diff --git a/ChangeLog b/ChangeLog index dd7022457c..8cce756d72 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-06-10 Han-Wen Nienhuys + + * HACKING: trim outdated info. + 2006-06-09 Mats Bengtsson * scm/define-grobs.scm (all-grob-descriptions): Add diff --git a/HACKING b/HACKING index 65ee857573..081bb2a24c 100644 --- a/HACKING +++ b/HACKING @@ -4,47 +4,9 @@ If you want to contribute and can build LilyPond yourself, there's no need to install that development version; you can run it from the build tree. -Use the scripts below to configure and select to use the -lilypond from the local build tree like this +put the following script in your PATH, with $LILY_SRC_DIR set to the +source directory. - clily && make - lily/out/lilypond input/simple.ly - -or - - ./configure && make - LILYPONDPREFIX=$(pwd)/out out/lily/lilypond input/simple.ly - - -clily: -#!/bin/bash - -[ -x configure ] || ./autogen.sh --noconf -rm -f config.cache -./configure --prefix=$(pwd)/out --infodir=$(pwd)/share/info --disable-optimising --enable-gui "$@" - -here-lily: -# source me - switching to older versions of LilyPond - -export PATH=$(pwd)/lily/out:$(pwd)/scripts/out:$PATH - -unset LILYPONDPREFIX -unset TEXMF - -# ugh: must fool-proof other TeX environment variables -TEXINPUTS=: -MFINPUTS=: -TFMFONTS=: - -. VERSION -FULL_VERSION=$MAJOR_VERSION.$MINOR_VERSION.$PATCH_LEVEL -if [ -n "$MY_PATCH_LEVEL" ]; then - FULL_VERSION=$FULL_VERSION.$MY_PATCH_LEVEL -fi - -datadir=$(pwd)/share/lilypond/$FULL_VERSION -export TEXMF="{$datadir,"`kpsexpand \\$TEXMF`"}" - -export GS_FONTPATH="$datadir/fonts/type1:/usr/share/texmf/fonts/type1/bluesky/cm:/usr/share/texmf/fonts/type1/public/ec-fonts-mftraced" -export GS_LIB="$datadir/ps:$GS_FONTPATH" + #!/bin/sh + exec $LILY_SRC_DIR/out/bin/lilypond --relocate "$@" diff --git a/lily/figured-bass-position-engraver.cc b/lily/figured-bass-position-engraver.cc index 0383f35c25..8b4e7462c7 100644 --- a/lily/figured-bass-position-engraver.cc +++ b/lily/figured-bass-position-engraver.cc @@ -78,7 +78,6 @@ Figured_bass_position_engraver::acknowledge_note_column (Grob_info info) support_.push_back (info.grob ()); } - void Figured_bass_position_engraver::acknowledge_end_slur (Grob_info info) {