CVSROOT: /cvsroot/lilypond Module name: lilypond Branch: Changes by: Han-Wen Nienhuys <[EMAIL PROTECTED]> 05/06/18 23:45:11
Modified files: . : ChangeLog Documentation/user: invoking.itely tutorial.itely scm : output-svg.scm Log message: * Documentation/user/tutorial.itely (Running LilyPond for the first time): separate subsections for windows, macos and unix. * Documentation/user/invoking.itely (Updating files with convert-ly): add MacOS X note. CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3796&tr2=1.3797&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/user/invoking.itely.diff?tr1=1.36&tr2=1.37&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/user/tutorial.itely.diff?tr1=1.258&tr2=1.259&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/scm/output-svg.scm.diff?tr1=1.29&tr2=1.30&r1=text&r2=text Patches: Index: lilypond/ChangeLog diff -u lilypond/ChangeLog:1.3796 lilypond/ChangeLog:1.3797 --- lilypond/ChangeLog:1.3796 Fri Jun 17 23:39:15 2005 +++ lilypond/ChangeLog Sat Jun 18 23:45:10 2005 @@ -1,3 +1,11 @@ +2005-06-19 Han-Wen Nienhuys <[EMAIL PROTECTED]> + + * Documentation/user/tutorial.itely (Running LilyPond for the + first time): separate subsections for windows, macos and unix. + + * Documentation/user/invoking.itely (Updating files with + convert-ly): add MacOS X note. + 2005-06-18 Han-Wen Nienhuys <[EMAIL PROTECTED]> * lily/paper-outputter.cc (file): open file in binary mode. This @@ -1195,7 +1203,7 @@ * scm/backend-library.scm (postscript->pdf): Invoke gs instead of going through ps2pdf wrappers. -2005-05-09 Jürgen Reuter <[EMAIL PROTECTED]> +2005-05-09 J�¼rgen Reuter <[EMAIL PROTECTED]> * Documentation/user/instrument-notation.itely: petrucci note heads: updated docu @@ -1590,11 +1598,11 @@ * lily/mensural-ligature.cc (brew_flexa): apply thickness property only on vertical lines of flexa shape, and use a constant thickness value for horizontal lines (patch slightly modified by - Jürgen Reuter) + J�¼rgen Reuter) * lily/include/mensural-ligature.hh: make 2 comments clearer -2005-04-28 Jürgen Reuter <[EMAIL PROTECTED]> +2005-04-28 J�¼rgen Reuter <[EMAIL PROTECTED]> * lily/vaticana-ligature-engraver.cc (need_extra_space): renamed to need_extra_horizontal_space; bugfix: use class scope to avoid @@ -2859,7 +2867,7 @@ * Documentation/user/global.itely (Page layout): remove printpagenumber. -2005-03-13 Jürgen Reuter <[EMAIL PROTECTED]> +2005-03-13 J�¼rgen Reuter <[EMAIL PROTECTED]> * input/regression/mensural-ligatures.ly: new file (with examples compiled by Pal Benko). @@ -3595,7 +3603,7 @@ * Documentation/user/notation.itely: small but urgent fix. -2005-02-21 Jürgen Reuter <[EMAIL PROTECTED]> +2005-02-21 J�¼rgen Reuter <[EMAIL PROTECTED]> * lily/duration-scheme.cc: bugfix: correct parameters to SCM_ASSERT_TYPE. @@ -3685,7 +3693,7 @@ * configure.in: add endian test. -2005-02-19 Jürgen Reuter <[EMAIL PROTECTED]> +2005-02-19 J�¼rgen Reuter <[EMAIL PROTECTED]> * Documentation/user/examples.itely: small simplification/beautification @@ -6838,7 +6846,7 @@ * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilypondexperimentalfeatures): Removed. -2004-10-20 Jürgen Reuter <[EMAIL PROTECTED]> +2004-10-20 J�¼rgen Reuter <[EMAIL PROTECTED]> * Documentation/user/notation.itely: fixed 2 typos Index: lilypond/Documentation/user/invoking.itely diff -u lilypond/Documentation/user/invoking.itely:1.36 lilypond/Documentation/user/invoking.itely:1.37 --- lilypond/Documentation/user/invoking.itely:1.36 Wed Jun 15 00:53:33 2005 +++ lilypond/Documentation/user/invoking.itely Sat Jun 18 23:45:11 2005 @@ -422,9 +422,10 @@ the program @command{convert-ly} can be used to deal with most of the syntax changes between LilyPond versions. -It uses @code{\version} statements in the input files to detect the old -version number. In most cases, to upgrade your input file it is sufficient -to run +It uses @code{\version} statements in the input files to detect the +old version number. In most cases, to upgrade your input file it is +sufficient to [EMAIL PROTECTED] X users may execute this command +under the menu entry @samp{Compile > Update syntax}.} @example convert-ly -e myfile.ly Index: lilypond/Documentation/user/tutorial.itely diff -u lilypond/Documentation/user/tutorial.itely:1.258 lilypond/Documentation/user/tutorial.itely:1.259 --- lilypond/Documentation/user/tutorial.itely:1.258 Thu May 26 19:15:08 2005 +++ lilypond/Documentation/user/tutorial.itely Sat Jun 18 23:45:11 2005 @@ -200,21 +200,47 @@ @c cheesy title to avoid clash with chapter name. -In the last section we explained what kind of things you can enter -in a LilyPond file. In this section we will explain what commands to -run and how to view or print the output. If you have not used -LilyPond before, want to test your setup, or want to run an example -file yourself, read this section. The instructions that follow are -for Unix-like systems. Some additional instructions for Microsoft -Windows are given at the end of this section. +In the last section we explained what kind of things you can enter in +a LilyPond file. In this section we will explain what commands to run +and how to view or print the output. If you have not used LilyPond +before, want to test your setup, or want to run an example file +yourself, read this section. + [EMAIL PROTECTED] MacOS X + +If you double click LilyPond.app, it will open with an example +file. Save it, for example, to @file{test.ly} on your Desktop, and +then process it with the menu command @samp{Compile > Typeset File}. +The resulting PDF file will be displayed on your screen. + +Be warned that first-ever run will take a minute or two, because all +of the system fonts have to be analyzed first. + [EMAIL PROTECTED] Windows + +On Windows, start up a [EMAIL PROTECTED] simple or +programmer-oriented editor will do, for example Notepad. Do not use a +word processor, since these insert formatting codes that will confuse +LilyPond.} and enter + [EMAIL PROTECTED] [EMAIL PROTECTED] c'4 e' g' @} [EMAIL PROTECTED] example + +Save it on the desktop as @file{test.ly} and make sure that it is not +called @file{test.ly.TXT}. Double clicking @file{test.ly} will process +the file and show the resulting PDF file. + + [EMAIL PROTECTED] Unix Begin by opening a terminal window and starting a text editor. For example, you could open an xterm and execute @[EMAIL PROTECTED] are macro files for VIM addicts, and there is a @code{LilyPond-mode} for Emacs addicts. If they have not been -installed already, refer to -the file @file{INSTALL.txt}.} In your text editor, enter the following -input and save the file as @file{test.ly} +installed already, refer to the file @file{INSTALL.txt}.} In your +text editor, enter the following input and save the file as [EMAIL PROTECTED] @example @{ c'4 e' g' @} @@ -263,20 +289,6 @@ @uref{http://@/www@/.cs@/.wisc@/.edu/@/~ghost/,Ghostscript}, a freely available package for viewing and printing PDF and PostScript files.} -On Windows, start up a [EMAIL PROTECTED] simple or -programmer-oriented editor will do, for example Notepad. Do not use a -word processor, since these insert formatting codes that will confuse -LilyPond.} and enter - [EMAIL PROTECTED] [EMAIL PROTECTED] c'4 e' g' @} [EMAIL PROTECTED] example - -Save it on the desktop as @file{test.ly} and make sure that it is not -called @file{test.ly.TXT}. Double clicking @file{test.ly} will process -the file and show the resulting PDF file. - - @node More about pitches @section More about pitches Index: lilypond/scm/output-svg.scm diff -u lilypond/scm/output-svg.scm:1.29 lilypond/scm/output-svg.scm:1.30 --- lilypond/scm/output-svg.scm:1.29 Mon Jun 6 15:38:28 2005 +++ lilypond/scm/output-svg.scm Sat Jun 18 23:45:11 2005 @@ -59,6 +59,12 @@ "c = close" (format #f "</~S>\n" entity)) + +(define-public (setcolor r g b)) + +(define-public (resetcolor)) + + (define-public (entity entity string . attributes-alist) (if (equal? string "") (apply eoc entity attributes-alist) _______________________________________________ Lilypond-cvs mailing list Lilypond-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-cvs