lilypond-learning: Adding text

 
 2.1.5 Adding text
 -----------------
 
 Text may be added to your scores:
 
      c2^"espr" a_"legato"
      [image src="" alt="[image of music]" text="image of music"]
 
    Extra formatting may be added with the ‘\markup’ command:
 
      c2^\markup { \bold espr }
      a2_\markup {
        \dynamic f \italic \small { 2nd } \hspace #0.1 \dynamic p
      }
      [image src="" alt="[image of music]" text="image of music"]
 
 
 See also
 ........
 
    Notation Reference: See(lilypond-notation)Writing text.