X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fusage%2Fsuggestions.itely;h=24a7bb2e7676113a748d70c10203c713495518bd;hb=b2863abe6a9b5a03662562ea017548d8d3221d9a;hp=9abc1712dfd66ed9e79d689b44d3ca28c63e9626;hpb=de0fb7239295233a76b26fbda5b989142653cac7;p=lilypond.git diff --git a/Documentation/usage/suggestions.itely b/Documentation/usage/suggestions.itely index 9abc1712df..24a7bb2e76 100644 --- a/Documentation/usage/suggestions.itely +++ b/Documentation/usage/suggestions.itely @@ -8,7 +8,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.12.0" +@c \version "2.16.0" @node Suggestions for writing files @chapter Suggestions for writing files @@ -261,7 +261,7 @@ facility called @code{make}. This software reads a special file called a @code{Makefile} that defines what files depend on what others and what commands you need to give the operating system to produce one file from another. For example the makefile would spell out how to produce -@code{ballad.pdf} and @code{ballad.midi} from @code{ballad.ly} by +@file{ballad.pdf} and @file{ballad.midi} from @file{ballad.ly} by running Lilypond. There are times when it is a good idea to create a @code{Makefile} @@ -281,11 +281,11 @@ See the @strong{GNU Make Manual} for full details on using can do. The commands to define rules in a makefile differ -according to platform; for instance the various forms of Linux and +according to platform; for instance the various forms of GNU/Linux and MacOS use @code{bash}, while Windows uses @code{cmd}. Note that on MacOS X, you need to configure the system to use the command-line interpreter. Here are some example makefiles, with versions for both -Linux/MacOS and Windows. +GNU/Linux/MacOS and Windows. The first example is for an orchestral work in four movements with a directory structure as follows: @@ -320,13 +320,13 @@ Symphony/ `-- symphonyDefs.ily @end example -The @code{.ly} files in the @code{Scores} and -@code{Parts} directories get their notes from @code{.ily} -files in the @code{Notes} directory: +The @file{.ly} files in the @file{Scores} and +@file{Parts} directories get their notes from @file{.ily} +files in the @file{Notes} directory: @example %%% top of file "symphony-cello.ly" -\include ../definitions.ily +\include ../symphonyDefs.ily \include ../Notes/cello.ily @end example