]> git.donarmstrong.com Git - lilypond.git/commitdiff
Add Text to tutorial.
authorGraham Percival <graham@percival-music.ca>
Sat, 20 Oct 2007 06:53:26 +0000 (23:53 -0700)
committerJohn Mandereau <john.mandereau@gmail.com>
Fri, 2 Nov 2007 08:50:42 +0000 (09:50 +0100)
Documentation/user/tutorial.itely

index 19d4a42ccc4a29a04dbf529d75ec0855403814f8..f8385e245ec6dee42adbebc94e2ac7084251f8b5 100644 (file)
@@ -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