lilypond/scm ps-to-png.scm

2005-09-05 Thread Han-Wen Nienhuys
users. CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/scm/ps-to-png.scm.diff?tr1=1.19&tr2=1.20&r1=text&r2=text Patches: Index: lilypond/scm/ps-to-png.scm diff -u lilypond/scm/ps-to-png.scm:1.19 lilypond/scm/ps-to-png.scm:1.20 --- lilypond/scm/ps-to-png.scm:1.19

lilypond scm/ps-to-png.scm ./ChangeLog

2005-06-16 Thread Jan Nieuwenhuizen
Graham Percival <[EMAIL PROTECTED]> * Documentation/user/basic-notation.itely: include ChoirStaff Index: lilypond/scm/ps-to-png.scm diff -u lilypond/scm/ps-to-png.scm:1.9 lilypond/scm/ps-to-png.scm:1.10 --- lilypond/scm/ps-to-png.scm:1.9 Sun Jun 12 14:11:19 2005 +++ lilypond/scm/ps-to-png.scm T

lilypond scm/ps-to-png.scm scm/backend-library....

2005-06-10 Thread Jan Nieuwenhuizen
yLevel=1.4 \ -sPAPERSIZE=~a\ - -q\ -dNOPAUSE\ -dBATCH\ -r1200 \ @@ -48,6 +61,8 @@ -c .setpdfwrite\ -f ~S\ " + (search-gs) + (if (ly:get-option 'verbose) "" "-q") (if (ly:get-option 'g

lilypond scm/ps-to-png.scm scm/lily.scm scm/edi...

2005-06-09 Thread Jan Nieuwenhuizen
from-gui?) +(define-public (running-from-gui?) (let ((have-tty? (isatty? (current-input-port)))) ;; If no TTY and not using safe, assume running from GUI. (cond Index: lilypond/scm/ps-to-png.scm diff -u lilypond/scm/ps-to-png.scm:1.4 lilypond/scm/ps-to-png.scm:1.5 --- lilypond/scm/ps-to-pn

lilypond scm/ps-to-png.scm scm/framework-ps.scm...

2005-06-07 Thread Jan Nieuwenhuizen
CVSROOT:/cvsroot/lilypond Module name:lilypond Branch: Changes by: Jan Nieuwenhuizen <[EMAIL PROTECTED]> 05/06/07 07:45:33 Modified files: scm: ps-to-png.scm framework-ps.scm lily : main.cc flower : file-path.cc