From 74a26a8c8a5fc616d24b91937ca21e87d1c5621d Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 21:26:44 +0000 Subject: [PATCH] lilypond-1.0.12 --- Documentation/tex/tutorial.yo | 7 ++++--- aclocal.m4 | 2 +- buildscripts/ps-to-gifs.sh | 2 +- config.make.in | 1 + lily/plet-spanner.cc | 2 +- 5 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Documentation/tex/tutorial.yo b/Documentation/tex/tutorial.yo index 1f0d591e5f..a8e7f025e2 100644 --- a/Documentation/tex/tutorial.yo +++ b/Documentation/tex/tutorial.yo @@ -3,8 +3,6 @@ COMMENT(-*-text-*-) redef(var)(1)(whenlatex(latexcommand({\normalfont\scshape )ARG1+latexcommand(}))\ whenhtml(sc(ARG1))) -def(mycode)(1)(tt(ARG1)) - COMMENT( This document contains Mudela fragments. You need at least Yodl-1.30.18 to convert this to tex or html. @@ -62,7 +60,10 @@ latexcommand(\def\preexample{\par}) latexcommand(\def\postexample{\par\medskip}) latexcommand(\def\file#1{{mycode(#1)}}) +COMMENT(urg, texinfo include breaks) +whenhtml( includefile(html-disclaimer.yo-urg) +) sect(Introduction) label(tutorial:introduction) @@ -1444,7 +1445,7 @@ mudela(verbatim)( > \paper { linewidth = -1.0; - stem_length = 12.0*\internote; + stem_length = 6.0*\interline; } } ) diff --git a/aclocal.m4 b/aclocal.m4 index 9400efd8e0..9aae46c032 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -229,7 +229,7 @@ dnl fi AC_CHECK_PROGS(TAR, tar, error) AC_CHECK_PROGS(BASH, bash, /bin/sh) - AC_PATH_PROG(PYTHON, python, -echo no python) + AC_PATH_PROG(PYTHON, ${PYTHON:-python}, -echo no python) AC_SUBST(PYTHON) diff --git a/buildscripts/ps-to-gifs.sh b/buildscripts/ps-to-gifs.sh index b342cbc299..0f4afe0a5a 100644 --- a/buildscripts/ps-to-gifs.sh +++ b/buildscripts/ps-to-gifs.sh @@ -75,7 +75,7 @@ fi rm -f $BASE{.ppm,.$GIF} $BASE-page*{.ppm,.$GIF} # generate the pixmap at twice the size, then rescale (for antialiasing) -cat $FILE | gs -sDEVICE=ppmraw $SIZE -sOutputFile="$BASE-page%d.ppm" -r200 -dNOPAUSE - -c quit $FILE +cat $FILE | gs -sDEVICE=ppmraw $SIZE -sOutputFile="$BASE-page%d.ppm" -r180 -dNOPAUSE - -c quit $FILE # quant is soo slow # cat $PPMFILE | ppmquant 2 | pnmscale 0.3333 | pnmcrop | $PNMTOGIF $color > $OUTFILE PPMS=`ls $BASE*ppm` diff --git a/config.make.in b/config.make.in index 1cc983d7c5..021262f252 100644 --- a/config.make.in +++ b/config.make.in @@ -52,6 +52,7 @@ PATHSEP = @PATHSEP@ PERL = @PERL@ PYTHON = @PYTHON@ TAR= @TAR@ +STRIPROFF = @STRIPROFF@ TROFF = @TROFF@ YODL= @YODL@ YODL2HTML= @YODL2HTML@ diff --git a/lily/plet-spanner.cc b/lily/plet-spanner.cc index 4ec3c8d623..5b7637f12e 100644 --- a/lily/plet-spanner.cc +++ b/lily/plet-spanner.cc @@ -119,7 +119,7 @@ Plet_spanner::do_post_processing () do { if (stem_l_drul_[d]->empty_b ()) { - Direction u = d; + Direction u = d; flip (&u); dy_f_drul_[d] = dy_f_drul_[u]; // ughugh \[/3 r8 c8 r8 \]/1 } -- 2.39.5