]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/cheatsheet.itely
Partial fix for @funindex (doesn't break anything).
[lilypond.git] / Documentation / user / cheatsheet.itely
index 6f9d9a0908735390807185da7423a7b26eb67d46..f080f81e41d086d698938862b2f46d28bbbbb75d 100644 (file)
@@ -1,4 +1,4 @@
-@c -*- coding: latin-1; mode: texinfo; -*-
+@c -*- coding: utf-8; mode: texinfo; -*-
 
 @c TODO: add tablature.
 
@@ -6,7 +6,7 @@
 @appendix Cheat sheet
 
 
-@multitable @columnfractions  .35 .3 .35
+@multitable @columnfractions .35 .3 .35
 
 @item @b{Syntax}
 @tab @b{Description}
@@ -57,7 +57,7 @@ s4_" "
 @tab time signature
 @tab
 @lilypond[fragment]
-\override Staff.Clef   #'transparent = ##t 
+\override Staff.Clef #'transparent = ##t 
 \time 3/4
 s4_" "
 \time 4/4
@@ -128,7 +128,7 @@ c( d e)
 \set Score.timing = ##f
 \override Staff.TimeSignature #'break-visibility = #all-invisible
 \set Staff.autoBeaming = ##f
-c\(  c( d) e\)
+c\( c( d) e\)
 @end lilypond
 
 
@@ -242,7 +242,7 @@ twinkle
 @lilypond[fragment,relative=2]
 <<
    { g'4 g }
-  \lyricsto "" \new Lyrics { twin -- kle }
+  \new Lyrics \lyricsto "" { twin -- kle }
 >> 
 @end lilypond