]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/notation/cheatsheet.itely
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / notation / cheatsheet.itely
index 7b3ef9f24f5f1a14d080439b8505913871e4e40d..89fe8ebb10651a1e7d4ba6298b6ffd7e951f8488 100644 (file)
@@ -8,7 +8,7 @@
     Guide, node Updating translation committishes..
 @end ignore
 
-@c \version "2.13.36"
+@c \version "2.17.6"
 
 
 @c TODO: add tablature.
 @item @code{1 2 8 16}
 @tab durations
 @tab
-@lilypond[fragment,relative=2,notime]
+@lilypond[relative=2,notime]
 \set Staff.autoBeaming = ##f
-\override Staff.Clef #'break-visibility = #all-invisible
+\override Staff.Clef.break-visibility = #all-invisible
 c1 c2 c8 c16
 @end lilypond
 
 @item @code{c4. c4..}
 @tab augmentation dots
 @tab
-@lilypond[fragment,relative=2,notime]
-\override Staff.Clef #'break-visibility = #all-invisible
+@lilypond[relative=2,notime]
+\override Staff.Clef.break-visibility = #all-invisible
 c4. c4..
 @end lilypond
 
 @item @code{c d e f g a b }
 @tab scale
 @tab
-@lilypond[fragment,relative=1,notime]
+@lilypond[relative=1,notime]
 c d e f g a b
 @end lilypond
 
 @item @code{fis bes}
 @tab alteration
 @tab
-@lilypond[fragment,relative=1,notime]
+@lilypond[relative=1,notime]
 fis bes
 @end lilypond
 
 @item @code{\clef treble \clef bass }
 @tab clefs
 @tab
-@lilypond[fragment,notime]
+@lilypond[relative=1,notime]
 \clef treble
 s4_" "
 \clef bass
@@ -67,8 +67,8 @@ s4_" "
 @item @code{\time 3/4 \time 4/4 }
 @tab time signature
 @tab
-@lilypond[fragment]
-\override Staff.Clef #'stencil = #empty-stencil
+@lilypond[relative=1]
+\override Staff.Clef.stencil = #empty-stencil
 \time 3/4
 s4_" "
 \time 4/4
@@ -79,15 +79,15 @@ s16_" "
 @item @code{r4 r8}
 @tab rest
 @tab
-@lilypond[relative=2,notime,fragment]
-\override Staff.Clef #'break-visibility = #all-invisible
+@lilypond[relative=2,notime]
+\override Staff.Clef.break-visibility = #all-invisible
 r4 r8
 @end lilypond
 
 @item @code{d ~ d}
 @tab tie
 @tab
-@lilypond[relative=2,notime,fragment]
+@lilypond[relative=2,notime]
 \set Score.timing = ##f
 \set Staff.autoBeaming = ##f
 d ~ d
@@ -96,7 +96,7 @@ d ~ d
 @item @code{\key es \major }
 @tab key signature
 @tab
-@lilypond[notime,fragment]
+@lilypond[notime,relative=1]
 \clef treble
 \key es \major
 \hideNotes
@@ -106,7 +106,7 @@ c128
 @item @var{note}@code{'}
 @tab raise octave
 @tab
-@lilypond[relative=2,notime,fragment]
+@lilypond[relative=2,notime]
 \set Score.timing = ##f
 \set Staff.autoBeaming = ##f
 a a'
@@ -115,7 +115,7 @@ a a'
 @item @var{note}@code{,}
 @tab lower octave
 @tab
-@lilypond[relative=2,notime,fragment]
+@lilypond[relative=2,notime]
 \set Score.timing = ##f
 \set Staff.autoBeaming = ##f
 c c,
@@ -125,7 +125,7 @@ c c,
 @item @code{c( d e)}
 @tab slur
 @tab
-@lilypond[fragment,relative=2]
+@lilypond[relative=2]
 \set Score.timing = ##f
 \set Staff.implicitTimeSignatureVisibility = #all-invisible
 \set Staff.autoBeaming = ##f
@@ -136,7 +136,7 @@ c( d e)
 @item @code{c\( c( d) e\)}
 @tab phrasing slur
 @tab
-@lilypond[fragment,relative=2]
+@lilypond[relative=2]
 \set Score.timing = ##f
 \set Staff.implicitTimeSignatureVisibility = #all-invisible
 \set Staff.autoBeaming = ##f
@@ -147,7 +147,7 @@ c\( c( d) e\)
 @item @code{a8[ b]}
 @tab beam
 @tab
-@lilypond[fragment,relative=2]
+@lilypond[relative=2]
 \set Score.timing = ##f
 \set Staff.implicitTimeSignatureVisibility = #all-invisible
 \set Staff.autoBeaming = ##f
@@ -158,14 +158,14 @@ a8-[ b-]
 @item @code{<< \new Staff ... >>}
 @tab more staves
 @tab
-@lilypond[fragment]
+@lilypond[relative=1]
 << \new Staff {
      \set Staff.implicitTimeSignatureVisibility = #all-invisible
-     c'1
+     c1
    }
    \new Staff {
      \set Staff.implicitTimeSignatureVisibility = #all-invisible
-     c'1
+     c1
    } >>
 @end lilypond
 
@@ -173,7 +173,7 @@ a8-[ b-]
 @item @code{c-> c-.}
 @tab articulations
 @tab
-@lilypond[fragment,relative=2]
+@lilypond[relative=2]
 \set Staff.implicitTimeSignatureVisibility = #all-invisible
 c-> c-.
 @end lilypond
@@ -182,7 +182,7 @@ c-> c-.
 @item @code{c2\mf c\sfz}
 @tab dynamics
 @tab
-@lilypond[fragment,relative=2]
+@lilypond[relative=2]
 \set Staff.implicitTimeSignatureVisibility = #all-invisible
 c2\mf c\sfz
 @end lilypond
@@ -191,7 +191,7 @@ c2\mf c\sfz
 @item @code{a\< a a\!}
 @tab crescendo
 @tab
-@lilypond[fragment,relative=2]
+@lilypond[relative=2]
 \set Score.timing = ##f
 \set Staff.implicitTimeSignatureVisibility = #all-invisible
 \set Staff.autoBeaming = ##f
@@ -201,7 +201,7 @@ a\< a a\!
 @item @code{a\> a a\!}
 @tab decrescendo
 @tab
-@lilypond[fragment,relative=2]
+@lilypond[relative=2]
 \set Score.timing = ##f
 \set Staff.implicitTimeSignatureVisibility = #all-invisible
 \set Staff.autoBeaming = ##f
@@ -212,7 +212,7 @@ a\> a a\!
 @item @code{< >}
 @tab chord
 @tab
-@lilypond[fragment,relative=2]
+@lilypond[relative=2]
 \set Staff.implicitTimeSignatureVisibility = #all-invisible
 <c e>
 @end lilypond
@@ -221,7 +221,7 @@ a\> a a\!
 @item @code{\partial 8}
 @tab pickup / upbeat
 @tab
-@lilypond[fragment,relative=2]
+@lilypond[relative=2]
 \partial 8
 f8 c2 d e
 @end lilypond
@@ -230,7 +230,7 @@ f8 c2 d e
 @item @code{\times 2/3 @{f g a@}}
 @tab triplets
 @tab
-@lilypond[relative=1,fragment]
+@lilypond[relative=1]
 \set Staff.implicitTimeSignatureVisibility = #all-invisible
 \times 2/3 { f8 g a }
 @end lilypond
@@ -239,7 +239,7 @@ f8 c2 d e
 @item @code{\grace}
 @tab grace notes
 @tab
-@lilypond[relative=2,fragment]
+@lilypond[relative=2]
 \set Staff.implicitTimeSignatureVisibility = #all-invisible
 \context Voice { \grace b16 c4 }
 @end lilypond
@@ -253,14 +253,14 @@ twinkle
 @item @code{\new Lyrics}
 @tab printing lyrics
 @tab
-@lilypond[fragment]
+@lilypond[relative=1]
 \new Lyrics \lyricmode { twinkle }
 @end lilypond
 
 @item @code{twin -- kle}
 @tab lyric hyphen
 @tab
-@lilypond[fragment,relative=2]
+@lilypond[relative=2]
 \set Staff.implicitTimeSignatureVisibility = #all-invisible
 <<
    { g'1 g }
@@ -271,7 +271,7 @@ twinkle
 @item @code{\chordmode @{ c:dim f:maj7 @}}
 @tab chords
 @tab
-@lilypond[fragment,relative=2]
+@lilypond[relative=2]
 \set Staff.implicitTimeSignatureVisibility = #all-invisible
 \chordmode { c:dim f:maj7 }
 @end lilypond
@@ -279,14 +279,14 @@ twinkle
 @item @code{\context ChordNames}
 @tab printing chord names
 @tab
-@lilypond[fragment,relative=2]
+@lilypond[relative=2]
 \chords { c:dim f:maj7 }
 @end lilypond
 
 @item @code{<<@{e f@} \\ @{c d@}>>}
 @tab polyphony
 @tab
-@lilypond[fragment,relative=2]
+@lilypond[relative=2]
 \set Staff.implicitTimeSignatureVisibility = #all-invisible
 \context Staff <<{e f} \\ {c d}>>
 @end lilypond