From 63f9e148c43dc99e36e9650ceb976dc2b98c7812 Mon Sep 17 00:00:00 2001 From: John Mandereau Date: Mon, 8 Jan 2007 00:07:41 +0100 Subject: [PATCH] Remove colons before examples in introduction.itely --- Documentation/user/introduction.itely | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/user/introduction.itely b/Documentation/user/introduction.itely index f8accaa503..975f4bdb87 100644 --- a/Documentation/user/introduction.itely +++ b/Documentation/user/introduction.itely @@ -389,7 +389,7 @@ separately. Such plug-ins are called @code{engraver}s, by analogy with craftsmen who translate musical ideas to graphic symbols. In the following example, we see how we start out with a plug-in for -note heads, the @code{Note_heads_engraver}: +note heads, the @code{Note_heads_engraver} @lilypond[quote,ragged-right] \include "engraver-example.ily" @@ -481,7 +481,7 @@ the @code{Clef_engraver} defines a reference point for the staff @end lilypond @noindent -and the @code{Stem_engraver} adds stems: +and the @code{Stem_engraver} adds stems @lilypond[quote,ragged-right] \include "engraver-example.ily" @@ -649,7 +649,7 @@ and representation take up less than 10% of the source code. We have written LilyPond as an experiment of how to condense the art of music engraving into a computer program. Thanks to all that hard work, the program can now be used to perform useful tasks. The -simplest application is printing notes: +simplest application is printing notes @lilypond[quote,relative=1,fragment] \time 2/4 c4 c g'4 g a4 a g2 @@ -667,7 +667,7 @@ By adding chord names and lyrics we obtain a lead sheet: @end lilypond Polyphonic notation and piano music can also be printed. The following -example combines some more exotic constructs: +example combines some more exotic constructs @lilypondfile[quote,ragged-right]{screech-boink.ly} -- 2.39.2