Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(422)

Delta Between Two Patch Sets: Documentation/ja/notation/fretted-strings.itely

Issue 363880043: Chord names clean-up; no more Banter, exceptionsPartial or \powerChords. (Closed)
Left Patch Set: A slightly better example in Doc/notation/fretted-strings Created 5 years, 3 months ago
Right Patch Set: OK, let’s not create a new @rlsr section just yet. Created 5 years, 2 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
LEFTRIGHT
1 @c -*- coding: utf-8; mode: texinfo; documentlanguage: ja -*- 1 @c -*- coding: utf-8; mode: texinfo; documentlanguage: ja -*-
2 @ignore 2 @ignore
3 Translation of GIT committish: c1b0482f63f881bd3f67845e5f76a3e04675ef2a 3 Translation of GIT committish: c1b0482f63f881bd3f67845e5f76a3e04675ef2a
4 4
5 When revising a translation, copy the HEAD committish of the 5 When revising a translation, copy the HEAD committish of the
6 version that you are working on. For details, see the Contributors' 6 version that you are working on. For details, see the Contributors'
7 Guide, node Updating translation committishes.. 7 Guide, node Updating translation committishes..
8 @end ignore 8 @end ignore
9 9
10 @c \version "2.21.0" 10 @c \version "2.21.0"
(...skipping 473 matching lines...) Expand 10 before | Expand all | Expand 10 after
484 @rinternals{TabNoteHead}, 484 @rinternals{TabNoteHead},
485 @rinternals{TabStaff}, 485 @rinternals{TabStaff},
486 @rinternals{TabVoice}, 486 @rinternals{TabVoice},
487 @rinternals{Beam} 487 @rinternals{Beam}
488 488
489 @knownissues 489 @knownissues
490 和音は特殊な方法では処理できません。@c 490 和音は特殊な方法では処理できません。@c
491 そのため、自動弦セレクタは和音の中にある 2 つの音符に対して@c 491 そのため、自動弦セレクタは和音の中にある 2 つの音符に対して@c
492 同じ弦を選択することが容易に起こり得ます。 492 同じ弦を選択することが容易に起こり得ます。
493 493
494 @code{\partcombine} を処理するには、@c 494 @code{\partCombine} を処理するには、@c
495 @code{TabStaff} は特別なやり方で作成されたボイスを使う必要があります: 495 @code{TabStaff} は特別なやり方で作成されたボイスを使う必要があります:
496 496
497 @lilypond[quote,ragged-right,verbatim] 497 @lilypond[quote,ragged-right,verbatim]
498 melodia = \partcombine { e4 g g g } { e4 e e e } 498 melodia = \partCombine { e4 g g g } { e4 e e e }
499 << 499 <<
500 \new TabStaff << 500 \new TabStaff <<
501 \new TabVoice = "one" s1 501 \new TabVoice = "one" s1
502 \new TabVoice = "two" s1 502 \new TabVoice = "two" s1
503 \new TabVoice = "shared" s1 503 \new TabVoice = "shared" s1
504 \new TabVoice = "solo" s1 504 \new TabVoice = "solo" s1
505 { \melodia } 505 { \melodia }
506 >> 506 >>
507 >> 507 >>
508 @end lilypond 508 @end lilypond
(...skipping 1377 matching lines...) Expand 10 before | Expand all | Expand 10 after
1886 @example 1886 @example
1887 \set TabStaff.stringTunings = #(four-string-banjo banjo-c-tuning) 1887 \set TabStaff.stringTunings = #(four-string-banjo banjo-c-tuning)
1888 @end example 1888 @end example
1889 1889
1890 @seealso 1890 @seealso
1891 インストールされているファイル: 1891 インストールされているファイル:
1892 @file{ly/string-tunings-init.ly} 1892 @file{ly/string-tunings-init.ly}
1893 1893
1894 コード断片集: 1894 コード断片集:
1895 @rlsr{Fretted strings} 1895 @rlsr{Fretted strings}
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b