From: nsceaux Date: Thu, 1 Jul 2004 12:10:35 +0000 (+0000) Subject: updated instructions for running gnome backend X-Git-Tag: release/2.3.9^2~53 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=dccfbe374e6330f16e42b65e0dd9c80039ccf4b5;p=lilypond.git updated instructions for running gnome backend --- diff --git a/ChangeLog b/ChangeLog index 2e6857f1ab..74a51bc225 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-07-01 Nicolas Sceaux + + * scm/output-gnome.scm: updated instructions for running gnome + backend + 2004-06-29 Carl Sorensen * scm/fret-diagrams.scm (draw-dots): default values for dot size diff --git a/scm/output-gnome.scm b/scm/output-gnome.scm index 2f113d87a2..714d7372ea 100644 --- a/scm/output-gnome.scm +++ b/scm/output-gnome.scm @@ -29,27 +29,41 @@ ;;; Try it ;;; -;;; * Install gnome/gtk development stuff +;;; * Get cvs and tla ;;; -;;; * Install g-wrap and guile-gnome, see buildscripts/guile-gnome.sh +;;; * Install gnome/gtk and libffi development stuff +;;; +;;; * Install pango, g-wrap and guile-gnome from CVS or arch: +;;; see buildscripts/guile-gnome.sh ;;; +;;; * Build LilyPond with gui support: configure --enable-gui +;;; +;;; * Supposing that LilyPond was built in ~/cvs/lilypond, tell X about +;;; feta fonts: +" +ln -s ~/cvs/lilypond/mf/out ~/.fonts +mkfontdir ~/.fonts +xset +fp ~/.fonts +" +;;; ;;; * Setup environment " -export GUILE_LOAD_PATH=$HOME/usr/pkg/g-wrap/share/guile/site:$HOME/usr/pkg/g-wrap/share/guile/site/g-wrap:$HOME/usr/pkg/guile-gnome/share/guile -export LD_LIBRARY_PATH=$HOME/usr/pkg/g-wrap/lib:$HOME/usr/pkg/guile-gnome/lib +export GUILE_LOAD_PATH=$HOME/usr/pkg/g-wrap/share/guile/site:$HOME/usr/pkg/g-wrap/share/guile/site/g-wrap:$HOME/usr/pkg/guile-gnome/share/guile:$GUILE_LOAD_PATH +export LD_LIBRARY_PATH=$HOME/usr/pkg/pango/lib:$HOME/usr/pkg/g-wrap/lib:$HOME/usr/pkg/guile-gnome/lib:$LD_LIBRARY_PATH export XEDITOR='/usr/bin/emacsclient --no-wait +%l:%c %f' " ;;; * Also for GNOME point-and-click, you need to set XEDITOR and add " #(ly:set-point-and-click 'line-column) " -;;; to your .ly; then click an object on the canvas. +;;; to your .ly. ;;; ;;; * Run lily: " lilypond-bin -fgnome input/simple-song.ly " - +;;; point-and-click: (mouse-1) click on a graphical object; +;;; grob-property-list: (mouse-3) click on a graphical object. (debug-enable 'backtrace)