]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/ja/notation/cheatsheet.itely
Imported Upstream version 2.16.0
[lilypond.git] / Documentation / ja / notation / cheatsheet.itely
1 @c -*- coding: utf-8; mode: texinfo; documentlanguage: ja -*-
2
3 @ignore
4     Translation of GIT committish: 45329bd378eedfebca34c746fff9e53b46cf2fe5
5
6     When revising a translation, copy the HEAD committish of the
7     version that you are working on.  For details, see the Contributors'
8     Guide, node Updating translation committishes..
9 @end ignore
10
11 @c \version "2.16.0"
12
13
14 @c Translators: Yoshiki Sawada
15 @c Translation status: post-GDP
16
17
18 @c TODO: add tablature.
19
20 @node カンニング ペーパー
21 @appendix カンニング ペーパー
22 @translationof Cheat sheet
23
24
25 @multitable @columnfractions .35 .3 .35
26
27 @item @b{構文}
28 @tab @b{説明}
29 @tab @b{例}
30
31 @item @code{1 2 8 16}
32 @tab 演奏時間
33 @tab
34 @lilypond[fragment,relative=2,notime]
35 \set Staff.autoBeaming = ##f
36 \override Staff.Clef #'break-visibility = #all-invisible
37 c1 c2 c8 c16
38 @end lilypond
39
40 @item @code{c4. c4..}
41 @tab 増音の付点
42 @tab
43 @lilypond[relative=2,notime]
44 \override Staff.Clef #'break-visibility = #all-invisible
45 c4. c4..
46 @end lilypond
47
48 @item @code{c d e f g a b }
49 @tab 音階
50 @tab
51 @lilypond[fragment,relative=1,notime]
52 c d e f g a b
53 @end lilypond
54
55 @c 保留: alteration -- 変音?
56 @item @code{fis bes}
57 @tab 変音
58 @tab
59 @lilypond[fragment,relative=1,notime]
60 fis bes
61 @end lilypond
62
63 @item @code{\clef treble \clef bass }
64 @tab 音部記号
65 @tab
66 @lilypond[fragment,notime]
67 \clef treble
68 s4_" "
69 \clef bass
70 s4_" "
71 @end lilypond
72
73 @item @code{\time 3/4 \time 4/4 }
74 @tab 拍子記号
75 @tab
76 @lilypond[fragment]
77 \override Staff.Clef #'transparent = ##t
78 \time 3/4
79 s4_" "
80 \time 4/4
81 s16_" "
82 @end lilypond
83
84
85 @item @code{r4 r8}
86 @tab 休符
87 @tab
88 @lilypond[relative=2,notime,fragment]
89 \override Staff.Clef #'break-visibility = #all-invisible
90 r4 r8
91 @end lilypond
92
93 @item @code{d ~ d}
94 @tab タイ
95 @tab
96 @lilypond[relative=2,notime,fragment]
97 \set Score.timing = ##f
98 \set Staff.autoBeaming = ##f
99 d ~ d
100 @end lilypond
101
102 @item @code{\key es \major }
103 @tab 調号
104 @tab
105 @lilypond[notime,relative=1]
106 \clef treble
107 \key es \major
108 \hideNotes
109 c128
110 @end lilypond
111
112 @item @var{note}@code{'}
113 @tab 1 オクターブ上げる
114 @tab
115 @lilypond[relative=2,notime,fragment]
116 \set Score.timing = ##f
117 \set Staff.autoBeaming = ##f
118 a a'
119 @end lilypond
120
121 @item @var{note}@code{,}
122 @tab 1 オクターブ下げる
123 @tab
124 @lilypond[relative=2,notime,fragment]
125 \set Score.timing = ##f
126 \set Staff.autoBeaming = ##f
127 c c,
128 @end lilypond
129
130
131 @item @code{c( d e)}
132 @tab スラー
133 @tab
134 @lilypond[fragment,relative=2]
135 \set Score.timing = ##f
136 \set Staff.implicitTimeSignatureVisibility = #all-invisible
137 \set Staff.autoBeaming = ##f
138 c( d e)
139 @end lilypond
140
141
142 @item @code{c\( c( d) e\)}
143 @tab プレージング スラー
144 @tab
145 @lilypond[fragment,relative=2]
146 \set Score.timing = ##f
147 \set Staff.implicitTimeSignatureVisibility = #all-invisible
148 \set Staff.autoBeaming = ##f
149 c\( c( d) e\)
150 @end lilypond
151
152
153 @item @code{a8[ b]}
154 @tab 連桁
155 @tab
156 @lilypond[fragment,relative=2]
157 \set Score.timing = ##f
158 \set Staff.implicitTimeSignatureVisibility = #all-invisible
159 \set Staff.autoBeaming = ##f
160 a8-[ b-]
161 @end lilypond
162
163
164 @item @code{<< \new Staff ... >>}
165 @tab 複数の譜
166 @tab
167 @lilypond[fragment]
168 << \new Staff {
169      \set Staff.implicitTimeSignatureVisibility = #all-invisible
170      c'1
171    }
172    \new Staff {
173      \set Staff.implicitTimeSignatureVisibility = #all-invisible
174      c'1
175    } >>
176 @end lilypond
177
178
179 @item @code{c-> c-.}
180 @tab アーティキュレーション
181 @tab
182 @lilypond[fragment,relative=2]
183 \set Staff.implicitTimeSignatureVisibility = #all-invisible
184 c-> c-.
185 @end lilypond
186
187
188 @item @code{c2\mf c\sfz}
189 @tab 強弱記号
190 @tab
191 @lilypond[fragment,relative=2]
192 \set Staff.implicitTimeSignatureVisibility = #all-invisible
193 c2\mf c\sfz
194 @end lilypond
195
196
197 @item @code{a\< a a\!}
198 @tab クレッシェンド
199 @tab
200 @lilypond[fragment,relative=2]
201 \set Score.timing = ##f
202 \set Staff.implicitTimeSignatureVisibility = #all-invisible
203 \set Staff.autoBeaming = ##f
204 a\< a a\!
205 @end lilypond
206
207 @item @code{a\> a a\!}
208 @tab デクレッシェンド
209 @tab
210 @lilypond[fragment,relative=2]
211 \set Score.timing = ##f
212 \set Staff.implicitTimeSignatureVisibility = #all-invisible
213 \set Staff.autoBeaming = ##f
214 a\> a a\!
215 @end lilypond
216
217
218 @item @code{< >}
219 @tab 和音
220 @tab
221 @lilypond[fragment,relative=2]
222 \set Staff.implicitTimeSignatureVisibility = #all-invisible
223 <c e>
224 @end lilypond
225
226
227 @item @code{\partial 8}
228 @tab 上拍
229 @tab
230 @lilypond[fragment,relative=2]
231 \partial 8
232 f8 c2 d e
233 @end lilypond
234
235
236 @item @code{\times 2/3 @{f g a@}}
237 @tab 3 連符
238 @tab
239 @lilypond[relative=1,fragment]
240 \set Staff.implicitTimeSignatureVisibility = #all-invisible
241 \times 2/3 { f8 g a }
242 @end lilypond
243
244
245 @item @code{\grace}
246 @tab 装飾小音符
247 @tab
248 @lilypond[relative=2,fragment]
249 \set Staff.implicitTimeSignatureVisibility = #all-invisible
250 \context Voice { \grace b16 c4 }
251 @end lilypond
252
253 @item @code{\lyricmode @{ twinkle @}}
254 @tab 歌詞を入力する
255 @tab
256 twinkle
257
258
259 @item @code{\new Lyrics}
260 @tab 歌詞を譜刻する
261 @tab
262 @lilypond[fragment]
263 \new Lyrics \lyricmode { twinkle }
264 @end lilypond
265
266 @item @code{twin -- kle}
267 @tab 歌詞のハイフン
268 @tab
269 @lilypond[fragment,relative=2]
270 \set Staff.implicitTimeSignatureVisibility = #all-invisible
271 <<
272    { g'1 g }
273   \new Lyrics \lyricsto "" { twin -- kle }
274 >>
275 @end lilypond
276
277 @item @code{\chordmode @{ c:dim f:maj7 @}}
278 @tab コード
279 @tab
280 @lilypond[fragment,relative=2]
281 \set Staff.implicitTimeSignatureVisibility = #all-invisible
282 \chordmode { c:dim f:maj7 }
283 @end lilypond
284
285 @item @code{\context ChordNames}
286 @tab コード ネームを譜刻する
287 @tab
288 @lilypond[fragment,relative=2]
289 \chords { c:dim f:maj7 }
290 @end lilypond
291
292 @item @code{<<@{e f@} \\ @{c d@}>>}
293 @tab 多声
294 @tab
295 @lilypond[fragment,relative=2]
296 \set Staff.implicitTimeSignatureVisibility = #all-invisible
297 \context Staff <<{e f} \\ {c d}>>
298 @end lilypond
299
300
301 @item @code{s4 s8 s16}
302 @tab 空白休符
303 @tab
304
305 @end multitable
306