]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/cheatsheet.itely
* lily/system.cc (get_line): add System stencil to exprs. Fixes
[lilypond.git] / Documentation / user / cheatsheet.itely
index 564f6c1863e2470c222d26d362a571e286c5cd7d..2184dd615f5798875212dcc6ca3fff3da0780ae8 100644 (file)
@@ -16,7 +16,7 @@
 @item @code{1 2 8 16}
 @tab durations 
 @tab
-@lilypond[relative=2,notime]
+@lilypond[fragment,relative=2,notime]
 \set Staff.autoBeaming = ##f
 \set Staff.Clef = \turnOff
 c1 c2 c8 c16
@@ -25,7 +25,7 @@ c1 c2 c8 c16
 @item @code{c4. c4..}
 @tab augmentation dots
 @tab
-@lilypond[relative=2,notime]
+@lilypond[fragment,relative=2,notime]
 \set Staff.Clef = \turnOff
 c4. c4..  
 @end lilypond
@@ -33,21 +33,21 @@ c4. c4..
 @item @code{c d e f g a b }
 @tab scale 
 @tab
-@lilypond[relative=1,notime]
+@lilypond[fragment,relative=1,notime]
 c d e f g a b
 @end lilypond
 
 @item @code{fis bes}
 @tab alteration 
 @tab
-@lilypond[relative=1,notime]
+@lilypond[fragment,relative=1,notime]
 fis bes
 @end lilypond
 
 @item @code{\clef treble \clef bass }
 @tab clefs
 @tab
-@lilypond[notime]
+@lilypond[fragment,notime]
 \clef treble
 s4_" "
 \clef bass
@@ -57,7 +57,7 @@ s4_" "
 @item @code{\time 3/4 \time 4/4 }
 @tab time signature
 @tab
-@lilypond
+@lilypond[fragment]
 \override Staff.Clef   #'transparent = ##t 
 \time 3/4
 s4_" "
@@ -69,7 +69,7 @@ s16_" "
 @item @code{r4 r8}
 @tab rest 
 @tab
-@lilypond[relative=2,notime]
+@lilypond[relative=2,notime,fragment]
 \set Staff.Clef = \turnOff
 r4 r8
 @end lilypond
@@ -77,7 +77,7 @@ r4 r8
 @item @code{d ~ d}
 @tab tie
 @tab
-@lilypond[relative=2,notime]
+@lilypond[relative=2,notime,fragment]
 \set Score.timing = ##f
 \set Staff.autoBeaming = ##f
 d ~ d
@@ -86,7 +86,7 @@ d ~ d
 @item @code{\key es \major }
 @tab key signature
 @tab
-@lilypond[notime]
+@lilypond[notime,fragment]
 \clef treble
 \key es \major
 s4 
@@ -95,7 +95,7 @@ s4
 @item @var{note}@code{'}
 @tab raise octave
 @tab
-@lilypond[relative=2,notime]
+@lilypond[relative=2,notime,fragment]
 \set Score.timing = ##f
 \set Staff.autoBeaming = ##f
 a a'
@@ -104,7 +104,7 @@ a a'
 @item @var{note}@code{,}
 @tab lower octave
 @tab
-@lilypond[relative=2,notime]
+@lilypond[relative=2,notime,fragment]
 \set Score.timing = ##f
 \set Staff.autoBeaming = ##f
 c c,
@@ -242,8 +242,8 @@ twinkle
 @tab
 @lilypond[fragment,relative=2]
 <<
-  \notes { g'4 g }
-  \lyricsto "" \new Lyrics \lyrics { twin -- kle }
+   { g'4 g }
+  \lyricsto "" \new Lyrics { twin -- kle }
 >> 
 @end lilypond