]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc: Added step by step section to the Learning manual for MacOs. Included screenshot...
authorJames Lowe <james.lowe@datacore.com>
Tue, 8 Dec 2009 18:51:41 +0000 (18:51 +0000)
committerGraham Percival <graham@percival-music.ca>
Wed, 9 Dec 2009 14:47:23 +0000 (14:47 +0000)
Documentation/learning/tutorial.itely
Documentation/pictures/Learning_Macos_Compiling_log.png [new file with mode: 0644]
Documentation/pictures/Learning_Macos_New_menu.png [new file with mode: 0644]
Documentation/pictures/Learning_Macos_Open_Dialog_box.png [new file with mode: 0644]
Documentation/pictures/Learning_Macos_Open_menu.png [new file with mode: 0644]
Documentation/pictures/Learning_Macos_Save_file_with_name.png [new file with mode: 0644]
Documentation/pictures/Learning_Macos_Save_menu.png [new file with mode: 0644]
Documentation/pictures/Learning_Macos_Typeset_menu.png [new file with mode: 0644]
Documentation/pictures/Learning_Macos_pdf_output.png [new file with mode: 0644]
Documentation/pictures/Learning_Macos_welcome.png [new file with mode: 0644]

index 61a27a404f9ab74b98705a854ae018b112f02bf0..cfbcf461828f44fe48809031be00c8ed48c69544 100644 (file)
@@ -128,23 +128,58 @@ first.  After this, LilyPond will be much faster!}
 @node MacOS X
 @subsection MacOS X
 
-@warning{These instructions assume that you are using the built-in
-LilyPad editor.  If you are using any of the programs described in
+@warning{These instructions assume that you are using the Lilypond 
+application.  If you are using any of the programs described in
 @rweb{Alternate input}, please consult the documentation for
-those programs if you have any problems compiling a file.}
+those programs if you have any problems.}
 
+Double click the @command{LilyPond.app}, an example file will open.
 
-If you double click @command{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
-@w{@code{Compile > Typeset File}}.  The resulting PDF file will be
-displayed on your screen.
+@sourceimage{Learning_Macos_welcome,,,}
 
-For future use of LilyPond, you should begin by selecting @q{New}
-or @q{Open}.  You must save your file before typesetting it.  If
-any errors occur in processing, please see the log window.
+From the menus along the top left of your screen, select
+@w{@code{File > Save}}.
 
-@c FIXME: add screenshots
+@sourceimage{Learning_Macos_Save_menu,,,}
+
+Choose a name for your file, for example @file{test.ly}.
+
+@sourceimage{Learning_Macos_Save_file_with_name,,,}
+
+From the same menus, select
+@w{@code{Compile > Tyepset}}.
+
+@sourceimage{Learning_Macos_Typeset_menu,,,}
+
+A new window will open showing a progress log of the compilation 
+of the file you have just saved.
+
+@sourceimage{Learning_Macos_Compiling_log,,,}
+
+Once the compilation has finished, a PDF file will be created with
+the same name as the original file and will be automatically
+opened in the default PDF viewer and displayed on your screen.
+
+@sourceimage{Learning_Macos_pdf_output,,,}
+
+To create new files for Lilypond, begin by selecting
+@w{@code{File > New}}
+
+@sourceimage{Learning_Macos_New_menu,,,}
+
+or @w{@code{File > Open}} to open and edit existing files you have 
+saved previously.
+
+@sourceimage{Learning_Macos_Open_menu,,,}
+
+You must save any new edits you make to your file before you 
+@w{@code{Compile > Tyepset}} and if the PDF file is not displayed
+check the window with the progress log for any errors.
+
+If you are not using the defualt Preview PDF viewer that comes 
+with the Mac Operating system and you have the PDF file generated 
+from a previous compilation open, then any further compilations 
+may fail to generate an update PDF until you close the original.
 
 @node Windows
 @subsection Windows
diff --git a/Documentation/pictures/Learning_Macos_Compiling_log.png b/Documentation/pictures/Learning_Macos_Compiling_log.png
new file mode 100644 (file)
index 0000000..727f2af
Binary files /dev/null and b/Documentation/pictures/Learning_Macos_Compiling_log.png differ
diff --git a/Documentation/pictures/Learning_Macos_New_menu.png b/Documentation/pictures/Learning_Macos_New_menu.png
new file mode 100644 (file)
index 0000000..22d9a29
Binary files /dev/null and b/Documentation/pictures/Learning_Macos_New_menu.png differ
diff --git a/Documentation/pictures/Learning_Macos_Open_Dialog_box.png b/Documentation/pictures/Learning_Macos_Open_Dialog_box.png
new file mode 100644 (file)
index 0000000..674d7d6
Binary files /dev/null and b/Documentation/pictures/Learning_Macos_Open_Dialog_box.png differ
diff --git a/Documentation/pictures/Learning_Macos_Open_menu.png b/Documentation/pictures/Learning_Macos_Open_menu.png
new file mode 100644 (file)
index 0000000..6af7004
Binary files /dev/null and b/Documentation/pictures/Learning_Macos_Open_menu.png differ
diff --git a/Documentation/pictures/Learning_Macos_Save_file_with_name.png b/Documentation/pictures/Learning_Macos_Save_file_with_name.png
new file mode 100644 (file)
index 0000000..54bdf2b
Binary files /dev/null and b/Documentation/pictures/Learning_Macos_Save_file_with_name.png differ
diff --git a/Documentation/pictures/Learning_Macos_Save_menu.png b/Documentation/pictures/Learning_Macos_Save_menu.png
new file mode 100644 (file)
index 0000000..87df030
Binary files /dev/null and b/Documentation/pictures/Learning_Macos_Save_menu.png differ
diff --git a/Documentation/pictures/Learning_Macos_Typeset_menu.png b/Documentation/pictures/Learning_Macos_Typeset_menu.png
new file mode 100644 (file)
index 0000000..42a247c
Binary files /dev/null and b/Documentation/pictures/Learning_Macos_Typeset_menu.png differ
diff --git a/Documentation/pictures/Learning_Macos_pdf_output.png b/Documentation/pictures/Learning_Macos_pdf_output.png
new file mode 100644 (file)
index 0000000..de14971
Binary files /dev/null and b/Documentation/pictures/Learning_Macos_pdf_output.png differ
diff --git a/Documentation/pictures/Learning_Macos_welcome.png b/Documentation/pictures/Learning_Macos_welcome.png
new file mode 100644 (file)
index 0000000..87f0dba
Binary files /dev/null and b/Documentation/pictures/Learning_Macos_welcome.png differ