Hi, I'm getting a "plain" font for dynamics with lily cvs (ChangeLog 1.3177).
The only error msg I get is: programming error: Stencil::moved_to_edge: adding empty stencil. The output can be seen here: http://www.pedrokroeger.net/lilypond/da.ps.gz this only happens with the ps backend. I supposed I'm missing something, since I'm still catching up with latest changes. What it is? for the record, I'm running lily from source dir using Jan's scripts: clily -------------------------------------------------------- [ -x configure ] || ./autogen.sh --noconf rm -f config.cache ./configure --prefix=$(pwd) --infodir=$(pwd)/share/info --disable-optimising --enable-gui "$@" -------------------------------------------------------- and here-lily -------------------------------------------------------- export PATH=$(pwd)/lily/out:$(pwd)/scripts/out:$PATH unset LILYPONDPREFIX unset TEXMF # ugh: must fool-proof other TeX environment variables TEXINPUTS=: MFINPUTS=: TFMFONTS=: datadir=$(pwd)/share/lilypond 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" -------------------------------------------------------- _______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel