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

Delta Between Two Patch Sets: Documentation/ja/notation/rhythms.itely

Issue 5341049: Issue 2024: Let #{ ... #} pass its $ handling to environment cloning (Closed)
Left Patch Set: Created 12 years, 4 months ago
Right Patch Set: Ran convert-ly on scm/*.scm, just a single character changed. Created 12 years, 4 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:
Right: Side by side diff | Download
« no previous file with change/comment | « Documentation/ja/notation/pitches.itely ('k') | Documentation/ja/usage/running.itely » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
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: 1f655fba7d94feb67f846785f47ab6fb20dc2e59 3 Translation of GIT committish: 1f655fba7d94feb67f846785f47ab6fb20dc2e59
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. See TRANSLATION for details. 6 version that you are working on. See TRANSLATION for details.
7 @end ignore 7 @end ignore
8 8
9 @c \version "2.14.0" 9 @c \version "2.15.18"
10 10
11 @c Translators: Yoshiki Sawada 11 @c Translators: Yoshiki Sawada
12 @c Translation status: post-GDP 12 @c Translation status: post-GDP
13 13
14 14
15 @node リズム 15 @node リズム
16 @section リズム 16 @section リズム
17 @translationof Rhythms 17 @translationof Rhythms
18 18
19 @lilypondfile[quote]{rhythms-headword.ly} 19 @lilypondfile[quote]{rhythms-headword.ly}
(...skipping 3239 matching lines...) Expand 10 before | Expand all | Expand 10 after
3259 c4 d8 e f g g4 3259 c4 d8 e f g g4
3260 f2 g4 g 3260 f2 g4 g
3261 } 3261 }
3262 3262
3263 \new GrandStaff << 3263 \new GrandStaff <<
3264 \new Staff { 3264 \new Staff {
3265 \MyCadenza c'1 3265 \MyCadenza c'1
3266 \MyCadenza c'1 3266 \MyCadenza c'1
3267 } 3267 }
3268 \new Staff { 3268 \new Staff {
3269 #(ly:export (mmrest-of-length MyCadenza)) 3269 $(mmrest-of-length MyCadenza)
3270 c'1 3270 c'1
3271 #(ly:export (skip-of-length MyCadenza)) 3271 $(skip-of-length MyCadenza)
3272 c'1 3272 c'1
3273 } 3273 }
3274 >> 3274 >>
3275 @end lilypond 3275 @end lilypond
3276 3276
3277 3277
3278 @seealso 3278 @seealso
3279 音楽用語集: 3279 音楽用語集:
3280 @rglos{cadenza} 3280 @rglos{cadenza}
3281 3281
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
3365 記譜法リファレンス: 3365 記譜法リファレンス:
3366 @ref{小節番号}, 3366 @ref{小節番号},
3367 @ref{無韻律の音楽} 3367 @ref{無韻律の音楽}
3368 3368
3369 コード断片集: 3369 コード断片集:
3370 @rlsrnamed{Rhythms,リズム} 3370 @rlsrnamed{Rhythms,リズム}
3371 3371
3372 内部リファレンス: 3372 内部リファレンス:
3373 @rinternals{Timing_translator}, 3373 @rinternals{Timing_translator},
3374 @rinternals{Score} 3374 @rinternals{Score}
LEFTRIGHT

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