]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/cheatsheet.itely
* tex/GNUmakefile (TEX_FILES): add texinfo.cnf
[lilypond.git] / Documentation / user / cheatsheet.itely
index 6b92acf663fea3130e64eeeab89f59db5f8a2e40..567ba045543aec5c34cfea03d6bc16475cca4c5d 100644 (file)
@@ -1,5 +1,4 @@
-@c -*-texinfo-*-
-
+@c -*- coding: latin-1; mode: texinfo; -*-
 
 @c TODO: add tablature.
 
@@ -18,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
 
@@ -26,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
 
@@ -70,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
 
@@ -116,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
@@ -127,7 +126,7 @@ 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\)
 @end lilypond
@@ -138,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
@@ -157,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
 
@@ -166,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
 
@@ -176,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
@@ -186,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
@@ -258,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@}>>}