]> git.donarmstrong.com Git - lilypond.git/commitdiff
Add info about \include.
authorGraham Percival <graham@percival-music.ca>
Wed, 18 May 2005 10:25:01 +0000 (10:25 +0000)
committerGraham Percival <graham@percival-music.ca>
Wed, 18 May 2005 10:25:01 +0000 (10:25 +0000)
ChangeLog
Documentation/user/global.itely

index 87904101784584b88283b595626b4c09d61fbf81..4649bcd2a29719ccf9c290a3246216b4981cfd49 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,8 @@
 
        * Documentation/topdocs/AUTHORS.texi: update email address.
 
+       * Documentation/user/global.itely: add info about \include.
+
 2005-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * scm/backend-library.scm (postscript->pdf): Remove (useless) .ps
index df904fb230fc17fc18729bb34890c1b1ecbd0647..241e55450af70f5de3f75548ff2bf2be4e824c56 100644 (file)
@@ -12,7 +12,7 @@ This is a placeholder until I can write a nice intro for this chapter.
 
 @menu
 * Global layout::               
-* File structure::              
+* LilyPond files::              
 * Sound::                       
 @end menu
 
@@ -894,8 +894,17 @@ composer flush right on a single line.
 
 
 
+@node LilyPond files
+@section LilyPond files
+
+@menu
+* File structure::              
+* Including LilyPond files::    
+@end menu
+
+
 @node File structure
-@section File structure
+@subsection File structure
 
 The major part of this manual is concerned with entering various
 forms of music in LilyPond.  However, many music expressions are not
@@ -1011,6 +1020,24 @@ be entered:
 @end itemize 
 
 
+@node Including LilyPond files
+@subsection Including LilyPond files
+
+@cindex @code{\include}
+@cindex including files
+
+A large project may be split up into separate files.  To refer to another
+file, use
+
+@example
+\include "otherfile.ly"
+@end example
+
+For example, you may write separate files for each instrument part and
+create a ``full score'' file which brings together the individual
+instrument files.
+
+
 @node Sound
 @section Sound
 @cindex Sound