]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/cheatsheet.itely
Merge branch 'cvs-head' of ssh+git://hanwen@repo.or.cz/srv/git/lilypond into master...
[lilypond.git] / Documentation / user / cheatsheet.itely
index ad15ea38d84f1ced09ee449253cf70a6fccb677c..f080f81e41d086d698938862b2f46d28bbbbb75d 100644 (file)
@@ -1,6 +1,4 @@
-\version "2.3.16"
-@c -*-texinfo-*-
-
+@c -*- coding: utf-8; mode: texinfo; -*-
 
 @c TODO: add tablature.
 
@@ -8,7 +6,7 @@
 @appendix Cheat sheet
 
 
-@multitable @columnfractions  .3 .3 .4  
+@multitable @columnfractions .35 .3 .35
 
 @item @b{Syntax}
 @tab @b{Description}
@@ -19,7 +17,7 @@
 @tab
 @lilypond[fragment,relative=2,notime]
 \set Staff.autoBeaming = ##f
-\set Staff.Clef = \turnOff
+\override Staff.Clef #'break-visibility = #all-invisible
 c1 c2 c8 c16
 @end lilypond
 
@@ -27,7 +25,7 @@ c1 c2 c8 c16
 @tab augmentation dots
 @tab
 @lilypond[fragment,relative=2,notime]
-\set Staff.Clef = \turnOff
+\override Staff.Clef #'break-visibility = #all-invisible
 c4. c4..  
 @end lilypond
 
@@ -59,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
@@ -71,7 +69,7 @@ s16_" "
 @tab rest 
 @tab
 @lilypond[relative=2,notime,fragment]
-\set Staff.Clef = \turnOff
+\override Staff.Clef #'break-visibility = #all-invisible
 r4 r8
 @end lilypond
 
@@ -117,7 +115,7 @@ c c,
 @tab
 @lilypond[fragment,relative=2]
 \set Score.timing = ##f
-\set Staff.TimeSignature = \turnOff
+\override Staff.TimeSignature #'break-visibility = #all-invisible
 \set Staff.autoBeaming = ##f
 c( d e)
 @end lilypond
@@ -128,9 +126,9 @@ c( d e)
 @tab
 @lilypond[fragment,relative=2]
 \set Score.timing = ##f
-\set Staff.TimeSignature = \turnOff
+\override Staff.TimeSignature #'break-visibility = #all-invisible
 \set Staff.autoBeaming = ##f
-c\(  c( d) e\)
+c\( c( d) e\)
 @end lilypond
 
 
@@ -139,7 +137,7 @@ c\(  c( d) e\)
 @tab
 @lilypond[fragment,relative=2]
 \set Score.timing = ##f
-\set Staff.TimeSignature = \turnOff
+\override Staff.TimeSignature #'break-visibility = #all-invisible
 \set Staff.autoBeaming = ##f
 a8-[ b-]
 @end lilypond
@@ -158,7 +156,7 @@ a8-[ b-]
 @tab articulations
 @tab
 @lilypond[fragment,relative=2]
-\set Staff.TimeSignature = \turnOff
+\override Staff.TimeSignature #'break-visibility = #all-invisible
 c-> c-.
 @end lilypond
 
@@ -167,7 +165,7 @@ c-> c-.
 @tab dynamics
 @tab
 @lilypond[fragment,relative=2]
-\set Staff.TimeSignature = \turnOff
+\override Staff.TimeSignature #'break-visibility = #all-invisible
 c\mf c\sfz
 @end lilypond
 
@@ -177,7 +175,7 @@ c\mf c\sfz
 @tab
 @lilypond[fragment,relative=2]
 \set Score.timing = ##f
-\set Staff.TimeSignature = \turnOff
+\override Staff.TimeSignature #'break-visibility = #all-invisible
 \set Staff.autoBeaming = ##f
 a\< a \!a
 @end lilypond
@@ -187,7 +185,7 @@ a\< a \!a
 @tab
 @lilypond[fragment,relative=2]
 \set Score.timing = ##f
-\set Staff.TimeSignature = \turnOff
+\override Staff.TimeSignature #'break-visibility = #all-invisible
 \set Staff.autoBeaming = ##f
 a\> a a\!
 @end lilypond
@@ -244,7 +242,7 @@ twinkle
 @lilypond[fragment,relative=2]
 <<
    { g'4 g }
-  \lyricsto "" \new Lyrics { twin -- kle }
+  \new Lyrics \lyricsto "" { twin -- kle }
 >> 
 @end lilypond
 
@@ -259,7 +257,7 @@ twinkle
 @tab printing chord names 
 @tab
 @lilypond[fragment,relative=2]
-\context ChordNames \chordmode { c:dim f:maj7 }
+\chords { c:dim f:maj7 }
 @end lilypond
 
 @item @code{<<@{e f@} \\@{c d@}>>}