]> git.donarmstrong.com Git - lilypond.git/commitdiff
Added an example.
authorGraham Percival <graham@percival-music.ca>
Fri, 10 Feb 2006 18:11:23 +0000 (18:11 +0000)
committerGraham Percival <graham@percival-music.ca>
Fri, 10 Feb 2006 18:11:23 +0000 (18:11 +0000)
ChangeLog
Documentation/user/invoking.itely

index 865ca9689d701e66992c75b027e18f9122ec8fb0..14b019d1fdad0f77cc6aa76d540f56ab9ac2eebd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-02-10  Graham Percival  <gpermus@gmail.com>
+
+       * Documentation/user/invoking.itely: add example to File structure.
+
 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
        * ly/paper-defaults.ly: typo.
index 68e8ea1e35edd3bf3dd955d850e59dc6a43149d1..f6d4d6a35b6d69fd87c2e005eb6a0df742145003 100644 (file)
@@ -679,7 +679,22 @@ A compound music expression, such as
 
 This will add the piece in a @code{\score} and format it in a
 single book together with all other toplevel @code{\score}s and music
-expressions.
+expressions.  In other words, a file containing only the above
+music expression will be translated into
+
+@example
+\book @{
+  \score @{
+    \new Staff @{
+      \new Voice @{
+        @{ c'4 d' e'2 @}
+      @}
+    @}
+  @}
+       \layout @{ @}
+       \header @{ @}
+@}
+@end example
  
 This behavior can be changed by setting the variable
 @code{toplevel-music-handler} at toplevel.  The default handler is