]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc: LM - Fundamental - 3.3.2 Creating contexts
authorJames Lowe <pkx166h@gmail.com>
Sat, 11 Mar 2017 16:01:05 +0000 (16:01 +0000)
committerJames Lowe <pkx@gnu.org>
Thu, 16 Mar 2017 19:57:48 +0000 (19:57 +0000)
Issue 5090

Small clarification that a
\score block can contain
either, both or no additional
\layout \midi blocks.

Documentation/learning/fundamental.itely

index 07d604e873e26396bac1c39b2f01a22db9f2d5d6..9a990ac9de5634d3d9663ebede32cf2cdc7717bd 100644 (file)
@@ -1436,11 +1436,12 @@ Notation Reference: @ruser{Contexts explained}.
 @cindex creating contexts
 @cindex contexts, creating
 
-In an input file a score block, introduced with a @code{\score}
-command, contains a single music expression and an associated
-output definition (either a @code{\layout} or a @code{\midi} block).
-The @code{Score} context is usually left to be created automatically
-when the interpretation of that music expression starts.
+In an input file, a score block (introduced with a @code{\score}
+command) contains a single music expression; but it can also contain
+associated output definitions too -- either a @code{\layout} block, a
+@code{\midi} block or both.  The @code{Score} context is usually left to
+be created automatically when the interpretation of that music
+expression starts.
 
 For scores with only one voice and one staff, the @code{Voice} and
 @code{Staff} contexts may also be left to be created automatically,