From: Yoshiki Sawada <sawada.yoshiki@gmail.com> Date: Mon, 12 Sep 2011 12:52:23 +0000 (+0900) Subject: Doc-ja: add cheatsheet.itely. X-Git-Tag: release/2.15.13-1~74 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6344fc50f392f4905e63b1a14d5ed0cb7a4ce953;p=lilypond.git Doc-ja: add cheatsheet.itely. Doc-ja: add cheatsheet.itely to NR. --- diff --git a/Documentation/ja/notation/cheatsheet.itely b/Documentation/ja/notation/cheatsheet.itely new file mode 100644 index 0000000000..244eb476be --- /dev/null +++ b/Documentation/ja/notation/cheatsheet.itely @@ -0,0 +1,306 @@ +@c -*- coding: utf-8; mode: texinfo; documentlanguage: ja -*- + +@ignore + Translation of GIT committish: d34556def05ad286c0426dcf29118088ed14b153 + + 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.14.0" + + +@c Translators: Yoshiki Sawada +@c Translation status: post-GDP + + +@c TODO: add tablature. + +@node ã«ã³ãã³ã° ãã¼ãã¼ +@appendix ã«ã³ãã³ã° ãã¼ãã¼ +@translationof Cheat sheet + + +@multitable @columnfractions .35 .3 .35 + +@item @b{æ§æ} +@tab @b{説æ} +@tab @b{ä¾} + +@item @code{1 2 8 16} +@tab æ¼å¥æé +@tab +@lilypond[fragment,relative=2,notime] +\set Staff.autoBeaming = ##f +\override Staff.Clef #'break-visibility = #all-invisible +c1 c2 c8 c16 +@end lilypond + +@item @code{c4. c4..} +@tab å¢é³ã®ä»ç¹ +@tab +@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 é³é +@tab +@lilypond[fragment,relative=1,notime] +c d e f g a b +@end lilypond + +@c ä¿ç: alteration -- å¤é³ï¼ +@item @code{fis bes} +@tab å¤é³ +@tab +@lilypond[fragment,relative=1,notime] +fis bes +@end lilypond + +@item @code{\clef treble \clef bass } +@tab é³é¨è¨å· +@tab +@lilypond[fragment,notime] +\clef treble +s4_" " +\clef bass +s4_" " +@end lilypond + +@item @code{\time 3/4 \time 4/4 } +@tab æåè¨å· +@tab +@lilypond[fragment] +\override Staff.Clef #'transparent = ##t +\time 3/4 +s4_" " +\time 4/4 +s16_" " +@end lilypond + + +@item @code{r4 r8} +@tab ä¼ç¬¦ +@tab +@lilypond[relative=2,notime,fragment] +\override Staff.Clef #'break-visibility = #all-invisible +r4 r8 +@end lilypond + +@item @code{d ~ d} +@tab ã¿ã¤ +@tab +@lilypond[relative=2,notime,fragment] +\set Score.timing = ##f +\set Staff.autoBeaming = ##f +d ~ d +@end lilypond + +@item @code{\key es \major } +@tab èª¿å· +@tab +@lilypond[notime,relative=1] +\clef treble +\key es \major +\hideNotes +c128 +@end lilypond + +@item @var{note}@code{'} +@tab 1 ãªã¯ã¿ã¼ãä¸ãã +@tab +@lilypond[relative=2,notime,fragment] +\set Score.timing = ##f +\set Staff.autoBeaming = ##f +a a' +@end lilypond + +@item @var{note}@code{,} +@tab 1 ãªã¯ã¿ã¼ãä¸ãã +@tab +@lilypond[relative=2,notime,fragment] +\set Score.timing = ##f +\set Staff.autoBeaming = ##f +c c, +@end lilypond + + +@item @code{c( d e)} +@tab ã¹ã©ã¼ +@tab +@lilypond[fragment,relative=2] +\set Score.timing = ##f +\set Staff.implicitTimeSignatureVisibility = #all-invisible +\set Staff.autoBeaming = ##f +c( d e) +@end lilypond + + +@item @code{c\( c( d) e\)} +@tab ãã¬ã¼ã¸ã³ã° ã¹ã©ã¼ +@tab +@lilypond[fragment,relative=2] +\set Score.timing = ##f +\set Staff.implicitTimeSignatureVisibility = #all-invisible +\set Staff.autoBeaming = ##f +c\( c( d) e\) +@end lilypond + + +@item @code{a8[ b]} +@tab 飿¡ +@tab +@lilypond[fragment,relative=2] +\set Score.timing = ##f +\set Staff.implicitTimeSignatureVisibility = #all-invisible +\set Staff.autoBeaming = ##f +a8-[ b-] +@end lilypond + + +@item @code{<< \new Staff ... >>} +@tab è¤æ°ã®è +@tab +@lilypond[fragment] +<< \new Staff { + \set Staff.implicitTimeSignatureVisibility = #all-invisible + c'1 + } + \new Staff { + \set Staff.implicitTimeSignatureVisibility = #all-invisible + c'1 + } >> +@end lilypond + + +@item @code{c-> c-.} +@tab ã¢ã¼ãã£ãã¥ã¬ã¼ã·ã§ã³ +@tab +@lilypond[fragment,relative=2] +\set Staff.implicitTimeSignatureVisibility = #all-invisible +c-> c-. +@end lilypond + + +@item @code{c2\mf c\sfz} +@tab å¼·å¼±è¨å· +@tab +@lilypond[fragment,relative=2] +\set Staff.implicitTimeSignatureVisibility = #all-invisible +c2\mf c\sfz +@end lilypond + + +@item @code{a\< a a\!} +@tab ã¯ã¬ãã·ã§ã³ã +@tab +@lilypond[fragment,relative=2] +\set Score.timing = ##f +\set Staff.implicitTimeSignatureVisibility = #all-invisible +\set Staff.autoBeaming = ##f +a\< a a\! +@end lilypond + +@item @code{a\> a a\!} +@tab ãã¯ã¬ãã·ã§ã³ã +@tab +@lilypond[fragment,relative=2] +\set Score.timing = ##f +\set Staff.implicitTimeSignatureVisibility = #all-invisible +\set Staff.autoBeaming = ##f +a\> a a\! +@end lilypond + + +@item @code{< >} +@tab åé³ +@tab +@lilypond[fragment,relative=2] +\set Staff.implicitTimeSignatureVisibility = #all-invisible +<c e> +@end lilypond + + +@item @code{\partial 8} +@tab 䏿 +@tab +@lilypond[fragment,relative=2] +\partial 8 +f8 c2 d e +@end lilypond + + +@item @code{\times 2/3 @{f g a@}} +@tab 3 é£ç¬¦ +@tab +@lilypond[relative=1,fragment] +\set Staff.implicitTimeSignatureVisibility = #all-invisible +\times 2/3 { f8 g a } +@end lilypond + + +@item @code{\grace} +@tab è£ é£¾å°é³ç¬¦ +@tab +@lilypond[relative=2,fragment] +\set Staff.implicitTimeSignatureVisibility = #all-invisible +\context Voice { \grace b16 c4 } +@end lilypond + +@item @code{\lyricmode @{ twinkle @}} +@tab æè©ãå ¥åãã +@tab +twinkle + + +@item @code{\new Lyrics} +@tab æè©ãèå»ãã +@tab +@lilypond[fragment] +\new Lyrics \lyricmode { twinkle } +@end lilypond + +@item @code{twin -- kle} +@tab æè©ã®ãã¤ãã³ +@tab +@lilypond[fragment,relative=2] +\set Staff.implicitTimeSignatureVisibility = #all-invisible +<< + { g'1 g } + \new Lyrics \lyricsto "" { twin -- kle } +>> +@end lilypond + +@item @code{\chordmode @{ c:dim f:maj7 @}} +@tab ã³ã¼ã +@tab +@lilypond[fragment,relative=2] +\set Staff.implicitTimeSignatureVisibility = #all-invisible +\chordmode { c:dim f:maj7 } +@end lilypond + +@item @code{\context ChordNames} +@tab ã³ã¼ã ãã¼ã ãèå»ãã +@tab +@lilypond[fragment,relative=2] +\chords { c:dim f:maj7 } +@end lilypond + +@item @code{<<@{e f@} \\ @{c d@}>>} +@tab å¤å£° +@tab +@lilypond[fragment,relative=2] +\set Staff.implicitTimeSignatureVisibility = #all-invisible +\context Staff <<{e f} \\ {c d}>> +@end lilypond + + +@item @code{s4 s8 s16} +@tab 空ç½ä¼ç¬¦ +@tab + +@end multitable +