]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/tutorial.itely
Merge branch 'master' of ssh+git://jneem@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / Documentation / user / tutorial.itely
index 71dd29d7f816a833ca7568c38a9a34c594c6ccfd..796705ec5149f7e08b299d82c36f8a27ac9b2e1a 100644 (file)
@@ -928,7 +928,7 @@ statement marks for which version of LilyPond the file was written.
 To mark a file for version 2.6.0, use
 
 @example
-\version "2.6.0"
+\version "2.9.13"
 @end example
 
 @noindent
@@ -999,7 +999,7 @@ Similarly, hyphens between words can be entered as two dashes,
 resulting in a centered hyphen between two syllables
 
 @example
-Twin -- kle twin -- kle
+A -- le gri -- a
 @end example
 
 @c no ragged-right here, because otherwise the hypens get lost.
@@ -1009,7 +1009,7 @@ Twin -- kle twin -- kle
     \time 2/4
     f4 f c' c
   }
-  \addlyrics { Twin -- kle twin -- kle }
+  \addlyrics { A -- le gri -- a }
 >>
 @end lilypond