From: Mats Bengtsson Date: Tue, 20 Mar 2007 09:10:19 +0000 (+0100) Subject: Updated info on getting started in Windows. X-Git-Tag: release/2.11.21-1~3^2~3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=744dcf21de52a6c13c23f4168c7dcb51c1c6e107;p=lilypond.git Updated info on getting started in Windows. --- diff --git a/Documentation/user/tutorial.itely b/Documentation/user/tutorial.itely index 6301ffcfbc..ccdb7a7390 100644 --- a/Documentation/user/tutorial.itely +++ b/Documentation/user/tutorial.itely @@ -140,34 +140,25 @@ occur in processing, please see the log window. @subsubheading Windows -On Windows, start up a text-editor@footnote{Any simple or -programmer-oriented editor with UTF-8 support will do, for example -Notepad. Do not use a word processor, since these insert formatting -codes that will confuse LilyPond.} and enter - -@verbatim -{ - c' e' g' e' -} -@end verbatim - -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. To edit an existing -@file{.ly} file, right-click on it and select @qq{Edit source}. - -If you double-click in the LilyPond icon on the Desktop, it will open -a simple text editor with an example file. Save it, for example, to -@file{test.ly} on your Desktop, and then double-click on the file to -process it. After some seconds, you will get a file @file{test.pdf} +On Windows, if you double-click in the LilyPond icon on the Desktop, it +will open a simple text editor with an example file. Save it, for +example, to @file{test.ly} on your Desktop and then double-click on the +file to process it (the file icon looks like a note). After some +seconds, you will get a file @file{test.pdf} on your desktop. Double-click on this PDF file to view the typeset score. An alternative method to process the @file{test.ly} file is to drag and drop it onto the LilyPond icon using your mouse pointer. +To edit an existing @file{.ly} file, right-click on it and select +@qq{Edit source}. To get an empty file to start from, run the editor +as described above and use @qq{New} in the @qq{File} menu. + Double-clicking the file does not only result in a PDF file, but also produces a @file{.log} file that contains some information on what LilyPond has done to the file. If any errors occur, please examine this file. +Note that there are several other text editors available, with better +support for LilyPond, see @ref{Editor support} for more information. @subsubheading Unix