+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.
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