+2005-07-28 Graham Percival <gperlist@shaw.ca>
+
+ * Documentation/user/invoking.itely: \score begins with music.
+
+ * Documentation/user/ basic-notation.itely,
+ instrument-notation.itely: minor changes.
+
+ * Documentation/user/music-glossary.itely: began tenuto entry.
+
2005-07-28 Han-Wen Nienhuys <hanwen@xs4all.nl>
* scm/output-socket.scm (bezier-sandwich): add bezier-sandwich
@end example
@noindent
-at the top of your input file. This lets you add the special flourishes
+at the top of your input file. This lets you add the special gracenotes
common to bagpipe music with short commands. For example, you could
write @code{\taor} instead of
@code{\relative} or @code{\transpose}.
@ignore
-@lilypond[raggedright,verbatim,quote]
+@lilypond[raggedright,verbatim,quote,notime]
\include "bagpipe.ly"
{ \grg G4 \grg a \grg b \grg c \grg d \grg e \grg f \grA g A }
@end lilypond
@ignore
@lilypond[raggedright,verbatim,quote]
+\include "bagpipe.ly"
+\layout {
+ indent = 0.0\cm
+ \context { \Score \remove "Bar_number_engraver" }
+}
+\header {
+ title = "Amazing Grace"
+ meter = "Hymn"
+ arranger = "Trad. arr."
+}
+\score {
+ \time 3/4
+
+ \grg \partial 8*2 a8. d16
+ \slurd d2 \grg f8[ e32 d16.]
+ \grg f2 \grg f8 e
+ \thrwd d2 \grg b4
+ \grG a2 \grg a8. d16
+ \slurd d2 \grg f8[ e32 d16.]
+ \grg f2 \grg e8. f16
+ \dblA A2 \grg A4
+ \grg A2 f8. A16
+ \grg A2 \hdblf f8[ e32 d16.]
+ \grg f2 \grg f8 e
+ \thrwd d2 \grg b4
+ \grG a2 \grg a8. d16
+ \slurd d2 \grg f8[ e32 d16.]
+ \grg f2 e4
+ \thrwd d2.
+ \slurd d2
+ \bar "|."
+}
@end lilypond
@end ignore
@code{toplevel-score-handler} at toplevel. The default handler is
defined in the init file @file{scm/@/lily@/.scm}.
+The @code{\score} must begin with music, and may contain only
+one music block.
+
@item
A @code{\book} block logically combines multiple movements
(i.e., multiple @code{\score} blocks) in one document. A number of