]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/output-gnome.scm
* scm/output-gnome.scm (placebox): Shield affine-relative.
[lilypond.git] / scm / output-gnome.scm
index 05d4751b7053c82056b3363d17c09fc8fdc7767a..f059b5f78a703b3b6966308f374c106e6cc3ab75 100644 (file)
@@ -4,75 +4,66 @@
 ;;;; 
 ;;;; (c)  2004 Jan Nieuwenhuizen <janneke@gnu.org>
 
-
-;;; HIP -- hack in progress
-
-;;; Note: this install information is volatile
-;;;       you'll probably want to pull all from
-;;;       from guile-gnome-devel@gnu.org--2004 soon
-;;;   
-;;; move this into workbook?
-
+;;; TODO:
+;;;
+;;;  * Figure out and fix font scaling and character placement
+;;;  * EC font package: add missing X font directories and AFMs
+;;;  * User-interface, keybindings
+;;;  * Implement missing stencil functions
+;;;  * Implement missing commands
+;;;  * More information in stencils, e.g., location and grob tag.
+;;;  * Embedded Lily:
+;;;    - allow GnomeCanvas or `toplevel' GtkWindow to be created
+;;;      outside of LilyPond
+;;;    - lilylib.
+;;;  * Release schedule and packaging of dependencies.  This hack
+;;;    depends on several CVS and TLA development sources.
+
+;;; You need:
+;;;
+;;;   * Rotty's g-wrap--tng TLA, possibly Janneke's if you have libffi-3.4.
+;;;   * guile-gnome TLA
+;;;   * pango CVS (ie, > 2004-06-12)
+;;;
+;;; See also: guile-gtk-general@gnu.org
+
+;;; Try it
+;;;
+;;;   * Get cvs and tla
+;;;
+;;;   * 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:$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.
+;;;
+;;;  * Run lily:
 "
-## install gnome-devel
-
-## use guile-1.6 for g-wrap/guile-gnome
-PATH=/usr/bin:$PATH
-
-## get g-wrap 2.0
-tla register-archive a.rottmann@gmx.at--2004-main http://people.debian.org/~rotty/arch/a.rottmann@gmx.at/2004-main || true
-
-rm -rf gw-pristine
-tla get a.rottmann@gmx.at--2004-main/g-wrap--tng gw-pristine
-cd gw-pristine
-
-AUTOMAKE=automake-1.8 AUTOCONF=autoconf2.50 sh autogen.sh --noconfigure
-mkdir =build
-cd =build
-../configure --prefix=$HOME/usr/pkg/g-wrap
-make install
-
-cd ../..
-
-## get guile-gnome
-tla register-archive guile-gnome-devel@gnu.org--2004 http://people.debian.org/~rotty/arch/guile-gnome-devel@gnu.org/2004/ || true
-rm -rf guile-gnome
-tla guile-gnome-devel@gnu.org--2004/dists--dev guile-gnome
-cd guile-gnome
-tla build-config -r configs/gnu.org/dev
-cd src
-## ugh: get janneke's stuff -- should make build-config, I guess?
-tla register-archive janneke@gnu.org--2004-gnome http://lilypond.org/~janneke/{arch}/2004-gnome || true
-rm -rf defs
-rm -rf libgnomecanvas
-tla get janneke@gnu.org--2004-gnome/libgnomecanvas--janneke--0 libgnomecanvas
-tla get janneke@gnu.org--2004-gnome/libgnomecanvas--janneke--0 defs
-
-AUTOMAKE=automake-1.8 AUTOCONF=autoconf2.50 sh autogen.sh --noconfigure
-mkdir ../=build
-cd ../=build
-
-export GUILE_LOAD_PATH=$HOME/usr/pkg/g-wrap/share/guile/site:$GUILE_LOAD_PATH
-export LD_LIBRARY_PATH=$HOME/usr/pkg/g-wrap/lib:$LD_LIBRARY_PATH
-export PKG_CONFIG_PATH=$HOME/usr/pkg/g-wrap/lib/pkgconfig:$PKG_CONFIG_PATH
-
-../src/configure --prefix=$HOME/usr/pkg/guile-gnome
-
-G_WRAP_MODULE_DIR=$HOME/usr/pkg/g-wrap/share/guile/site make install
-#FIXME: fixup
-(cd $HOME/usr/pkg/guile-gnome/share/guile/gnome && mv gtk/g[dt]k.scm gw)
-
-export GUILE_LOAD_PATH=$HOME/usr/pkg/guile-gnome/share/guile:$GUILE_LOAD_PATH
-export LD_LIBRARY_PATH=$HOME/usr/pkg/guile-gnome/lib:$LD_LIBRARY_PATH
-guile -s ../src/gtk/examples/hello.scm
-
-
 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)
 
@@ -81,161 +72,186 @@ lilypond-bin -fgnome input/simple-song.ly
 
 (use-modules
  (guile)
+ (srfi srfi-13)
  (lily)
- (gnome gtk)
- (gnome gw libgnomecanvas))
+ (gnome gtk))
 
 
-;;; Lily output interface --- fix silly names and docme
+;; The name of the module will change to `canvas' rsn
+(if (resolve-module '(gnome gw canvas))
+    (use-modules (gnome gw canvas))
+    (use-modules (gnome gw libgnomecanvas)))
 
-"
- The output interface has functions for
-  * formatting stencils, and
-  * output commands
 
- Stencils:
- beam
- bezier-sandwich
- bracket
- ...
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+;;; globals
 
- Commands:
- define-fonts
- header
- placebox
- ...
+;; junkme
+(define system-origin '(0 . 0))
 
+;;; set by framework-gnome.scm
+(define canvas-root #f)
+(define output-scale #f)
+
+
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+;; helper functions
+
+(define (stderr string . rest)
+  ;; debugging
+  (if #f
+      (begin
+       (apply format (cons (current-error-port) (cons string rest)))
+       (force-output (current-error-port)))))
+
+(define (utf8 i)
+  (cond
+   ((< i #x80) (make-string 1 (integer->char i)))
+   ((< i #x800) (list->string
+                (map integer->char
+                     (list (+ #xc0 (quotient i #x40))
+                           (+ #x80 (modulo i #x40))))))
+   ((< i #x10000)
+    (let ((x (quotient i #x1000))
+         (y (modulo i #x1000)))
+      (list->string
+       (map integer->char
+           (list (+ #xe0 x)
+                 (+ #x80 (quotient y #x40))
+                 (+ #x80 (modulo y #x40)))))))
+   (else FIXME)))
+  
+(define (custom-utf8 i)
+  (if (< i 80)
+      (utf8 i)
+      (utf8 (+ #xee00 i))))
 
- The Bare minimum interface for \score { \notes c } } should
- implement:
+(define (draw-rectangle x1 y1 x2 y2 color width-units)
+  (make <gnome-canvas-rect>
+    #:parent (canvas-root) #:x1 x1 #:y1 y1 #:x2 x2 #:y2 y2
+    #:fill-color color #:width-units width-units))
 
-    INTERFACE-output-expression
-    char
-    filledbox
-    placebox
 
- and should intercept:
-"
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+;;; stencil outputters
+;;;
 
+;;; catch-all for missing stuff
+;;; comment this out to see find out what functions you miss :-)
 (define (dummy . foo) #f)
-
-;; minimal intercept list:
-(define output-interface-intercept
-  '(
-    comment
-    define-fonts
-    end-output
-    header
-    header-end
-    lily-def
-    no-origin
-    output-scopes
-    start-page
-    stop-page
-    start-system
-    stop-system
- ))
-
 (map (lambda (x) (module-define! this-module x dummy))
-     output-interface-intercept)
-
-(define-public (gnome-output-expression expr port)
-  (display (dispatch expr) port))
-
-(define (dispatch expr)
-  (let ((keyword (car expr)))
-    (cond
-     ((eq? keyword 'some-func) "")
-     ;;((eq? keyword 'placebox) (dispatch (cadddr expr)))
-     (else
-      (if (module-defined? this-module keyword)
-         (apply (eval keyword this-module) (cdr expr))
-         (begin
-           (display
-            (string-append "undefined: " (symbol->string keyword) "\n"))
-           ""))))))
-  
-
-;;; Global vars
-(define main-window #f)
-(define canvas-root #f)
+     (append
+      (ly:all-stencil-expressions)
+      (ly:all-output-backend-commands)))
 
-(define output-scale (* 2 2.83464566929134))
-(define system-y 0)
-(define line-thickness 0.001)
 
 
 (define (char font i)
-  (let ((item (make <gnome-canvas-text> #:x 0 #:y 0
-                   #:font "new century schoolbook, i bold 20"
-                   #:text (char->string i))))
-    (add canvas-root txt)))
+  (text font (utf8 i)))
 
 (define (placebox x y expr)
-  #f)
-
-;; gnome_canvas_item_new (gnome_canvas_root (canvas),
-;;  gnome_canvas_rect_get_type (),
-;;  "x1", (double) x1,
-;;  "y1", (double) y1,
-;;  "x2", (double) x2,
-;;  "y2", (double) y2,
-;;  "fill_color", "black",
-;;  "outline_color", "black",
-;;  "width_units", 1.0,
-;;  NULL);
-  
+  (stderr "item: ~S\n" expr)
+  (let ((item expr))
+    ;;(if item
+    ;; FIXME ugly hack to skip #unspecified ...
+    (if (and item (not (eq? item (if #f #f))))
+       (begin
+         (move item
+               (* output-scale (+ (car system-origin) x))
+               (* output-scale (- (car system-origin) y)))
+         ;; UGH latest guile-gnome is broken
+         (if (defined? 'affine-relative)
+             (affine-relative item output-scale 0 0 output-scale 0 0))
+         item)
+       #f)))
+
 (define (round-filled-box breapth width depth height blot-diameter)
-  (let* ((x1 . ,(number->string (* output-scale (- 0 breapth))))
-        (y1 . ,(number->string (* output-scale (- 0 height))))
-        (x2 . ,(number->string (* output-scale width)))
-        (y2 . ,(number->string (* output-scale height)))
-        ;;(ry . ,(number->string (/ blot-diameter 2)))
-        ;; FIXME: no rounded corners on rectangle
-        (item (make <gnome-canvas-rect>
-                #:x1 x1 #:y1 y1 #:x2 x2.0 #:y2 y2
-                ;;#:width-unit blot-diameter
-                )))
-    (add canvas-root item)))
-
-(define (fontify font expr)
-  #f)
-
-(define (end-output)
-  (gtk-main))
-
-(define (header . rest)
-  (let* ((window (make <gtk-window> #:type 'toplevel))
-        (button (make <gtk-button> #:label "Exit"))
-        (canvas (make <gnome-canvas> ))
-        (vbox (make <gtk-vbox>)))
-
-    (gtk-container-add window vbox)
-    (gtk-widget-show vbox)
+  ;; FIXME: no rounded corners on rectangle...
+  ;; FIXME: blot?
+  (draw-rectangle (- breapth) depth width (- height) "black" blot-diameter))
+
+(define (pango-font-name font)
+  (cond
+   ((equal? (ly:font-name font) "GNU-LilyPond-feta-20")
+    "lilypond-feta, regular 32")
+   (else
+    ;; FIXME
+    "ecrm12")))
+    ;;(ly:font-name font))))
+    ;;(ly:font-filename font))))
+
+(define (pango-font-size font)
+  (let* ((designsize (ly:font-design-size font))
+        (magnification (* (ly:font-magnification font)))
+        
+        ;; experimental sizing:
+        ;; where does factor come from?
+        ;;
+        ;; 0.435 * (12 / 20) = 0.261
+        ;; 2.8346456692913/ 0.261 = 10.86071137659501915708
+        ;;(ops (* 0.435 (/ 12 20) (* output-scale pixels-per-unit)))
+        ;; for size-points
+        (ops 2.61)
+        
+        (scaling (* ops magnification designsize)))
+    (stderr "OPS:~S\n" ops)
+    (stderr "scaling:~S\n" scaling)
+    (stderr "magnification:~S\n" magnification)
+    (stderr "design:~S\n" designsize)
     
-    (set-size-request canvas 300 300)
-    (gtk-container-add vbox canvas)
+    scaling))
 
-    (gtk-container-add vbox button)
-    (gtype-instance-signal-connect button 'clicked
-                                  (lambda (b) (gtk-main-quit)))
-    
-    (gtk-widget-show canvas)
-    (gtk-widget-show button)
-    (gtk-widget-show window)
-    
-    (set! canvas-root (root canvas))
-    (set! main-window window)))
+;;font-name: "GNU-LilyPond-feta-20"
+;;font-filename: "feta20"
+;;pango-font-name: "lilypond-feta, regular 32"
+;;OPS:2.61
+;;scaling:29.7046771653543
+;;magnification:0.569055118110236
+;;design:20.0
 
 (define (text font string)
-  (let ((item (make <gnome-canvas-text> #:x 0 #:y 0
-                   #:font "new century schoolbook, i bold 20"
-                   #:text string)))
-    (add canvas-root txt)))
+  (stderr "font-name: ~S\n" (ly:font-name font))
+  ;; TODO s/filename/file-name/
+  (stderr "font-filename: ~S\n" (ly:font-filename font))
+  
+  (stderr "pango-font-name: ~S\n" (pango-font-name font))
+  (stderr "pango-font-size: ~S\n" (pango-font-size font))
+  
+  (make <gnome-canvas-text>
+    #:parent (canvas-root)
+    
+    ;; experimental text placement corrections.
+    ;; UGHR?  What happened to tex offsets?  south-west?
+    ;; is pango doing something 'smart' wrt baseline ?
+    #:anchor 'south-west
+    #:x 0.003 #:y 0.123
+    
+    ;;#:anchor 'west
+    ;;#:x 0.015 #:y -3.71
+    
+    #:font (pango-font-name font)
+    
+    #:size-points (pango-font-size font)
+    ;;#:size ...
+    #:size-set #t
+    
+    ;;apparently no effect :-(
+    ;;#:scale 1.0
+    ;;#:scale-set #t
+    
+    #:fill-color "black"
+    #:text string))
 
 (define (filledbox a b c d)
   (round-filled-box a b c d 0.001))
 
 ;; WTF is this in every backend?
-(define (horizontal-line x1 x2 th)
-  (filledbox (- x1) (- x2 x1) (* .5 th) (* .5 th)))
+(define (horizontal-line x1 x2 thickness)
+  (filledbox (- x1) (- x2 x1) (* .5 thickness) (* .5 thickness)))
+
+;;(define (define-origin file line col)
+;;  (if (procedure? point-and-click)
+;;      (list 'location line col file)))
+
+(define (grob-cause grob)
+  grob)