7 @multitable @columnfractions .3 .3 .4
16 @lilypond[relative 1, notime]
17 \property Staff.autoBeaming = ##f
18 \property Staff.Clef = \turnOff
23 @tab augmentation dots
25 @lilypond[relative 1, notime]
26 \property Staff.Clef = \turnOff
30 @item @code{c d e f g a b }
33 @lilypond[relative 1, notime]
34 \property Staff.Clef = \turnOff
41 @lilypond[relative 1, notime]
42 \property Staff.Clef = \turnOff
46 @item @code{\clef treble \clef bass }
56 @item @code{\time 3/4 \time 4/4 }
60 \property Staff.Clef \set #'transparent = ##t
71 @lilypond[relative 1, notime]
72 \property Staff.Clef = \turnOff
79 @lilypond[relative 1, notime]
80 \property Score.timing = ##f
81 \property Staff.autoBeaming = ##f
82 \property Staff.Clef = \turnOff
86 @item @code{\key es \major }
95 @item @var{note}@code{'}
98 @lilypond[relative 1, notime]
99 \property Score.timing = ##f
100 \property Staff.autoBeaming = ##f
101 \property Staff.Clef = \turnOff
105 @item @var{note}@code{,}
108 @lilypond[relative 1, notime]
109 \property Score.timing = ##f
110 \property Staff.autoBeaming = ##f
111 \property Staff.Clef = \turnOff
119 @lilypond[fragment, relative 1]
120 \property Score.timing = ##f
121 \property Staff.TimeSignature = \turnOff
122 \property Staff.autoBeaming = ##f
123 \property Staff.Clef = \turnOff
131 @lilypond[fragment, relative 1]
132 \property Score.timing = ##f
133 \property Staff.TimeSignature = \turnOff
134 \property Staff.autoBeaming = ##f
135 \property Staff.Clef = \turnOff
143 @lilypond[fragment, relative 1]
144 \property Score.timing = ##f
145 \property Staff.TimeSignature = \turnOff
146 \property Staff.autoBeaming = ##f
147 \property Staff.Clef = \turnOff
152 @item @code{< \context Staff ... >}
156 < \context Staff = SA { c'1 }
157 \context Staff = SB { c'1 } >
164 @lilypond[fragment, relative 1]
165 \property Staff.TimeSignature = \turnOff
166 \property Staff.Clef = \turnOff
171 @item @code{\mf \sfz}
174 @lilypond[fragment, relative 1]
175 \property Staff.TimeSignature = \turnOff
176 \property Staff.Clef = \turnOff
184 @lilypond[fragment, relative 1]
185 \property Score.timing = ##f
186 \property Staff.TimeSignature = \turnOff
187 \property Staff.autoBeaming = ##f
188 \property Staff.Clef = \turnOff
195 @lilypond[fragment, relative 1]
196 \property Score.timing = ##f
197 \property Staff.TimeSignature = \turnOff
198 \property Staff.autoBeaming = ##f
199 \property Staff.Clef = \turnOff
207 @lilypond[fragment, relative 1]
212 @item @code{\partial 8}
215 @lilypond[fragment,relative 1]
221 @item @code{\times 2/3}
224 @lilypond[relative 1,fragment]
225 \times 2/3 { f8 g a }
232 @lilypond[relative 1,fragment]
233 \context Voice { \grace b16 c4 }
236 @item @code{\lyrics @{ @dots{} @}}
240 @item @code{\context Lyrics}
244 @item @code{twin -- kle}
247 @lilypond[fragment,relative 1]
248 \addlyrics \notes { g'4 g }
249 \context Lyrics \lyrics { twin -- kle }
252 @item @code{\chords @{ c:dim f:maj7 @}}
255 @lilypond[fragment,relative 1]
256 \chords { c:dim f:maj7 }
259 @item @code{\context ChordNames}
260 @tab printing chord names
262 @lilypond[fragment,relative 1]
263 \context ChordNames \chords { c:dim f:maj7 }
266 @item @code{< @dots{} \\ @dots{} >}
269 @lilypond[fragment,relative 1]
270 \context Staff < c \\ g' >
274 @item @code{s4 s8 s16}