From b8cfca3606827a747e8ef99ef3dfd944797321e1 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Fri, 19 Oct 2007 23:53:26 -0700 Subject: [PATCH] Add Text to tutorial. --- Documentation/user/tutorial.itely | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/Documentation/user/tutorial.itely b/Documentation/user/tutorial.itely index 19d4a42ccc..f8385e245e 100644 --- a/Documentation/user/tutorial.itely +++ b/Documentation/user/tutorial.itely @@ -502,6 +502,7 @@ on one staff. * Accidentals and key signatures:: * Ties and slurs:: * Articulation and dynamics:: +* Adding text:: * Automatic and manual beams:: * Advanced rhythmic commands:: @end menu @@ -787,6 +788,32 @@ see @ruser{Dynamics} (User manual) and @rglos{dynamics} (Glossary). @c CONTINUE HERE +@node Adding text +@subsection Adding text + +Text may be added to your scores: + +@lilypond[verbatim,quote,ragged-right,fragment,relative=2] +c1^"espr" a_"legato" +@end lilypond + +Extra formatting may be added with the @code{\markup} command: + +@lilypond[verbatim,quote,ragged-right,fragment,relative=2] +c1^\markup{ \bold espr} +a1_\markup{ + \dynamic f \italic \small { 2nd } \hspace #0.1 \dynamic p + } +@end lilypond + + +@c Kurt: leave this alone for now. + +@seealso + +User manual: @ruser{Writing text}. + + @node Automatic and manual beams @subsection Automatic and manual beams -- 2.39.5