]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/ja/notation/cheatsheet.itely
Imported Upstream version 2.18.0
[lilypond.git] / Documentation / ja / notation / cheatsheet.itely
index 4bf189266029444f1cfed08f399d9648e1a4deb8..cefecafef0d96936f16ff53027da5049176d9490 100644 (file)
@@ -1,14 +1,14 @@
 @c -*- coding: utf-8; mode: texinfo; documentlanguage: ja -*-
 
 @ignore
-    Translation of GIT committish: 45329bd378eedfebca34c746fff9e53b46cf2fe5
+    Translation of GIT committish: c1b0482f63f881bd3f67845e5f76a3e04675ef2a
 
     When revising a translation, copy the HEAD committish of the
     version that you are working on.  For details, see the Contributors'
     Guide, node Updating translation committishes..
 @end ignore
 
-@c \version "2.16.0"
+@c \version "2.17.11"
 
 
 @c Translators: Yoshiki Sawada
@@ -31,9 +31,9 @@
 @item @code{1 2 8 16}
 @tab 演奏時間
 @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
 
@@ -41,14 +41,14 @@ c1 c2 c8 c16
 @tab 増音の付点
 @tab
 @lilypond[relative=2,notime]
-\override Staff.Clef #'break-visibility = #all-invisible
+\override Staff.Clef.break-visibility = #all-invisible
 c4. c4..
 @end lilypond
 
 @item @code{c d e f g a b }
 @tab 音階
 @tab
-@lilypond[fragment,relative=1,notime]
+@lilypond[relative=1,notime]
 c d e f g a b
 @end lilypond
 
@@ -56,14 +56,14 @@ c d e f g a b
 @item @code{fis bes}
 @tab 変音
 @tab
-@lilypond[fragment,relative=1,notime]
+@lilypond[relative=1,notime]
 fis bes
 @end lilypond
 
 @item @code{\clef treble \clef bass }
 @tab 音部記号
 @tab
-@lilypond[fragment,notime]
+@lilypond[relative=1,notime]
 \clef treble
 s4_" "
 \clef bass
@@ -73,8 +73,8 @@ s4_" "
 @item @code{\time 3/4 \time 4/4 }
 @tab 拍子記号
 @tab
-@lilypond[fragment]
-\override Staff.Clef #'transparent = ##t
+@lilypond[relative=1]
+\override Staff.Clef.stencil = #empty-stencil
 \time 3/4
 s4_" "
 \time 4/4
@@ -85,15 +85,15 @@ s16_" "
 @item @code{r4 r8}
 @tab 休符
 @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 タイ
 @tab
-@lilypond[relative=2,notime,fragment]
+@lilypond[relative=2,notime]
 \set Score.timing = ##f
 \set Staff.autoBeaming = ##f
 d ~ d
@@ -112,7 +112,7 @@ c128
 @item @var{note}@code{'}
 @tab 1 オクターブ上げる
 @tab
-@lilypond[relative=2,notime,fragment]
+@lilypond[relative=2,notime]
 \set Score.timing = ##f
 \set Staff.autoBeaming = ##f
 a a'
@@ -121,7 +121,7 @@ a a'
 @item @var{note}@code{,}
 @tab 1 オクターブ下げる
 @tab
-@lilypond[relative=2,notime,fragment]
+@lilypond[relative=2,notime]
 \set Score.timing = ##f
 \set Staff.autoBeaming = ##f
 c c,
@@ -131,7 +131,7 @@ c c,
 @item @code{c( d e)}
 @tab スラー
 @tab
-@lilypond[fragment,relative=2]
+@lilypond[relative=2]
 \set Score.timing = ##f
 \set Staff.implicitTimeSignatureVisibility = #all-invisible
 \set Staff.autoBeaming = ##f
@@ -142,7 +142,7 @@ c( d e)
 @item @code{c\( c( d) e\)}
 @tab プレージング スラー
 @tab
-@lilypond[fragment,relative=2]
+@lilypond[relative=2]
 \set Score.timing = ##f
 \set Staff.implicitTimeSignatureVisibility = #all-invisible
 \set Staff.autoBeaming = ##f
@@ -153,7 +153,7 @@ c\( c( d) e\)
 @item @code{a8[ b]}
 @tab 連桁
 @tab
-@lilypond[fragment,relative=2]
+@lilypond[relative=2]
 \set Score.timing = ##f
 \set Staff.implicitTimeSignatureVisibility = #all-invisible
 \set Staff.autoBeaming = ##f
@@ -164,14 +164,14 @@ a8-[ b-]
 @item @code{<< \new Staff ... >>}
 @tab 複数の譜
 @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
 
@@ -179,7 +179,7 @@ a8-[ b-]
 @item @code{c-> c-.}
 @tab アーティキュレーション
 @tab
-@lilypond[fragment,relative=2]
+@lilypond[relative=2]
 \set Staff.implicitTimeSignatureVisibility = #all-invisible
 c-> c-.
 @end lilypond
@@ -188,7 +188,7 @@ c-> c-.
 @item @code{c2\mf c\sfz}
 @tab 強弱記号
 @tab
-@lilypond[fragment,relative=2]
+@lilypond[relative=2]
 \set Staff.implicitTimeSignatureVisibility = #all-invisible
 c2\mf c\sfz
 @end lilypond
@@ -197,7 +197,7 @@ c2\mf c\sfz
 @item @code{a\< a a\!}
 @tab クレッシェンド
 @tab
-@lilypond[fragment,relative=2]
+@lilypond[relative=2]
 \set Score.timing = ##f
 \set Staff.implicitTimeSignatureVisibility = #all-invisible
 \set Staff.autoBeaming = ##f
@@ -207,7 +207,7 @@ a\< a a\!
 @item @code{a\> a a\!}
 @tab デクレッシェンド
 @tab
-@lilypond[fragment,relative=2]
+@lilypond[relative=2]
 \set Score.timing = ##f
 \set Staff.implicitTimeSignatureVisibility = #all-invisible
 \set Staff.autoBeaming = ##f
@@ -218,7 +218,7 @@ a\> a a\!
 @item @code{< >}
 @tab 和音
 @tab
-@lilypond[fragment,relative=2]
+@lilypond[relative=2]
 \set Staff.implicitTimeSignatureVisibility = #all-invisible
 <c e>
 @end lilypond
@@ -227,25 +227,25 @@ a\> a a\!
 @item @code{\partial 8}
 @tab 上拍
 @tab
-@lilypond[fragment,relative=2]
+@lilypond[relative=2]
 \partial 8
 f8 c2 d e
 @end lilypond
 
 
-@item @code{\times 2/3 @{f g a@}}
+@item @code{\tuplet 3/2 @{f g a@}}
 @tab 3 連符
 @tab
-@lilypond[relative=1,fragment]
+@lilypond[relative=1]
 \set Staff.implicitTimeSignatureVisibility = #all-invisible
-\times 2/3 { f8 g a }
+\tuplet 3/2 { f8 g a }
 @end lilypond
 
 
 @item @code{\grace}
 @tab 装飾小音符
 @tab
-@lilypond[relative=2,fragment]
+@lilypond[relative=2]
 \set Staff.implicitTimeSignatureVisibility = #all-invisible
 \context Voice { \grace b16 c4 }
 @end lilypond
@@ -259,14 +259,14 @@ twinkle
 @item @code{\new Lyrics}
 @tab 歌詞を譜刻する
 @tab
-@lilypond[fragment]
+@lilypond[relative=1]
 \new Lyrics \lyricmode { twinkle }
 @end lilypond
 
 @item @code{twin -- kle}
 @tab 歌詞のハイフン
 @tab
-@lilypond[fragment,relative=2]
+@lilypond[relative=2]
 \set Staff.implicitTimeSignatureVisibility = #all-invisible
 <<
    { g'1 g }
@@ -277,7 +277,7 @@ twinkle
 @item @code{\chordmode @{ c:dim f:maj7 @}}
 @tab コード
 @tab
-@lilypond[fragment,relative=2]
+@lilypond[relative=2]
 \set Staff.implicitTimeSignatureVisibility = #all-invisible
 \chordmode { c:dim f:maj7 }
 @end lilypond
@@ -285,14 +285,14 @@ twinkle
 @item @code{\context ChordNames}
 @tab コード ネームを譜刻する
 @tab
-@lilypond[fragment,relative=2]
+@lilypond[relative=2]
 \chords { c:dim f:maj7 }
 @end lilypond
 
 @item @code{<<@{e f@} \\ @{c d@}>>}
 @tab 多声
 @tab
-@lilypond[fragment,relative=2]
+@lilypond[relative=2]
 \set Staff.implicitTimeSignatureVisibility = #all-invisible
 \context Staff <<{e f} \\ {c d}>>
 @end lilypond