]> git.donarmstrong.com Git - lilypond.git/commitdiff
typos
authorWerner Lemberg <wl@gnu.org>
Fri, 24 Nov 2006 19:55:51 +0000 (20:55 +0100)
committerWerner Lemberg <wl@gnu.org>
Fri, 24 Nov 2006 19:55:51 +0000 (20:55 +0100)
Documentation/user/cheatsheet.itely

index f080f81e41d086d698938862b2f46d28bbbbb75d..77266f083c4b6c8d8be479b3ab859c457538372c 100644 (file)
@@ -170,14 +170,14 @@ c\mf c\sfz
 @end lilypond
 
 
-@item @code{a\< a \!a}
+@item @code{a\< a a\!}
 @tab crescendo
 @tab
 @lilypond[fragment,relative=2]
 \set Score.timing = ##f
 \override Staff.TimeSignature #'break-visibility = #all-invisible
 \set Staff.autoBeaming = ##f
-a\< a \!a
+a\< a a\!
 @end lilypond
 
 @item @code{a\> a a\!}
@@ -226,12 +226,12 @@ f8 c2 d e
 @item @code{\lyricmode @{ twinkle @}}
 @tab entering lyrics
 @tab
+twinkle
 
 
 @item @code{\new Lyrics}
 @tab printing lyrics
 @tab
-twinkle
 @lilypond[fragment]
 \new Lyrics \lyricmode { twinkle }
 @end lilypond
@@ -241,7 +241,7 @@ twinkle
 @tab
 @lilypond[fragment,relative=2]
 <<
-   { g'4 g }
+   { g'.2 g }
   \new Lyrics \lyricsto "" { twin -- kle }
 >> 
 @end lilypond
@@ -260,7 +260,7 @@ twinkle
 \chords { c:dim f:maj7 }
 @end lilypond
 
-@item @code{<<@{e f@} \\@{c d@}>>}
+@item @code{<<@{e f@} \\ @{c d@}>>}
 @tab polyphony
 @tab
 @lilypond[fragment,relative=2]